diff --git a/info.txt b/info.txt index fca0b25..c75fc1e 100644 --- a/info.txt +++ b/info.txt @@ -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 + + diff --git a/qtile/__pycache__/config.cpython-310.pyc b/qtile/__pycache__/config.cpython-310.pyc index 10fef05..1d7cae8 100644 Binary files a/qtile/__pycache__/config.cpython-310.pyc and b/qtile/__pycache__/config.cpython-310.pyc differ diff --git a/qtile/config.py b/qtile/config.py index 8e591b0..f819b92 100644 --- a/qtile/config.py +++ b/qtile/config.py @@ -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"] @@ -133,7 +134,7 @@ screens = [ Screen( top=bar.Bar( [ -# widget.CurrentLayout(), + # widget.CurrentLayout(), widget.GroupBox(), widget.Prompt(), widget.WindowName(), @@ -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, diff --git a/rofi/config.rasi b/rofi/config.rasi new file mode 100644 index 0000000..fdd5ad7 --- /dev/null +++ b/rofi/config.rasi @@ -0,0 +1,2 @@ +//@theme "/usr/share/rofi/themes/DarkBlue.rasi" +@theme "/usr/share/rofi/themes/DarkBlue.rasi"