aboutsummaryrefslogtreecommitdiff
path: root/.config/polybar
diff options
context:
space:
mode:
authorXander Swan <email>2025-12-03 10:00:41 -0500
committerXander Swan <email>2025-12-03 10:00:41 -0500
commit2109fc09b54b85fd8195f423813e03603266f91f (patch)
tree673721a7752ef30ae9e5536bab3dfc1655dc38df /.config/polybar
parent52e8e36c422ea22b129459a0b4c18d5deb9bc394 (diff)
better
Diffstat (limited to '.config/polybar')
-rw-r--r--.config/polybar/config.ini58
1 files changed, 43 insertions, 15 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini
index c88e334..f444bac 100644
--- a/.config/polybar/config.ini
+++ b/.config/polybar/config.ini
@@ -17,17 +17,17 @@
;==========================================================
[colors]
-background = #111111
-background-alt = #222222
-foreground = #C5C8C6
-primary = #FFFFFF
-secondary = #8ABEB7
+background = #222222
+background-alt = #333333
+foreground = #FFFFFF
+primary = #FF4499
+secondary = #991133
alert = #A54242
disabled = #707880
[bar/bar1]
width = 100%
-height = 12pt
+height = 20pt
; dpi = 96
@@ -36,22 +36,24 @@ foreground = ${colors.foreground}
line-size = 3pt
-border-size = 0pt
border-color = #00000000
+border-size = 0pt
padding-left = 0
padding-right = 1
module-margin = 1
-separator =
+bottom = true
+
+separator = :
separator-foreground = ${colors.disabled}
font-0 = JetBrainsMono Nerd Font;2
-modules-left = xwindow
-modules-center = date time
-modules-right = filesystem pulseaudio memory cpu wlan
+modules-left = xworkspaces
+modules-center = xwindow
+modules-right = pulseaudio memory cpu date time
cursor-click = pointer
cursor-scroll = ns-resize
@@ -64,6 +66,31 @@ type = internal/tray
format-margin = 8pt
tray-spacing = 16pt
+[module/xworkspaces]
+type = internal/xworkspaces
+
+icon-0 = 10;.
+icon-1 = 9;.
+
+icon-default =
+
+label-active = %icon%%name%
+label-active-background = ${colors.background-alt}
+label-active-padding = 1
+label-active-underline = ${colors.primary}
+
+label-occupied = %icon%%name%
+label-occupied-padding = 1
+label-urgent = %name%
+label-urgent-padding = 1
+label-empty = %name%
+label-empty-padding = 1
+
+pin-workspaces = false
+group-by-monitor = false
+enable-click = false
+enable-scroll = false
+
[module/xwindow]
type = internal/xwindow
label = %title:0:60:...%
@@ -119,10 +146,10 @@ label-connected = %{F#FFFFFF}%ifname%%{F-} %essid%
[module/time]
type = internal/date
-interval = 1
+interval = 10
-time = %H:%M
-time-alt = %I:%M%P
+time = %I:%M%p
+time-alt = %H:%M
label = %time%
label-foreground = ${colors.primary}
@@ -131,7 +158,8 @@ label-foreground = ${colors.primary}
type = internal/date
interval = 3600
-date = %b %d, %Y
+date = %a %m/%d
+date-alt = %b
label = %date%
label-foreground = ${colors.primary}