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
|
label-padding = 2
|
||||||
interval = 10
|
interval = 10
|
||||||
exec = echo ""
|
exec = echo ""
|
||||||
click-left = "jgmenu_run >/dev/null 2>&1 &"
|
click-left = jgmenu_run & disown
|
||||||
click-right = exo-open $HOME/.config/jgmenu/jgmenurc
|
click-right = exo-open $HOME/.config/jgmenu/jgmenurc
|
||||||
|
|
||||||
|
|
||||||
@ -170,8 +170,8 @@ format = <label>
|
|||||||
type = internal/cpu
|
type = internal/cpu
|
||||||
interval = 3
|
interval = 3
|
||||||
format-padding = 1
|
format-padding = 1
|
||||||
format = <label><ramp-coreload>
|
format = <label> <ramp-coreload>
|
||||||
label = %percentage%%
|
label = %{A1:st -e htop -s PERCENT_CPU & disown:} %percentage%% %{A}
|
||||||
ramp-coreload-0 = ▂
|
ramp-coreload-0 = ▂
|
||||||
ramp-coreload-1 = ▃
|
ramp-coreload-1 = ▃
|
||||||
ramp-coreload-2 = ▄
|
ramp-coreload-2 = ▄
|
||||||
@ -194,7 +194,7 @@ type = internal/memory
|
|||||||
interval = 3
|
interval = 3
|
||||||
format = <label>
|
format = <label>
|
||||||
label-padding = 1
|
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
|
type = custom/script
|
||||||
exec = updates.sh
|
exec = updates.sh
|
||||||
exec-if = "ping -q -w 2 -c 1 176.34.135.167 > /dev/null"
|
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
|
tail = true
|
||||||
|
|
||||||
|
|
||||||
@ -214,7 +214,6 @@ tail = true
|
|||||||
[module/clock]
|
[module/clock]
|
||||||
type = internal/date
|
type = internal/date
|
||||||
format = <label>
|
format = <label>
|
||||||
lebel-padding = 1
|
|
||||||
interval = 5
|
interval = 5
|
||||||
time = %R
|
time = %R
|
||||||
label = %{A1:gsimplecal & disown:} %{A3:gsimplecal & disown:} %time%%{A} %{A}
|
label = %{A1:gsimplecal & disown:} %{A3:gsimplecal & disown:} %time%%{A} %{A}
|
||||||
@ -230,7 +229,7 @@ thermal-zone = 0
|
|||||||
warn-temperature = 70
|
warn-temperature = 70
|
||||||
format = <ramp><label>
|
format = <ramp><label>
|
||||||
format-padding = 1
|
format-padding = 1
|
||||||
label = %temperature%
|
label = %{A1:st -e watch sensors & disown:} %temperature%%{A}
|
||||||
ramp-0 = ""
|
ramp-0 = ""
|
||||||
ramp-1 = ""
|
ramp-1 = ""
|
||||||
ramp-2 = ""
|
ramp-2 = ""
|
||||||
|
Reference in New Issue
Block a user