From 27125c797de1e04ff10e4563066b23228c64e2c2 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 22 Feb 2023 15:24:11 +0100 Subject: [PATCH] Updates --- qtile/__pycache__/config.cpython-310.pyc | Bin 5803 -> 5632 bytes qtile/config.py | 32 ++++++++++++++--------- 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/qtile/__pycache__/config.cpython-310.pyc b/qtile/__pycache__/config.cpython-310.pyc index 436d20d8b3b342c0c175f1ab5230d145aee82623..6635d262f75992e9d0200d15a04a469801b526bd 100644 GIT binary patch delta 498 zcmX|-&r2IY6vyXHrmK|QZK_dn5DH2yu_`U}R6OXdm)b)`=vV?ZZ(K8*xN$c>j3&l5 zsXZ-4<{vO#dn$YN=*3&1H!nSVD+mf6YA0*R!25nbe7`gAFhAxFW^K>19uj>jPp@-- zW{&I$pg*54FgR43>^Lnyp+q+XVaY7!#WH3?s(D?#crez=;TEo<7gEQ>5^g&L{S&|- zWLOTt0gfUmCLO?ak(RHIMVG|B(Ir?3S--2snbYq!``x4XT`lhNUD8fC2`(MNUEJXX zT;oMOTP!~2{ zDz6FHQ^o%Z1Fo2!v_-^8@a>p0{ E14u8Jg8%>k delta 638 zcmZ8eL2DC16rML(*HE%a)C3fAh!v#4)`NHw5wYSiirN;olG5Z&H@k_u$?i63)6`TG zs~)yk=ioKzO+3jSy@)+|?k!jUfKWvcX`Nj|5Ffnvee-?qy@8pn>Gv~nOHn3>h{*3B zB{R1h&%o4&OV=fM$;(oIs=quSOfibMh($CIdqfAUcvNTw)L9-2AusXliF60iM9YK! zJcc!#$GS(g1ls6m1l>KrRZqf(2O6j=EXgJ{z#=iZV{EA=E~=Ku8jBfqjRe)O_kf+j4QzX`8?enWdopI7G26nY zqrPW<8FoET9kJWRp1LZqA+m{}uHkcaouyA2En@?>@kNhxL2V;EAh}om75TLcpZR{Q z0Ec{1xeD+2f^zxB7xCtYRFpXR1?^Js1^Y}_O)<-k` oc1nhnEJ>8Y1V~4M01c7vq%S1)=`9K}NFSwR={S?;pVBw~0I_|%5&!@I diff --git a/qtile/config.py b/qtile/config.py index 1f404b2..feb18e9 100644 --- a/qtile/config.py +++ b/qtile/config.py @@ -5,17 +5,17 @@ # Copyright (c) 2012 Craig Barnes # Copyright (c) 2013 horsik # Copyright (c) 2013 Tao Sauvage -# + # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: -# + # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. -# + # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE @@ -24,6 +24,13 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. +# ___ _____ ___ _ _____ ____ __ _ +# / _ \_ _|_ _| | | ____| / ___|___ _ __ / _(_) __ _ +# | | | || | | || | | _| | | / _ \| '_ \| |_| |/ _` | +# | |_| || | | || |___| |___ | |__| (_) | | | | _| | (_| | +# \__\_\|_| |___|_____|_____| \____\___/|_| |_|_| |_|\__, | +# |___/ + # Icons: https://fontawesome.com/search?o=r&m=free import os @@ -204,16 +211,15 @@ screens = [ text='|', foreground=ColorC, ), - widget.CPU( - ), - widget.DF( - visible_on_warn=False, - mouse_callbacks={"Button1": lambda: qtile.cmd_spawn(terminal + ' -e htop')}, - ), - widget.TextBox( - text='|', - foreground=ColorC, - ), + # widget.CPU(), + # widget.DF( + # visible_on_warn=False, + # mouse_callbacks={"Button1": lambda: qtile.cmd_spawn(terminal + ' -e htop')}, + # ), + # widget.TextBox( + # text='|', + # foreground=ColorC, + # ), widget.Volume( fmt='Vol: {}', ),