From 77b774431f5af9d58a9ebf7009bb2b7890b8d196 Mon Sep 17 00:00:00 2001 From: Cori Barker Date: Sun, 22 Mar 2026 15:38:02 +0000 Subject: [polybar] added polybar config file --- config.ini | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 config.ini (limited to 'config.ini') diff --git a/config.ini b/config.ini new file mode 100644 index 0000000..8f98145 --- /dev/null +++ b/config.ini @@ -0,0 +1,100 @@ +;; ~/.config/polybar/config.ini + +[colors] +bg = #111111 +bg-alt = #1c1c1c +fg = #cccccc +fg-dim = #777777 +accent = #285577 +urgent = #cc4444 + +[bar/main] +monitor = +width = 100% +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 Code: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 +format =