Add update and htop commands back in but tweaked for st
This commit is contained in:
parent
2cfafe25bd
commit
d1268fa913
@ -11,7 +11,7 @@ label = %output%
|
||||
label-padding = 2
|
||||
interval = 10
|
||||
exec = echo ""
|
||||
click-left = "jgmenu_run >/dev/null 2>&1 &"
|
||||
click-left = jgmenu_run & disown
|
||||
click-right = exo-open $HOME/.config/jgmenu/jgmenurc
|
||||
|
||||
|
||||
@ -170,8 +170,8 @@ format = <label>
|
||||
type = internal/cpu
|
||||
interval = 3
|
||||
format-padding = 1
|
||||
format = <label><ramp-coreload>
|
||||
label = %percentage%%
|
||||
format = <label> <ramp-coreload>
|
||||
label = %{A1:st -e htop -s PERCENT_CPU & disown:} %percentage%% %{A}
|
||||
ramp-coreload-0 = ▂
|
||||
ramp-coreload-1 = ▃
|
||||
ramp-coreload-2 = ▄
|
||||
@ -194,7 +194,7 @@ type = internal/memory
|
||||
interval = 3
|
||||
format = <label>
|
||||
label-padding = 1
|
||||
label = %percentage_used%%
|
||||
label = %{A1:st -e htop -s PERCENT_MEM & disown:} %percentage_used%%%{A}
|
||||
|
||||
|
||||
;;;;;;;;;
|
||||
@ -204,7 +204,7 @@ label = %percentage_used%%
|
||||
type = custom/script
|
||||
exec = updates.sh
|
||||
exec-if = "ping -q -w 2 -c 1 176.34.135.167 > /dev/null"
|
||||
label = %output%
|
||||
label = %{A1:st -e aurman -Syyu & disown:} %{A3:st -e aurman -Syyu & disown:}%output%%{A} %{A}
|
||||
tail = true
|
||||
|
||||
|
||||
@ -214,7 +214,6 @@ tail = true
|
||||
[module/clock]
|
||||
type = internal/date
|
||||
format = <label>
|
||||
lebel-padding = 1
|
||||
interval = 5
|
||||
time = %R
|
||||
label = %{A1:gsimplecal & disown:} %{A3:gsimplecal & disown:} %time%%{A} %{A}
|
||||
@ -230,7 +229,7 @@ thermal-zone = 0
|
||||
warn-temperature = 70
|
||||
format = <ramp><label>
|
||||
format-padding = 1
|
||||
label = %temperature%
|
||||
label = %{A1:st -e watch sensors & disown:} %temperature%%{A}
|
||||
ramp-0 = ""
|
||||
ramp-1 = ""
|
||||
ramp-2 = ""
|
||||
|
Reference in New Issue
Block a user