diff options
| author | Peter Son Struschka <me@peter-struschka.com> | 2021-06-12 23:35:05 +0800 |
|---|---|---|
| committer | Peter Son Struschka <me@peter-struschka.com> | 2021-06-12 23:35:05 +0800 |
| commit | 4d63577b487a8bf877401312f22142094e2d4584 (patch) | |
| tree | a35596a5ccda6537b05da0a04a775a85bdc25b06 /polybar | |
| parent | a99b14adcece0b4f42849b5ba229a49d1b17c50d (diff) | |
| download | dotfiles-4d63577b487a8bf877401312f22142094e2d4584.tar.gz dotfiles-4d63577b487a8bf877401312f22142094e2d4584.tar.bz2 dotfiles-4d63577b487a8bf877401312f22142094e2d4584.tar.lz dotfiles-4d63577b487a8bf877401312f22142094e2d4584.tar.xz dotfiles-4d63577b487a8bf877401312f22142094e2d4584.tar.zst dotfiles-4d63577b487a8bf877401312f22142094e2d4584.zip | |
all: zsh prompt update, general script updates
Diffstat (limited to 'polybar')
| -rw-r--r-- | polybar/.config/polybar/config | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 0467bb1..8e4a55e 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -78,8 +78,10 @@ double-click-left = double-click-middle = double-click-right = +#cursor-click = pointer +#cursor-scroll = ns-resize cursor-click = pointer -cursor-scroll = ns-resize +cursor-scroll = [bar/topbar-base] inherit = bar/base @@ -93,9 +95,6 @@ double-click-left = double-click-middle = double-click-right = -cursor-click = pointer -cursor-scroll = ns-resize - tray-position = right tray-padding = 2 ;tray-transparent = true @@ -106,7 +105,7 @@ tray-detached = false modules-left = hostname xwindow modules-center = -modules-right = filesystem backlight pulseaudio xkeyboard memory cpu wlan eth ethvpn battery temperature +modules-right = filesystem backlight-laptop backlight-monitor pulseaudio xkeyboard memory cpu wlan eth ethvpn battery temperature [bar/topbar-i3] inherit = bar/topbar-base @@ -148,9 +147,6 @@ double-click-left = double-click-middle = double-click-right = -cursor-click = pointer -cursor-scroll = ns-resize - modules-left = modules-center = spotify modules-right = date @@ -247,9 +243,10 @@ type = internal/fs interval = 25 mount-0 = / +mount-1 = /home label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%% -label-unmounted = %mountpoint% not mounted +label-unmounted = %mountpoint%: not mounted label-unmounted-foreground = ${colors.foreground-alt} [module/bspwm] @@ -339,7 +336,7 @@ label-song-ellipsis = true type = internal/backlight card = intel_backlight format = <label> <ramp> -label = "" +label = "" ramp-0 = 🌕 ramp-1 = 🌔 @@ -357,6 +354,17 @@ bar-fill-foreground = #9f78e1 bar-empty = ─ bar-empty-font = 2 bar-empty-foreground = ${colors.foreground-alt} +enable-scroll = true + +[module/backlight-laptop] +inherit = module/backlight +type = internal/backlight +card = intel_backlight + +[module/backlight-monitor] +inherit = module/backlight +type = internal/backlight +card = ddcci1 [module/xbacklight] type = internal/xbacklight @@ -380,6 +388,7 @@ inherit = module/xbacklight type = internal/backlight card = intel_backlight + [module/cpu] type = internal/cpu interval = 2 |
