mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Added script to polybar
This commit is contained in:
parent
3d4f2099d8
commit
b43bb1de05
@ -48,7 +48,7 @@ wm-restack = i3
|
||||
|
||||
modules-left = i3
|
||||
modules-center = xwindow
|
||||
modules-right = sys_updates cpu memory volume wifi ethernet battery date
|
||||
modules-right = sys_updates sys_temp cpu memory volume wifi ethernet battery date
|
||||
|
||||
tray-position = right
|
||||
tray-padding = 0
|
||||
@ -61,6 +61,13 @@ label = %{A1:$TERMINAL -e yay >/dev/null 2>&1 &:}%output%%{A}
|
||||
label-overline=${colors.red}
|
||||
label-underline=${colors.red}
|
||||
type = custom/script
|
||||
°
|
||||
[module/sys_temp]
|
||||
exec = ~/.local/bin/polybar_scripts/sys_temp
|
||||
format = <label>
|
||||
interval = 5
|
||||
label = Temp: %output%°F
|
||||
type = custom/script
|
||||
|
||||
[module/battery]
|
||||
type = internal/battery
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user