diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-02-22 09:16:12 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-02-22 09:16:12 +0100 |
commit | 33da6f7c86708e12ee12a554ee897620f73ead1c (patch) | |
tree | 492f1e2e6083644e041ef4312934e89871cd73f7 /polybar | |
parent | dc73e8ff0ca58e3b2bd8b61d6a2deacb06016963 (diff) |
Update config to vnc
Diffstat (limited to 'polybar')
-rw-r--r-- | polybar/.config/polybar/config | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index ef63a79..aa18975 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -8,9 +8,11 @@ ;===================================================== [colors] -pseudo-transparency = true -background = #fffffff -background-alt = #fffffff +#pseudo-transparency = true +#background = #fffffff +#background-alt = #fffffff +background = #d8dee9 +background-alt = #d8dee9 foreground = ${xrdb:color7} #foreground-alt = ${xrdb:color3} foreground-alt = #4A3131 @@ -68,8 +70,8 @@ tray-padding = 2 ;override-redirect = true -scroll-up = i3wm-wsnext -scroll-down = i3wm-wsprev +scroll-up = "#i3.prev" +scroll-down = "#i3.next" [module/xwindow] type = internal/xwindow |