Added ICE polybar module
This commit is contained in:
@@ -51,4 +51,4 @@ bottom = false
|
||||
|
||||
modules-left = spotify
|
||||
modules-center = date
|
||||
modules-right = i3-mode
|
||||
modules-right = ice i3-mode
|
||||
|
||||
@@ -55,3 +55,7 @@ fg = ${colour-scheme.base0C}
|
||||
[colours/spotify]
|
||||
bg = ${colour-scheme.base00}
|
||||
fg = ${colour-scheme.base0A}
|
||||
|
||||
[colours/ice]
|
||||
bg = ${colour-scheme.base00}
|
||||
fg = ${colour-scheme.base0A}
|
||||
|
||||
8
config/polybar/bars/modules/ice.ini
Normal file
8
config/polybar/bars/modules/ice.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[module/ice]
|
||||
type = custom/script
|
||||
exec = ~/.config/polybar/scripts/ice.sh
|
||||
interval = 5
|
||||
|
||||
format-background = ${colours/ice.bg}
|
||||
format-foreground = ${colours/ice.fg}
|
||||
format-padding = 1
|
||||
Reference in New Issue
Block a user