From 680d6eb87da7704d819c80d747b904981aa71e22 Mon Sep 17 00:00:00 2001 From: "stephan.raabe" Date: Mon, 23 Jan 2023 19:50:29 +0100 Subject: [PATCH] Update Info --- info.txt | 6 ++++++ qtile/__pycache__/config.cpython-310.pyc | Bin 3948 -> 4086 bytes qtile/config.py | 10 +++++++--- rofi/config.rasi | 2 ++ 4 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 rofi/config.rasi 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 10fef05b200ebe3b3cb52e5e9efca3abcc35e341..1d7cae8ffff21344b02bf6bbb6250410c0954662 100644 GIT binary patch delta 865 zcmYjPTTdE66yCFJ5fIVX)Y#Otq{b!-D&qaF2;T69g11piC}&*QDr*;rQDaD|4}ICB zX8!>A4_f|%4}ECTq)+^SHYPqczVyM)0x_M>TDbv?cct~ zS6^Q_S|IqvJ;~=0!a;tK#=?lXMwP(kj-ZtRhG z?8QFp*GyE%_Y^pZC%v=}2XGLFa9A^ue%hZOC~#zu)=`r@M4#k`3mn6dGL9N3kKqW8 zCIQEAoLyu>qki943t-|f!c8m!x~%}Eb_?KAKAtu+r+JE-gbo{(SWS6+F{%w z5oXuf++cfd;x5^uX8Gy1OmGk1UK;PcgAnG#XmLw8=UW`AvY&Kzq!Y@qQ_ZGMYZqhL zR6OBaV`2TTIR~NQSxpe&O24sqeKi}(!Lak}T!fNo|1eXs_|$kJdJ;Q1wJj^o>=DK? zG%fNaGbYm+RVg*3lxQUyWqvXx>Gu|=hpn!UE7?>AmE#l>Vru5Lnf{(il3z~T@4M}V*%alC;)`k7H^}WP~Mbxc@!uGZYkyEL>HAaPPj=677U4-#=t@s zH-X$A;Jxf!nCjm!E)5Ho#u}qLw>VQ8;w1B(@6313nS7b~+xqKaXfGJNP2~FV`OA*+ z=q%I%k3UAHXi0Yo>gcyLahG*q2S!c^b|%O%un3PN$g>{S$vd1bUeB8Z@J=(z8_aGM z?-Qp-_I5eFDsw^2P*vC@Xsxcz>{AS**lkhl`M*+77l52X>1C8_W(NBJ#h%q0@Xt2m+1oWxNa+XWoQ329`~ zqEe4nl_`wllm#-Mmb2?{8fOH-((E~4!qRZg0s(A>`;||emoD3!S=p#!Li${g?yj|D z^=z)D&DS(vwQsSiEx6>^BRnjLz!n8zDU7luOtEFTSEOA-5QS#?97;TZOSo*o8A!Hr z!;Bl2zG17FsnxArGt64RR^{*vuCp~6vvRM?OE++XZE~-JkN8*3vc=uN~_ltY^{loClE((5VH`kRQ zUAF5|0H^k)uh-7_TU#pk73dq0N$cw62Kz5y`oZ=rVhZC{1vymvsm2i_@% 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"