aboutsummaryrefslogtreecommitdiffstats
path: root/polybar/.config
diff options
context:
space:
mode:
Diffstat (limited to 'polybar/.config')
-rw-r--r--polybar/.config/polybar/config29
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