summaryrefslogtreecommitdiff
path: root/config.ini
diff options
context:
space:
mode:
authorCori Barker <coribarker2@gmail.com>2026-03-23 11:00:32 +0000
committerCori Barker <coribarker2@gmail.com>2026-03-23 11:00:32 +0000
commite6176cb8e24c7e4c3b426ef43c40156e78573c65 (patch)
tree9dcd6be53a82c2ae9cadda3e858f9d0f5fa8088d /config.ini
parentab2581dd4f7c88782a45d0e628c4eda62009edd7 (diff)
[polybar] brighter colours
Diffstat (limited to 'config.ini')
-rw-r--r--config.ini19
1 files changed, 2 insertions, 17 deletions
diff --git a/config.ini b/config.ini
index bfad4b9..2f34bbf 100644
--- a/config.ini
+++ b/config.ini
@@ -1,13 +1,11 @@
;; ~/.config/polybar/config.ini
-
[colors]
bg = #111111
bg-alt = #1c1c1c
-fg = #cccccc
-fg-dim = #777777
+fg = #e8e8e8
+fg-dim = #b0b0b0
accent = #285577
urgent = #cc4444
-
[bar/main]
monitor =
width = 100%
@@ -15,37 +13,28 @@ height = 22
offset-x = 0
offset-y = 0
bottom = true
-
background = ${colors.bg}
foreground = ${colors.fg}
-
padding-left = 0
padding-right = 0
-
module-margin-left = 0
module-margin-right = 0
-
font-0 = "Fira Nerd Font:pixelsize=11:antialias=true;3"
-
modules-left = xmonad
modules-center =
modules-right = cpu memory volume date time
-
tray-position = right
tray-padding = 6
tray-background = ${colors.bg}
tray-maxsize = 14
-
cursor-default = default
cursor-click = default
cursor-scroll = default
-
[module/xmonad]
type = custom/script
exec = tail -F /tmp/xmonad-log 2>/dev/null
tail = true
format-padding = 1
-
[module/cpu]
type = internal/cpu
interval = 2
@@ -55,7 +44,6 @@ format-padding = 2
format-margin-left = 2
label = CPU %percentage%%
label-foreground = ${colors.fg-dim}
-
[module/memory]
type = internal/memory
interval = 2
@@ -65,7 +53,6 @@ format-padding = 2
format-margin-left = 2
label = MEM %used%
label-foreground = ${colors.fg-dim}
-
[module/volume]
type = custom/script
exec = pamixer --get-volume-human 2>/dev/null || echo --
@@ -76,7 +63,6 @@ format-padding = 2
format-margin-left = 2
label = VOL %output%
label-foreground = ${colors.fg-dim}
-
[module/date]
type = internal/date
interval = 10
@@ -87,7 +73,6 @@ format-padding = 2
format-margin-left = 2
label = %date%
label-foreground = ${colors.fg-dim}
-
[module/time]
type = internal/date
interval = 10