diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2021-12-02 22:23:21 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2021-12-02 22:23:21 +0530 |
commit | 625d1bda2937821e0709cc070532f05e551f0ce6 (patch) | |
tree | 2462f2e86cb9112657180ab38357810c143fdc07 /.config/polybar/config | |
parent | 6af06fcfe3861d3ba70f57d1ac0250171a67b06f (diff) |
removed lxsession from xmonad
Diffstat (limited to '.config/polybar/config')
-rw-r--r-- | .config/polybar/config | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index d74effa..8ac9716 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -111,7 +111,7 @@ font-5 = siji:pixelsize=10;1 modules-left = systray-arrow date date-arrow wlan eth wifi-arrow filesystem-root fs-root-arrow filesystem-home fs-home-arrow cpu temp-arrow temperature cpu-arrow memory mem-arrow pulseaudio vol-arrow xwindow ;modules-center = xwindow -modules-right = mpd ewmh +modules-right = ewmh tray-position = right tray-padding = 2 @@ -176,7 +176,7 @@ cursor-scroll = ns-resize [module/xwindow] type = internal/xwindow -label = " %title:0:80:...%" +label = " %title:0:60:...%" label-foreground = ${colors.xwindow-fg} [module/xkeyboard] @@ -284,7 +284,7 @@ content-background = ${colors.vol-bg} [module/wlan] type = internal/network -interface = wlan0 +interface = wlo1 interval = 3.0 format-connected = <ramp-signal> <label-connected> @@ -453,19 +453,19 @@ 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 = 2 +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 = 2 +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 = 2 +label-empty-padding = 3 label-background = #FFFFFF @@ -491,19 +491,19 @@ 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 = 2 +label-active-padding = 4 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 = 2 +label-occupied-padding = 4 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 = 2 +label-empty-padding = 4 label-urgent = %name% label-urgent-foreground = #000000 |