diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-09 00:04:28 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-09 00:04:28 +0530 |
commit | 425a965910949349a813afce86e753c5fc00ee51 (patch) | |
tree | 0ed74e9dba2fa27877f42aa16a9878020ea68fb7 /.config/polybar/config.ini | |
parent | e5f1bbba2be64cff04cc0bf7d2224c8a50a1c6dc (diff) |
moved workspace info to lemonbar as polybar was kinda broken
Diffstat (limited to '.config/polybar/config.ini')
-rw-r--r-- | .config/polybar/config.ini | 50 |
1 files changed, 5 insertions, 45 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 68faf65..437d2b5 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -91,7 +91,7 @@ batt-full-fg = ${colors.module-color-0} [bar/mybar2] monitor = ${env:MONITOR:HDMI-0} enable-ipc = true -width = 100% +width = 1500 height = 20 offset-x = 0 offset-y = 0 @@ -122,13 +122,13 @@ font-3 = fixed:pixelsize=10;1 ;font-5 = siji:pixelsize=10;1 modules-left = date uptime wlan eth filesystem-root filesystem-home filesystem-hdd cpu temperature memory xwindow -modules-right = pulseaudio ewmh battery +modules-right = battery pulseaudio tray-position = right tray-padding = 2 tray-background = ${colors.systray-bg} -override-redirect = true +override-redirect = false cursor-click = pointer cursor-scroll = ns-resize @@ -136,7 +136,7 @@ cursor-scroll = ns-resize [bar/mybar] ;monitor = ${env:MONITOR:eDP-1} enable-ipc = true -width = 100% +width = 1475 height = 28 offset-x = 0 offset-y = 0 @@ -167,11 +167,7 @@ font-3 = fixed:pixelsize=10;1 ;font-5 = siji:pixelsize=10;1 modules-left = date uptime wlan eth filesystem-root filesystem-home filesystem-hdd cpu temperature memory xwindow -modules-right = pulseaudio ewmh battery - -tray-position = right -tray-padding = 2 -tray-background = ${colors.systray-bg} +modules-right = battery pulseaudio override-redirect = true @@ -355,39 +351,3 @@ label-discharging-foreground = ${colors.batt-discharging-fg} label-full-background = ${colors.batt-full-bg} label-full-foreground = ${colors.batt-full-fg} -[module/ewmh] -type = internal/xworkspaces - -pin-workspaces = false -enable-click = true -enable-scroll = false -format = <label-state> - -label-monitor = %name% - -;label-active = "%{F#f516a4}%{B#232327}%{F#FFFFFF}%{B#f516a4} %name% %{B#f516a4}%{F#232327}%{B-}%{F-}" -label-active = %name% -label-active-foreground = ${colors.ws-active-fg} -label-active-background = ${colors.ws-active-bg} -label-active-underline = ${colors.ws-active-ul} -label-active-padding = 3 - -label-occupied = %name% -label-occupied-foreground = ${colors.ws-occupied-fg} -label-occupied-background = ${colors.ws-occupied-bg} -label-occupied-underline = ${colors.ws-occupied-ul} -label-occupied-padding = 3 - -label-empty = %name% -label-empty-foreground = ${colors.ws-empty-fg} -label-empty-background = ${colors.ws-empty-bg} -label-empty-underline = ${colors.ws-empty-ul} -label-empty-padding = 3 - -label-background = #FFFFFF - -label-urgent = %name% -label-urgent-foreground = #000000 -label-urgent-background = #bd2c40 -label-urgent-underline = #9b0a20 -label-urgent-padding = 0 |