diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-08-29 18:45:06 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-08-29 18:45:06 +0530 |
commit | 13d6ff71f39f5737f1312d8121270bcb84efda51 (patch) | |
tree | 1582a6d22a4b0fe09dae8718f10ee705ca017027 | |
parent | 336c00b7e263a9a81e0c9c691849d8b2f5bdaa57 (diff) |
added powerline and catppuccin to polybar
-rw-r--r-- | .config/polybar/bars.ini | 78 | ||||
-rw-r--r-- | .config/polybar/colors.ini | 75 | ||||
-rw-r--r-- | .config/polybar/config.ini | 427 | ||||
-rw-r--r-- | .config/polybar/doom-one-dark-colors-config | 467 | ||||
-rw-r--r-- | .config/polybar/modules.ini | 178 | ||||
-rw-r--r-- | .config/polybar/polybar-powerline.ini | 514 | ||||
-rw-r--r-- | .config/polybar/powerline.ini | 35 |
7 files changed, 370 insertions, 1404 deletions
diff --git a/.config/polybar/bars.ini b/.config/polybar/bars.ini new file mode 100644 index 0000000..3b95f1f --- /dev/null +++ b/.config/polybar/bars.ini @@ -0,0 +1,78 @@ +[bar/mybar2] +tray-position = right +tray-padding = 2 +tray-background = ${colors.systray-bg} + +monitor = ${env:MONITOR:HDMI-0} +enable-ipc = true +width = 1906 +height = 22 +offset-x = 7 +offset-y = 6 +radius = 2 +fixed-center = true +bottom = 0 + +background = ${colors.background} +foreground = ${colors.foreground} + +line-size = 0 + +padding-left = 0 +padding-right = 0 + +module-margin-left = 0 +module-margin-right = 0 + +font-0 = "Roboto:style=Regular:size=12;2" +font-1 = "Source Han Sans JP:style=Regular:size=11;2" + +modules-left = arrow0 date arrow1 uptime wlan eth storage-root storage-home cpu temperature memory mpd +modules-center = xwindow +modules-right = battery pulseaudio ewmh + +override-redirect = false + +cursor-click = pointer +cursor-scroll = ns-resize + +[bar/mybar] +tray-position = right +tray-padding = 2 +tray-background = ${colors.systray-bg} + +monitor = ${env:MONITOR:eDP-1} +monitor-fallback = ${env:MONITOR:eDP-1-1} +enable-ipc = true +width = 1920 +height = 28 +offset-x = 0 +offset-y = 0 +radius = 0 +fixed-center = true +bottom = 0 + +background = ${colors.background} +foreground = ${colors.foreground} + +line-size = 0 + +padding-left = 0 +padding-right = 0 + +module-margin-left = 0 +module-margin-right = 0 + +font-0 = "Roboto:style=Regular:size=12;2" +font-1 = "Source Han Sans JP:style=Regular:size=11;2" +font-2 = "Hack Nerd Font:style=Regular:size=11;3" +font-3 = "Hack Nerd Font:style=Regular:size=20;5" +font-4 = "Source Han Sans JP:style=Heavy:size=11;2" # font-1 but bold, make sure to edit accordingly + +modules-left = powerline0 date powerline1 wlan eth powerline2 storage-root powerline1 storage-home powerline2 cpu powerline1 temperature powerline2 memory powerline3 +modules-right = ewmh pulseaudio battery + +override-redirect = true + +cursor-click = pointer +cursor-scroll = ns-resize diff --git a/.config/polybar/colors.ini b/.config/polybar/colors.ini new file mode 100644 index 0000000..fb10e26 --- /dev/null +++ b/.config/polybar/colors.ini @@ -0,0 +1,75 @@ +[colors] +mauve = #cba6f7 +red = #f38ba8 +green = #a6e3a1 +mantle = #181825 +teal = #94e2d5 +peach = #fab387 + +background = #E611111b +foreground = ${colors.mauve} +foreground-alt = #11111b +foreground-dull = #6c7086 + +systray-bg = ${colors.background} + +module-color-0 = ${colors.mantle} +module-color-1 = ${colors.mauve} + +xwindow-fg = ${colors.module-color-0} + +ws-active-fg = ${colors.foreground-alt} +ws-active-bg = ${colors.module-color-1} + +ws-occupied-fg = ${colors.teal} +ws-occupied-bg = ${colors.background} + +ws-empty-fg = ${colors.foreground-dull} +ws-empty-bg = ${colors.background} + +ws-urgent-fg = ${colors.foreground-alt} +ws-urgent-bg = ${colors.red} + +time-fg = ${colors.foreground-alt} +time-bg = ${colors.module-color-1} + +uptime-fg = ${colors.module-color-1} +uptime-bg = ${colors.module-bg} + +ethernet-fg = ${colors.foreground} +ethernet-bg = ${colors.module-color-0} + +wifi-fg = ${colors.ethernet-fg} +wifi-bg = ${colors.ethernet-bg} + +fs-root-fg = ${colors.foreground-alt} +fs-root-bg = ${colors.module-color-1} + +fs-home-fg = ${colors.foreground} +fs-home-bg = ${colors.module-color-0} + +cpu-fg = ${colors.foreground-alt} +cpu-bg = ${colors.module-color-1} + +temp-fg = ${colors.foreground} +temp-bg = ${colors.module-color-0} +temp-warn-fg = ${colors.temp-fg} +temp-warn-bg = ${colors.module-color-0} + +mem-fg = ${colors.foreground-alt} +mem-bg = ${colors.module-color-1} + +vol-fg = ${colors.foreground-alt} +vol-bg = ${colors.mauve} + +vol-fg-alt = ${colors.foreground-alt} +vol-bg-alt = ${colors.peach} + +batt-charging-bg = ${colors.green} +batt-charging-fg = ${colors.foreground-alt} + +batt-discharging-bg = ${colors.peach} +batt-discharging-fg = ${colors.foreground-alt} + +batt-full-bg = ${colors.module-bg} +batt-full-fg = ${colors.module-color-0} diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index cef5832..2e39b7f 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -1,430 +1,11 @@ -;========================================================== -; -; -; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ -; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ -; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ -; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ -; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ -; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ -; -; -; To learn more about how to configure Polybar -; go to https://github.com/polybar/polybar -; -; The README contains a lot of information -; -;========================================================== - -[colors] -;background = #dd1e2120 -background = #c7100b13 -;background = #1d1f21 -;background = #282c34 ;dt -foreground = #FFFFFF - -;systray-bg = #232627 -systray-bg = ${colors.background} - - -;module-color-0 = #9a30a4 -;module-color-1 = #f56ea5 - -;module-color-0 = #9b1bed -;module-color-1 = #ff0aa3 - -;module-color-0 = #a663cc -;module-color-1 = #fb6f92 - -module-color-0 = #c678dd -module-color-1 = #fb6f92 -;module-color-1 = #51afef - -;module-color-0 = #1ca09d -;module-color-1 = #2be38f - -;module-bg = #e6100b13 -module-bg = ${colors.background} -module-bg-alt = ${colors.module-bg} - -;xwindow-fg = #9d00ff -;window-fg = #1ca09d -xwindow-fg = ${colors.module-color-0} - -ws-active-fg = #232627 -ws-active-bg = ${colors.module-color-1} -ws-active-ul = #d33682 - -ws-occupied-fg = #232627 -ws-occupied-bg = ${colors.module-color-0} -ws-occupied-ul = #130f23 - -ws-empty-fg = ${colors.xwindow-fg} -ws-empty-bg = ${colors.background} -ws-empty-ul = ${colors.background} - -ws-urgent-fg = ${colors.module-color-1} -ws-urgent-bg = ${colors.module-color-0} -ws-urgent-ul = #d33682 - -time-fg = ${colors.module-color-1} -time-bg = ${colors.module-bg} - -uptime-fg = ${colors.module-color-1} -uptime-bg = ${colors.module-bg} - -ethernet-fg = ${colors.module-color-0} -ethernet-bg = ${colors.module-bg} - -wifi-fg = ${colors.ethernet-fg} -wifi-bg = ${colors.module-bg} - -fs-root-fg = ${colors.module-color-1} -fs-root-bg = ${colors.module-bg} - -;fs-home-fg = ${colors.module-color-1} -;fs-home-bg = ${colors.module-bg} - -fs-hdd-fg = ${colors.module-color-0} -fs-hdd-bg = ${colors.module-bg} - -cpu-fg = ${colors.module-color-1} -cpu-bg = ${colors.module-bg} - -temp-fg = ${colors.module-color-0} -temp-bg = ${colors.module-bg} -temp-warn-fg = ${colors.temp-fg} -temp-warn-bg = ${colors.module-bg-alt} - -mem-fg = ${colors.module-color-1} -mem-bg = ${colors.module-bg} - -vol-fg = ${colors.module-color-1} -vol-bg = ${colors.module-bg} -;vol-fg-alt = #c32aeb -vol-fg-alt = ${colors.module-color-0} - -batt-charging-bg = ${colors.module-bg} -batt-charging-fg = ${colors.module-color-0} - -batt-discharging-bg = ${colors.module-bg} -batt-discharging-fg = ${colors.module-color-1} - -batt-full-bg = ${colors.module-bg} -batt-full-fg = ${colors.module-color-0} - -; same as mybar but on second monitor -; also has different font size, bar height, etc -; modules are the same and should be synced if either is changed -[bar/mybar2] -tray-position = right -tray-padding = 2 -tray-background = ${colors.systray-bg} - -monitor = ${env:MONITOR:HDMI-0} -enable-ipc = true -width = 1906 -height = 22 -offset-x = 7 -offset-y = 6 -radius = 2 -fixed-center = true -bottom = 0 - -background = ${colors.background} -foreground = ${colors.foreground} - -line-size = 0 -line-color = #f00 - -border-size = 0 -border-color = #00000000 - -padding-left = 0 -padding-right = 0 - -module-margin-left = 0 -module-margin-right = 0 - -font-0 = "SauceCodePro:style=Regular:size=9;3" -font-1 = "Source Han Sans JP Normal:size=9;3" -font-2 = "RobotoMono Nerd Font Mono:size=22;5" -font-3 = fixed:pixelsize=10;1 -;font-4 = unifont:fontformat=truetype:size=8:antialias=false;0 -;font-5 = siji:pixelsize=10;1 - -modules-left = date uptime wlan eth storage-ssd storage-hdd cpu temperature memory mpd -modules-center = xwindow -modules-right = battery pulseaudio ewmh - -override-redirect = false - -cursor-click = pointer -cursor-scroll = ns-resize - -[bar/mybar] -tray-position = right -tray-padding = 2 -tray-background = ${colors.systray-bg} - -monitor = ${env:MONITOR:eDP-1} -monitor-fallback = ${env:MONITOR:eDP-1-1} -enable-ipc = true -width = 1920 -height = 28 -offset-x = 0 -offset-y = 0 -radius = 0 -fixed-center = true -bottom = 0 - -background = ${colors.background} -foreground = ${colors.foreground} - -line-size = 0 -line-color = #f00 - -border-size = 0 -border-color = #00000000 - -padding-left = 0 -padding-right = 0 - -module-margin-left = 0 -module-margin-right = 0 - -font-0 = "SauceCodePro:style=Regular:size=12;3" -font-1 = "Source Han Sans JP Normal:size=11;2" -font-2 = "RobotoMono Nerd Font Mono:size=22;5" -font-3 = fixed:pixelsize=10;1 -;font-4 = unifont:fontformat=truetype:size=8:antialias=false;0 -;font-5 = siji:pixelsize=10;1 - -modules-left = date uptime wlan eth storage-ssd storage-hdd cpu temperature memory xwindow -modules-right = battery pulseaudio ewmh - -override-redirect = true - -cursor-click = pointer -cursor-scroll = ns-resize - -[module/xwindow] -type = internal/xwindow -label = " %title:0:50:...%" -label-foreground = ${colors.xwindow-fg} - -[module/storage-ssd] -type = internal/fs -interval = 25 - -mount-0 = / - -label-mounted = " SSD: %percentage_used%% " -label-mounted-background = ${colors.fs-root-bg} -label-mounted-foreground = ${colors.fs-root-fg} - -[module/storage-hdd] -type = internal/fs -interval = 25 - -mount-0 = /home/zt/hdd - -label-mounted = " HDD: %percentage_used%% " -label-mounted-background = ${colors.fs-hdd-bg} -label-mounted-foreground = ${colors.fs-hdd-fg} - -[module/cpu] -type = internal/cpu -interval = 2 -label = " CPU: %percentage:2%% " -label-background = ${colors.cpu-bg} -label-foreground = ${colors.cpu-fg} - -[module/memory] -type = internal/memory -interval = 2 - - -label-background = ${colors.mem-bg} -label-foreground = ${colors.mem-fg} -label = " MEM: %percentage_used%% " - -[module/wlan] -type = internal/network -interface = wlo1 -interval = 3.0 - -format-connected = <ramp-signal> <label-connected> -format-connected-background = ${colors.wifi-bg} -format-connected-foreground = ${colors.wifi-fg} -label-connected = "WIFI: %essid% (%local_ip%)" -;label-connected = "%local_ip%" - -label-disconnected = "" -label-disconnected-foreground = ${colors.foreground} -label-disconnected-background = ${colors.wifi-bg} - -ramp-signal-0 = -ramp-signal-1 = -ramp-signal-2 = -ramp-signal-3 = -ramp-signal-4 = -ramp-signal-foreground = ${colors.foreground} - -[module/eth] -type = internal/network -interface = eno1 -interval = 3.0 - -label-connected-background = ${colors.ethernet-bg} -label-connected-foreground = ${colors.ethernet-fg} - -format-connected-underline = #55aa55 -format-connected-prefix = "" -format-connected-prefix-foreground = ${colors.foreground} -label-connected = " %local_ip% " - -format-disconnected = -;format-disconnected = <label-disconnected> -;format-disconnected-underline = ${self.format-connected-underline} -;label-disconnected = %ifname% disconnected -;label-disconnected-foreground = ${colors.foreground-alt} - -[module/date] -type = internal/date -interval = 5 - -time = " %I:%M %p " -time-alt = " %d %B %Y (%A) %H:%M:%S " - -format-foreground = ${colors.time-fg} -format-background = ${colors.time-bg} - -label = %{A3:#uptime.module_toggle:}%time%%{A3} - -[module/uptime] -type = custom/script -click-left = module_toggle -interval = 100 -exec = "uptime | awk -F, '{sub(".*up ",x,$1);sub(" min","",$1);sub(":","H ",$1);print $1"M"}'" -label = "/ UP: %output% " - -hidden = true -format-foreground = ${colors.uptime-fg} -format-background = ${colors.uptime-bg} - -[module/pulseaudio] -type = internal/pulseaudio -format-volume = <label-volume> -label-volume = " VOL: %percentage%% " -label-volume-background = ${colors.vol-bg} -label-volume-foreground = ${colors.vol-fg} - -use-ui-max = false -label-muted = " MUTED " -label-muted-foreground = ${colors.vol-fg-alt} -label-muted-background = ${colors.vol-bg} - -[module/temperature] -type = internal/temperature -thermal-zone = 0 -warn-temperature = 65 - -label = " TEMP: %temperature-c% " -label-warn-foreground = ${colors.temp-warn-fg} -label-warn-background = ${colors.temp-warn-bg} - -label-background = ${colors.temp-bg} -label-foreground = ${colors.temp-fg} +include-file = ./powerline.ini +include-file = ./bars.ini +include-file = ./colors.ini +include-file = ./modules.ini [settings] screenchange-reload = true -;compositing-background = xor -;compositing-background = screen -;compositing-foreground = source -;compositing-border = over -;pseudo-transparency = false [global/wm] margin-top = 0 margin-bottom = 0 - -[module/battery] -type = internal/battery - -; This is useful in case the battery never reports 100% charge -full-at = 100 - -; Use the following command to list batteries and adapters: -; $ ls -1 /sys/class/power_supply/ -battery = BAT0 -adapter = ADP1 - -poll-interval = 5 - -label-full = -label-discharging = " BATT: %percentage%% " -label-charging = " BATT: %percentage%% " - -label-charging-background = ${colors.batt-charging-bg} -label-charging-foreground = ${colors.batt-charging-fg} - -label-discharging-background = ${colors.batt-discharging-bg} -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 = %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 = ${colors.ws-urgent-fg} -label-urgent-background = ${colors.ws-urgent-bg} -label-urgent-underline = ${colors.ws-urgent-ul} -label-urgent-padding = 3 - -[module/mpd] -type = internal/mpd - -format-online = <label-song> <label-time> -label-song = %title% - -label-song-foreground = ${colors.module-color-0} -label-time-foreground = ${colors.module-color-0} - -; Host where mpd is running (either ip or domain name) -; Can also be the full path to a unix socket where mpd is running. -host = 127.0.0.1 -port = 6600 - -; Seconds to sleep between progressbar/song timer sync -; Default: 1 -interval = 1 diff --git a/.config/polybar/doom-one-dark-colors-config b/.config/polybar/doom-one-dark-colors-config deleted file mode 100644 index 3f8c502..0000000 --- a/.config/polybar/doom-one-dark-colors-config +++ /dev/null @@ -1,467 +0,0 @@ -;========================================================== -; -; -; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ -; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ -; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ -; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ -; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ -; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ -; -; -; To learn more about how to configure Polybar -; go to https://github.com/polybar/polybar -; -; The README contains a lot of information -; -;========================================================== - -[colors] -background = #171520 -background-alt = #130f23 -foreground = #dfdfdf -foreground-alt = #555 -primary = #ffb52a -secondary = #e60053 -alert = #bd2c40 -;systray-bg = #0063ff -;systray-bg = #232627 -;systray-bg = #bd93f9 -;systray-bg = #ff79c6 -systray-bg = #282a36 - -ws-active-fg = #ffffff -ws-active-bg = #d33682 -ws-active-ul = #d33682 - -ws-occupied-fg = #268bd2 -ws-occupied-bg = #130f23 -ws-occupied-ul = #130f23 - -ws-empty-fg = #02fc45 -ws-empty-bg = ${colors.background} -ws-empty-ul = ${colors.background} - -time-bg = #9aedfe -time-fg = #232627 - -ethernet-bg = #ff92d0 -ethernet-fg = #232627 - -wifi-bg = #caa9fa -wifi-fg = #232627 - -temp-bg = #f4f99d -temp-fg = #232627 - -cpu-bg = ${colors.temp-bg} -cpu-fg = ${colors.temp-fg} - -mem-bg = #5af78e -mem-fg = #232627 - -vol-bg = #ff6e67 -vol-fg = #232627 -vol-fg-alt = ${colors.foreground-alt} - -[bar/mybar] -;monitor = ${env:MONITOR:eDP-1-1} -enable-ipc = true -width = 100% -height = 32 -offset-x = 0% -offset-y = 0% -radius = 0 -fixed-center = false -bottom = 0 - -background = ${colors.background} -foreground = ${colors.foreground} - -line-size = 0 -line-color = #f00 - -border-size = 0 -border-color = #00000000 - -padding-left = 0 -padding-right = 0 - -module-margin-left = 0 -module-margin-right = 0 - -font-0 = "Sauce Code Pro:size=12;3" -font-1 = "Source Han Sans JP Normal:size=12;2" -font-2 = "RobotoMono Nerd Font Mono:size=22;5" -font-3 = fixed:pixelsize=10;1 -font-4 = unifont:fontformat=truetype:size=8:antialias=false;0 -font-5 = siji:pixelsize=10;1 - -modules-left = ewmh xwindow -modules-right = vol-arrow pulseaudio mem-arrow memory cpu-arrow cpu temperature wifi-arrow wlan ethernet-arrow eth date-arrow date systray-arrow - -tray-position = right -tray-padding = 2 -tray-background = ${colors.systray-bg} - -;wm-restack = bspwm -;wm-restack = i3 - -override-redirect = true - -cursor-click = pointer -cursor-scroll = ns-resize - -[bar/mybar-bspwm] -;monitor = ${env:MONITOR:HDMI-1} -width = 100% -height = 35 -offset-x = 0% -offset-y = 0% -radius = 0 -fixed-center = false -bottom = 0 - -background = ${colors.background} -foreground = ${colors.foreground} - -line-size = 3 -line-color = #f00 - -border-size = 0 -border-color = #00000000 - -padding-left = 0 -padding-right = 2 - -module-margin-left = 1 -module-margin-right = 2 - -font-0 = "Sauce Code Pro:size=12" -font-1 = "Source Han Sans JP Normal:size=12" -font-2 = fixed:pixelsize=10;1 -font-3 = unifont:fontformat=truetype:size=8:antialias=false;0 -font-4 = siji:pixelsize=10;1 - -modules-left = bspwm xwindow -modules-right = pulseaudio memory cpu temperature xkeyboard wlan eth date - -tray-position = right -tray-padding = 2 -tray-background = #0063ff - -;wm-restack = bspwm -;wm-restack = i3 - -override-redirect = true - -scroll-up = bspwm-desknext -scroll-down = bspwm-deskprev - -cursor-click = pointer -cursor-scroll = ns-resize - -[module/xwindow] -type = internal/xwindow -label = %title:0:50:...% - -[module/xkeyboard] -type = internal/xkeyboard -;blacklist-0 = num lock - -format-prefix = "" -format-prefix-foreground = ${colors.foreground-alt} -format-prefix-underline = ${colors.secondary} - -label-layout = %layout% -label-layout-underline = ${colors.secondary} - -label-indicator-padding = 2 -label-indicator-margin = 1 -label-indicator-background = ${colors.secondary} -label-indicator-underline = ${colors.secondary} - -[module/filesystem] -type = internal/fs -interval = 25 - -mount-0 = / -mount-1 = /home -;mount-2 = /mnt - -label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%% -label-unmounted = %mountpoint% not mounted -label-unmounted-foreground = ${colors.foreground-alt} - -[module/mpd] -type = internal/mpd -format-online = <label-song> <icon-prev> <icon-stop> <toggle> <icon-next> - -icon-prev = -icon-stop = -icon-play = -icon-pause = -icon-next = - -label-song-maxlen = 25 -label-song-ellipsis = true - -bar-width = 10 -bar-indicator = | -bar-indicator-foreground = #fff -bar-indicator-font = 2 -bar-fill = ─ -bar-fill-font = 2 -bar-fill-foreground = #9f78e1 -bar-empty = ─ -bar-empty-font = 2 -bar-empty-foreground = ${colors.foreground-alt} - -[module/cpu] -type = internal/cpu -interval = 2 -label = "CPU: %percentage:2%%" -label-background = ${colors.cpu-bg} -label-foreground = ${colors.cpu-fg} - -[module/cpu-arrow] -type = custom/text -content = "" -content-foreground = ${colors.cpu-bg} -content-background = ${colors.mem-bg} - -[module/memory] -type = internal/memory -interval = 2 - -label-background = ${colors.mem-bg} -label-foreground = ${colors.mem-fg} -label = "MEM: %percentage_used%% " - -[module/mem-arrow] -type = custom/text -content = "" -content-foreground = ${colors.mem-bg} -content-background = ${colors.vol-bg} - -[module/wlan] -type = internal/network -interface = wlo1 -interval = 3.0 - -format-connected = <ramp-signal> <label-connected> -format-connected-background = ${colors.wifi-bg} -format-connected-foreground = ${colors.wifi-fg} -label-connected = "%essid% " - -label-disconnected = "WiFi Disconnected " -label-disconnected-foreground = ${colors.foreground-alt} -label-disconnected-background = ${colors.wifi-bg} - -ramp-signal-0 = -ramp-signal-1 = -ramp-signal-2 = -ramp-signal-3 = -ramp-signal-4 = -ramp-signal-foreground = ${colors.foreground-alt} - -[module/wifi-arrow] -type = custom/text -content = "" -content-foreground = ${colors.wifi-bg} -content-background = ${colors.cpu-bg} - -[module/eth] -type = internal/network -interface = eno1 -interval = 3.0 - -label-connected-background = ${colors.ethernet-bg} -label-connected-foreground = ${colors.ethernet-fg} - -format-connected-underline = #55aa55 -format-connected-prefix = "" -format-connected-prefix-foreground = ${colors.foreground-alt} -label-connected = "%local_ip% " - -format-disconnected = -;format-disconnected = <label-disconnected> -;format-disconnected-underline = ${self.format-connected-underline} -;label-disconnected = %ifname% disconnected -;label-disconnected-foreground = ${colors.foreground-alt} - -[module/ethernet-arrow] -type = custom/text -content = "" -content-foreground = ${colors.ethernet-bg} -content-background = ${colors.wifi-bg} - -[module/date] -type = internal/date -interval = 5 - -;date = -;date-alt = " %d-%m-%Y" - -time = "%I:%M %p " -time-alt = "%d %B %Y (%A) %H:%M:%S " - -format-foreground = ${colors.time-fg} -format-background = ${colors.time-bg} - -label = %time% - -[module/date-arrow] -type = custom/text -content = "" -;content-font = 2 -content-foreground = ${colors.time-bg} -content-background = ${colors.ethernet-bg} - -[module/systray-arrow] -type = custom/text -content = "" -content-foreground = ${colors.systray-bg} -content-background = ${colors.time-bg} - -[module/pulseaudio] -type = internal/pulseaudio -format-volume = <label-volume> -label-volume = "VOL %percentage%% " -label-volume-background = ${colors.vol-bg} -label-volume-foreground = ${colors.vol-fg} - -label-muted = "muted " -label-muted-foreground = ${colors.vol-fg-alt} -label-muted-background = ${colors.vol-bg} - -[module/vol-arrow] -type = custom/text -content = "" -content-foreground = ${colors.vol-bg} -content-background = ${colors.background} - -[module/alsa] -type = internal/alsa - -format-volume = <label-volume> <bar-volume> -label-volume = VOL -label-volume-foreground = ${root.foreground} - -format-muted-prefix = " " -format-muted-foreground = ${colors.foreground-alt} -label-muted = sound muted - -bar-volume-width = 10 -bar-volume-foreground-0 = #55aa55 -bar-volume-foreground-1 = #55aa55 -bar-volume-foreground-2 = #55aa55 -bar-volume-foreground-3 = #55aa55 -bar-volume-foreground-4 = #55aa55 -bar-volume-foreground-5 = #f5a70a -bar-volume-foreground-6 = #ff5555 -bar-volume-gradient = false -bar-volume-indicator = | -bar-volume-indicator-font = 2 -bar-volume-fill = ─ -bar-volume-fill-font = 2 -bar-volume-empty = ─ -bar-volume-empty-font = 2 -bar-volume-empty-foreground = ${colors.foreground-alt} - -[module/temperature] -type = internal/temperature -thermal-zone = 0 -warn-temperature = 65 - -label = " / %temperature-c% " -label-warn-foreground = ${colors.secondary} - -label-background = ${colors.temp-bg} -label-foreground = ${colors.temp-fg} - -[settings] -screenchange-reload = true -;compositing-background = xor -;compositing-background = screen -;compositing-foreground = source -;compositing-border = over -;pseudo-transparency = false - -[global/wm] -margin-top = 0 -margin-bottom = 0 - -; vim:ft=dosini - -[module/ewmh] -type = internal/xworkspaces - -pin-workspaces = false -enable-click = true -enable-scroll = false -format = <label-state> - -label-monitor = %name% - -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-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-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-urgent = %name% -label-urgent-foreground = #000000 -label-urgent-background = #bd2c40 -label-urgent-underline = #9b0a20 -label-urgent-padding = 4 - -[module/bspwm] -type = internal/bspwm - -; this is exactly the same as ewmh but the type is different -; somehow ewmh conflicts with lxsession in bspwm -pin-workspaces = false -enable-click = true -enable-scroll = false -format = <label-state> - -label-monitor = %name% - -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-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-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-urgent = %name% -label-urgent-foreground = #000000 -label-urgent-background = #bd2c40 -label-urgent-underline = #9b0a20 -label-urgent-padding = 4 - - diff --git a/.config/polybar/modules.ini b/.config/polybar/modules.ini new file mode 100644 index 0000000..e88a788 --- /dev/null +++ b/.config/polybar/modules.ini @@ -0,0 +1,178 @@ +[module/date] +type = internal/date +interval = 5 + +time = " %I:%M %p " +time-alt = " %d %B %Y (%A) %H:%M:%S " + +format-foreground = ${colors.time-fg} +format-background = ${colors.time-bg} + +label = %time% + +[module/xwindow] +type = internal/xwindow +label = " %title:0:50:...%" +label-foreground = ${colors.xwindow-fg} + +[module/storage-root] +type = internal/fs +interval = 25 + +mount-0 = / + +label-mounted = " / %percentage_used%% " +label-mounted-background = ${colors.fs-root-bg} +label-mounted-foreground = ${colors.fs-root-fg} + +[module/storage-home] +type = internal/fs +interval = 25 + +mount-0 = /home/vidhukant + +label-mounted = " /home %percentage_used%% " +label-mounted-background = ${colors.fs-home-bg} +label-mounted-foreground = ${colors.fs-home-fg} + +[module/cpu] +type = internal/cpu +interval = 2 +label = " %{T3} %{T-}%percentage:2%% " +label-background = ${colors.cpu-bg} +label-foreground = ${colors.cpu-fg} + +[module/memory] +type = internal/memory +interval = 2 + +label-background = ${colors.mem-bg} +label-foreground = ${colors.mem-fg} +label = " %{T3} %{T-} %percentage_used%% " + +[module/wlan] +type = internal/network +interface = wlo1 +interval = 3.0 + +format-connected = <ramp-signal> <label-connected> +format-connected-background = ${colors.wifi-bg} +format-connected-foreground = ${colors.wifi-fg} +label-connected = "WIFI: %essid% (%local_ip%)" +;label-connected = "%local_ip%" + +label-disconnected = "" +label-disconnected-foreground = ${colors.foreground} +label-disconnected-background = ${colors.wifi-bg} + +ramp-signal-0 = +ramp-signal-1 = +ramp-signal-2 = +ramp-signal-3 = +ramp-signal-4 = +ramp-signal-foreground = ${colors.foreground} + +[module/eth] +type = internal/network +interface = eno1 +interval = 3.0 + +label-connected-background = ${colors.ethernet-bg} +label-connected-foreground = ${colors.ethernet-fg} + +format-connected-prefix = "" +format-connected-prefix-foreground = ${colors.foreground} +label-connected = " %local_ip% " + +format-disconnected = +;format-disconnected = <label-disconnected> +;label-disconnected = %ifname% disconnected +;label-disconnected-foreground = ${colors.foreground-alt} + +[module/uptime] +type = custom/script +click-left = module_toggle +interval = 100 +exec = "uptime | awk -F, '{sub(".*up ",x,$1);sub(" min","",$1);sub(":","H ",$1);print $1"M"}'" +label = "/ UP: %output% " + +hidden = true +format-foreground = ${colors.uptime-fg} +format-background = ${colors.uptime-bg} + +[module/pulseaudio] +type = internal/pulseaudio +format-volume = <label-volume> +label-volume = " %{T3} %{T-}%percentage%% " +label-volume-background = ${colors.vol-bg} +label-volume-foreground = ${colors.vol-fg} + +use-ui-max = false +label-muted = " %{T3} %{T-}%percentage%% " +label-muted-foreground = ${colors.vol-fg-alt} +label-muted-background = ${colors.vol-bg-alt} + +[module/temperature] +type = internal/temperature +thermal-zone = 0 +warn-temperature = 65 + +label = " %{T3} %{T-} %temperature-c% " +label-warn-foreground = ${colors.temp-warn-fg} +label-warn-background = ${colors.temp-warn-bg} + +label-background = ${colors.temp-bg} +label-foreground = ${colors.temp-fg} + +[module/battery] +type = internal/battery + +full-at = 100 +battery = BAT0 +adapter = ADP1 +poll-interval = 5 + +label-full = +label-charging = " %{T3} %{T-}%percentage%% " +label-discharging = " %{T3} %{T-}%percentage%% " + +label-charging-background = ${colors.batt-charging-bg} +label-charging-foreground = ${colors.batt-charging-fg} + +label-discharging-background = ${colors.batt-discharging-bg} +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 = %name% +label-active-foreground = ${colors.ws-active-fg} +label-active-background = ${colors.ws-active-bg} +label-active-padding = 3 + +label-occupied = "%{T5}%name%%{T-}" +label-occupied-foreground = ${colors.ws-occupied-fg} +label-occupied-background = ${colors.ws-occupied-bg} +label-occupied-padding = 3 + +label-empty = %name% +label-empty-foreground = ${colors.ws-empty-fg} +label-empty-background = ${colors.ws-empty-bg} +label-empty-padding = 3 + +label-background = #FFFFFF + +label-urgent = %name% +label-urgent-foreground = ${colors.ws-urgent-fg} +label-urgent-background = ${colors.ws-urgent-bg} +label-urgent-padding = 3 diff --git a/.config/polybar/polybar-powerline.ini b/.config/polybar/polybar-powerline.ini deleted file mode 100644 index 4513a13..0000000 --- a/.config/polybar/polybar-powerline.ini +++ /dev/null @@ -1,514 +0,0 @@ -;========================================================== -; -; -; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ -; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ -; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ -; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ -; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ -; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ -; -; -; To learn more about how to configure Polybar -; go to https://github.com/polybar/polybar -; -; The README contains a lot of information -; -;========================================================== - -[colors] -background = #130F23 -background-alt = #130f23 -foreground = #dfdfdf -foreground-alt = #555 -primary = #ffb52a -secondary = #e60053 -alert = #bd2c40 -;systray-bg = #0063ff -;systray-bg = #232627 -;systray-bg = #bd93f9 -;systray-bg = #ff79c6 -systray-bg = #282a36 - -module-color-0 = #9b35e8 -module-color-1 = #f516a4 - -xwindow-fg = #0fe9b0 - -ws-active-fg = #ffffff -ws-active-bg = ${colors.module-color-1} -ws-active-ul = #d33682 - -ws-occupied-fg = #FFFFFF -ws-occupied-bg = ${colors.module-color-0} -ws-occupied-ul = #130f23 - -ws-empty-fg = ${colors.xwindow-fg} -ws-empty-bg = ${colors.background} -ws-empty-ul = ${colors.background} - - -time-bg = ${colors.module-color-0} -time-fg = #232627 - -ethernet-bg = ${colors.module-color-1} -ethernet-fg = #232627 - -wifi-bg = ${colors.ethernet-bg} -wifi-fg = #ffffff - -fs-root-bg = ${colors.module-color-0} -fs-root-fg = #232627 - -fs-home-bg = ${colors.module-color-1} -fs-home-fg = #232627 - -cpu-bg = ${colors.module-color-0} -cpu-fg = ${colors.temp-fg} - -temp-bg = ${colors.module-color-1} -temp-fg = #232627 - -mem-bg = ${colors.module-color-0} -mem-fg = #232627 - -vol-bg = ${colors.module-color-1} -vol-fg = #232627 -vol-fg-alt = ${colors.foreground-alt} - -[bar/mybar] -;monitor = ${env:MONITOR:eDP-1-1} -enable-ipc = true -width = 100% -height = 32 -offset-x = 0% -offset-y = 0% -radius = 0 -fixed-center = false -bottom = 0 - -background = ${colors.background} -foreground = ${colors.foreground} - -line-size = 0 -line-color = #f00 - -border-size = 0 -border-color = #00000000 - -padding-left = 0 -padding-right = 0 - -module-margin-left = 0 -module-margin-right = 0 - -font-0 = "SauceCodePro:style=Regular:size=12;3" -font-1 = "Source Han Sans JP Normal:size=12;2" -font-2 = "RobotoMono Nerd Font Mono:size=22;5" -font-3 = fixed:pixelsize=10;1 -font-4 = unifont:fontformat=truetype:size=8:antialias=false;0 -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 = ewmh - -tray-position = right -tray-padding = 2 -tray-background = ${colors.systray-bg} - -;wm-restack = bspwm -;wm-restack = i3 - -override-redirect = true - -cursor-click = pointer -cursor-scroll = ns-resize - -[bar/mybar-bspwm] -;monitor = ${env:MONITOR:HDMI-1} -width = 100% -height = 35 -offset-x = 0% -offset-y = 0% -radius = 0 -fixed-center = false -bottom = 0 - -background = ${colors.background} -foreground = ${colors.foreground} - -line-size = 3 -line-color = #f00 - -border-size = 0 -border-color = #00000000 - -padding-left = 0 -padding-right = 2 - -module-margin-left = 1 -module-margin-right = 2 - -font-0 = "Sauce Code Pro:size=12" -font-1 = "Source Han Sans JP Normal:size=12" -font-2 = fixed:pixelsize=10;1 -font-3 = unifont:fontformat=truetype:size=8:antialias=false;0 -font-4 = siji:pixelsize=10;1 - -modules-left = bspwm xwindow -modules-right = pulseaudio memory cpu temperature xkeyboard wlan eth date - -tray-position = right -tray-padding = 2 -tray-background = #0063ff - -;wm-restack = bspwm -;wm-restack = i3 - -override-redirect = true - -scroll-up = bspwm-desknext -scroll-down = bspwm-deskprev - -cursor-click = pointer -cursor-scroll = ns-resize - -[module/xwindow] -type = internal/xwindow -label = " %title:0:60:...%" -label-foreground = ${colors.xwindow-fg} - -[module/xkeyboard] -type = internal/xkeyboard -;blacklist-0 = num lock - -format-prefix = "" -format-prefix-foreground = ${colors.foreground-alt} -format-prefix-underline = ${colors.secondary} - -label-layout = %layout% -label-layout-underline = ${colors.secondary} - -label-indicator-padding = 2 -label-indicator-margin = 1 -label-indicator-background = ${colors.secondary} -label-indicator-underline = ${colors.secondary} - -[module/filesystem-root] -type = internal/fs -interval = 25 - -mount-0 = / - -label-mounted = " %mountpoint% %percentage_used%%" -label-mounted-background = ${colors.fs-root-bg} -label-mounted-foreground = ${colors.fs-root-fg} - -[module/fs-root-arrow] -type = custom/text -content = "" -;content = "" -content-foreground = ${colors.fs-root-bg} -content-background = ${colors.fs-home-bg} - -[module/filesystem-home] -type = internal/fs -interval = 25 - -mount-0 = /home - -label-mounted = "%mountpoint% %percentage_used%%" -label-mounted-background = ${colors.fs-home-bg} -label-mounted-foreground = ${colors.fs-home-fg} - -[module/fs-home-arrow] -type = custom/text -;content = "" -content = "" -content-foreground = ${colors.fs-home-bg} -content-background = ${colors.cpu-bg} - -[module/mpd] -type = internal/mpd -format-online = <label-song> <icon-prev> <icon-stop> <toggle> <icon-next> - -icon-prev = -icon-stop = -icon-play = -icon-pause = -icon-next = - -label-song-maxlen = 25 -label-song-ellipsis = true - -bar-width = 10 -bar-indicator = | -bar-indicator-foreground = #fff -bar-indicator-font = 2 -bar-fill = ─ -bar-fill-font = 2 -bar-fill-foreground = #9f78e1 -bar-empty = ─ -bar-empty-font = 2 -bar-empty-foreground = ${colors.foreground-alt} - -[module/cpu] -type = internal/cpu -interval = 2 -label = " CPU: %percentage:2%%" -label-background = ${colors.cpu-bg} -label-foreground = ${colors.cpu-fg} - -[module/cpu-arrow] -type = custom/text -;content = "" -content = "" -content-foreground = ${colors.temp-bg} -content-background = ${colors.mem-bg} - -[module/memory] -type = internal/memory -interval = 2 - -label-background = ${colors.mem-bg} -label-foreground = ${colors.mem-fg} -label = " MEM: %percentage_used%%" - -[module/mem-arrow] -type = custom/text -;content = "" -content = "" -content-foreground = ${colors.mem-bg} -content-background = ${colors.vol-bg} - -[module/wlan] -type = internal/network -interface = wlo1 -interval = 3.0 - -format-connected = <ramp-signal> <label-connected> -format-connected-background = ${colors.wifi-bg} -format-connected-foreground = ${colors.wifi-fg} -label-connected = "%essid% (%local_ip%)" -;label-connected = "%local_ip%" - -label-disconnected = "" -label-disconnected-foreground = ${colors.foreground-alt} -label-disconnected-background = ${colors.wifi-bg} - -ramp-signal-0 = -ramp-signal-1 = -ramp-signal-2 = -ramp-signal-3 = -ramp-signal-4 = -ramp-signal-foreground = ${colors.foreground-alt} - -[module/wifi-arrow] -type = custom/text -;content = "" -content = "" -content-foreground = ${colors.wifi-bg} -content-background = ${colors.fs-root-bg} - -[module/eth] -type = internal/network -interface = eno1 -interval = 3.0 - -label-connected-background = ${colors.ethernet-bg} -label-connected-foreground = ${colors.ethernet-fg} - -format-connected-underline = #55aa55 -format-connected-prefix = "" -format-connected-prefix-foreground = ${colors.foreground-alt} -label-connected = " %local_ip%" - -format-disconnected = -;format-disconnected = <label-disconnected> -;format-disconnected-underline = ${self.format-connected-underline} -;label-disconnected = %ifname% disconnected -;label-disconnected-foreground = ${colors.foreground-alt} - -[module/date] -type = internal/date -interval = 5 - -;date = -;date-alt = "%d-%m-%Y " - -time = " %I:%M %p" -time-alt = " %d %B %Y (%A) %H:%M:%S" - -format-foreground = ${colors.time-fg} -format-background = ${colors.time-bg} - -label = %time% - -[module/date-arrow] -type = custom/text -;content = "" -content = "" -;content-font = 2 -content-foreground = ${colors.time-bg} -content-background = ${colors.ethernet-bg} - -[module/systray-arrow] -type = custom/text -;content = "" -content = "" -content-foreground = ${colors.background} -content-background = ${colors.time-bg} - -[module/pulseaudio] -type = internal/pulseaudio -format-volume = <label-volume> -label-volume = " VOL: %percentage%%" -label-volume-background = ${colors.vol-bg} -label-volume-foreground = ${colors.vol-fg} - -label-muted = " muted" -label-muted-foreground = ${colors.vol-fg-alt} -label-muted-background = ${colors.vol-bg} - -[module/vol-arrow] -type = custom/text -;content = "" -content = "" -content-foreground = ${colors.vol-bg} -content-background = ${colors.background} - -[module/alsa] -type = internal/alsa - -format-volume = <label-volume> <bar-volume> -label-volume = VOL -label-volume-foreground = ${root.foreground} - -format-muted-prefix = " " -format-muted-foreground = ${colors.foreground-alt} -label-muted = sound muted - -bar-volume-width = 10 -bar-volume-foreground-0 = #55aa55 -bar-volume-foreground-1 = #55aa55 -bar-volume-foreground-2 = #55aa55 -bar-volume-foreground-3 = #55aa55 -bar-volume-foreground-4 = #55aa55 -bar-volume-foreground-5 = #f5a70a -bar-volume-foreground-6 = #ff5555 -bar-volume-gradient = false -bar-volume-indicator = | -bar-volume-indicator-font = 2 -bar-volume-fill = ─ -bar-volume-fill-font = 2 -bar-volume-empty = ─ -bar-volume-empty-font = 2 -bar-volume-empty-foreground = ${colors.foreground-alt} - -[module/temperature] -type = internal/temperature -thermal-zone = 0 -warn-temperature = 65 - -label = "%temperature-c%" -label-warn-foreground = ${colors.secondary} - -label-background = ${colors.temp-bg} -label-foreground = ${colors.temp-fg} - -[module/temp-arrow] -type = custom/text -content = "" -;content = "" -content-foreground = ${colors.cpu-bg} -content-background = ${colors.temp-bg} - -[settings] -screenchange-reload = true -;compositing-background = xor -;compositing-background = screen -;compositing-foreground = source -;compositing-border = over -;pseudo-transparency = false - -[global/wm] -margin-top = 0 -margin-bottom = 0 - -; vim:ft=dosini - -[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 - -[module/bspwm] -type = internal/bspwm - -; this is exactly the same as ewmh but the type is different -; somehow ewmh conflicts with lxsession in bspwm -pin-workspaces = false -enable-click = true -enable-scroll = false -format = <label-state> - -label-monitor = %name% - -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 = 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 = 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 = 4 - -label-urgent = %name% -label-urgent-foreground = #000000 -label-urgent-background = #bd2c40 -label-urgent-underline = #9b0a20 -label-urgent-padding = 4 - - diff --git a/.config/polybar/powerline.ini b/.config/polybar/powerline.ini new file mode 100644 index 0000000..5343edb --- /dev/null +++ b/.config/polybar/powerline.ini @@ -0,0 +1,35 @@ +[module/powerline0] +type = custom/text +content = "" +content-font = 4 +content-foreground = ${colors.module-color-1} +content-background = ${colors.background} + +[module/powerline1] +type = custom/text +content = "" +content-font = 4 +content-foreground = ${colors.module-color-1} +content-background = ${colors.module-color-0} + +[module/powerline2] +type = custom/text +content = "" +content-font = 4 +content-foreground = ${colors.module-color-0} +content-background = ${colors.module-color-1} + +[module/powerline3] +type = custom/text +content = "" +content-font = 4 +content-foreground = ${colors.module-color-1} +content-background = ${colors.background} + +[module/powerline4] +type = custom/text +content = "" +content-font = 4 +content-foreground = ${colors.module-color-1} +content-background = ${colors.background} + |