diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | 61fedccf381bcfdf91d497d3de053271e85e4430 (patch) | |
| tree | 0700e8bfca6e4ca00e8d4e8f5a891470ad375861 /.config/polybar/config.ini | |
| parent | 34687f97048339fd34412e4af8556495015658ef (diff) | |
update dotfiles
Diffstat (limited to '.config/polybar/config.ini')
| -rw-r--r-- | .config/polybar/config.ini | 45 |
1 files changed, 39 insertions, 6 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index a2e85ea..694ae4b 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -25,12 +25,10 @@ secondary = #991133 alert = #A54242 disabled = #707880 -[bar/bar1] +[bar/primary] width = 100% height = 20pt -; dpi = 96 - background = ${colors.background} foreground = ${colors.foreground} @@ -42,6 +40,7 @@ border-size = 0pt padding-left = 0 padding-right = 1 +monitor = HDMI-A-1 module-margin = 1 bottom = true @@ -60,6 +59,40 @@ cursor-scroll = ns-resize enable-ipc = true +[bar/secondary] +width = 100% +height = 20pt + +background = ${colors.background} +foreground = ${colors.foreground} + +line-size = 3pt + +border-color = #00000000 +border-size = 0pt + +padding-left = 0 +padding-right = 1 + +monitor = DVI-D-0 +module-margin = 1 + +bottom = true + +separator = : +separator-foreground = ${colors.disabled} + +font-0 = MartianMono Nerd Font:size=11:weight=Medium;1 + +modules-left = user xworkspaces +modules-center = +modules-right = xwindow time + +cursor-click = pointer +cursor-scroll = ns-resize + +enable-ipc = true + [module/user] type = custom/script exec = "echo `whoami`@`hostname`" @@ -92,14 +125,14 @@ label-urgent-padding = 1 label-empty = %name% label-empty-padding = 1 -pin-workspaces = false -group-by-monitor = false +pin-workspaces = true +group-by-monitor = true enable-click = false enable-scroll = false [module/xwindow] type = internal/xwindow -label = %title:0:60:...% +label = %title:0:50:...% [module/filesystem] type = internal/fs |
