Update Info

This commit is contained in:
stephan.raabe 2023-01-23 19:50:29 +01:00
parent 7bbd0e321e
commit 680d6eb87d
4 changed files with 15 additions and 3 deletions

View File

@ -18,3 +18,9 @@ git push
NEOMUTT
Delete Emails with d + $ to sync
DISABLE Suspend and Hibernation
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
REBOOT & CHECK Status
sudo systemctl status sleep.target suspend.target hibernate.target hybrid-sleep.target

View File

@ -73,7 +73,8 @@ keys = [
Key([mod], "w", lazy.window.kill(), desc="Kill focused window"),
Key([mod, "control"], "r", lazy.reload_config(), desc="Reload the config"),
Key([mod, "control"], "q", lazy.shutdown(), desc="Shutdown Qtile"),
Key([mod], "r", lazy.spawncmd(), desc="Spawn a command using a prompt widget"),
Key([mod], "r", lazy.spawn("rofi -show run"), desc="Launch Rofi"),
# Key([mod], "r", lazy.spawncmd(), desc="Spawn a command using a prompt widget"),
]
groups = [Group(i) for i in "123456789"]
@ -148,8 +149,11 @@ screens = [
# NB Systray is incompatible with Wayland, consider using StatusNotifier instead
# widget.StatusNotifier(),
widget.Systray(),
widget.Volume(fmt='Vol: {}'),
widget.Clipboard(),
widget.CheckUpdates(distro="Arch_yay",no_update_string="No updates"),
widget.Clock(format="%Y-%m-%d %a %I:%M %p"),
widget.QuickExit(),
widget.QuickExit(countdown_start=3),
],
24,
opacity=0.7,

2
rofi/config.rasi Normal file
View File

@ -0,0 +1,2 @@
//@theme "/usr/share/rofi/themes/DarkBlue.rasi"
@theme "/usr/share/rofi/themes/DarkBlue.rasi"