Added ICE polybar module

This commit is contained in:
marc
2023-11-21 13:53:13 +01:00
parent ad76fdf575
commit f95a9948a6
4 changed files with 46 additions and 1 deletions

View File

@@ -51,4 +51,4 @@ bottom = false
modules-left = spotify
modules-center = date
modules-right = i3-mode
modules-right = ice i3-mode

View File

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

View 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