mirror of https://github.com/Flinner/dots.git
feat: remove UwU polybar module
This commit is contained in:
parent
13afed663e
commit
21f7e3e1ed
|
@ -146,7 +146,7 @@ font-1 = "waffle:size=10;3"
|
|||
|
||||
modules-left = launcher sep workspaces sep memory_bar cpu_bar sep temperature sep title
|
||||
modules-center = mpd sep date sep thunderbird
|
||||
modules-right = color-switch sep network sep keyboard uwu sep volume brightness sep filesystem_bar sep battery sep sysmenu tray
|
||||
modules-right = color-switch sep network sep keyboard sep volume brightness sep filesystem_bar sep battery sep sysmenu tray
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
|
||||
; The separator will be inserted between the output of each module
|
||||
|
|
|
@ -30,19 +30,6 @@ label-padding = 1
|
|||
format-prefix =
|
||||
format-prefix-foreground = ${color.yellow}
|
||||
|
||||
[module/uwu]
|
||||
type = custom/script
|
||||
|
||||
exec = ((ps -ef | grep -q '[u]wu.py') && echo UwU) || (ps -ef | grep -q '[u]wu.py') || echo QwQ
|
||||
click-left = uwu.py
|
||||
#click-right = pkill uwu.py
|
||||
|
||||
interval = 0.5
|
||||
|
||||
format = <label>
|
||||
label-padding = 0
|
||||
format-prefix =
|
||||
format-prefix-foreground = ${color.yellow}
|
||||
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
|
||||
|
|
Loading…
Reference in New Issue