feat: remove UwU polybar module

This commit is contained in:
Flinner 2021-07-22 04:17:31 +03:00
parent 13afed663e
commit 21f7e3e1ed
Signed by: flinner
GPG Key ID: 95CE0DA7F0E58CA6
2 changed files with 1 additions and 14 deletions

View File

@ -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

View File

@ -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}
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_