From 973677764809378ad4d3405d29a68abfa3d374ee Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Sat, 5 Aug 2023 16:20:04 +0200 Subject: [PATCH] Update dwm settings --- .config/polybar/config | 32 +++++--------------------------- 1 file changed, 5 insertions(+), 27 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index fe51eaf..bd7ac43 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -115,48 +115,27 @@ format = ; Path to dwm socket (default: /tmp/dwm.sock) ; socket-path = /tmp/dwm.sock -; Left-click to view tag, right-click to toggle tag view enable-tags-click = true -; Scroll to cycle between available tags enable-tags-scroll = false -; If true and enable-tags-scroll = true, scrolling will view all tags regardless if occupied -tags-scroll-empty = true -; If true and enable-tags-scroll = true, scrolling will cycle through tags backwards +tags-scroll-empty = false tags-scroll-reverse = false -; If true and enable-tags-scroll = true, wrap active tag when scrolling -tags-scroll-wrap = false -; Left-click to set secondary layout, right-click to switch to previous layout + enable-layout-click = true -; Scroll to cycle between available layouts enable-layout-scroll = true -; Wrap when scrolling and reaching begining/end of layouts layout-scroll-wrap = true -; Reverse scroll direction layout-scroll-reverse = false -; If enable-layout-click = true, clicking the layout symbol will switch to this layout secondary-layout-symbol = [M] - -; Separator in between shown tags -; label-separator = | - -; Title of currently focused window -; Available tokens: -; %title% label-title = %title% label-title-padding = 2 label-title-forefround = ${colors.primary} label-title-maxlen = 30 -; Symbol of current layout -; Available tokens: -; %symbol% label-layout = %symbol% label-layout-padding = 2 label-layout-foreground = #fff label-layout-background = ${colors.primary} -; Text to show when currently focused window is floating label-floating = F ; States: focused, unfocused, visible, urgent, empty @@ -169,9 +148,11 @@ label-focused-background = ${colors.primary} label-focused-underline= ${colors.primary} label-focused-padding = 2 -; unfocused = Unselected tag on unselected monitor +; unfocused = Selected tag on unselected monitor label-unfocused = %name% label-unfocused-padding = 2 +label-unfocused-background = ${colors.primary} +label-unfocused-underline= ${colors.primary} ; visible = Unselected tag, but occupied tag on any monitor label-visible = %name% @@ -179,13 +160,10 @@ label-visible-background = ${colors.background} label-visible-underline = ${colors.primary} label-visible-padding = ${self.label-focused-padding} -; urgent = Unselected tag with window that has urgency hint set label-urgent = %name% label-urgent-background = ${colors.alert} label-urgent-padding = 2 -; empty = Unselected and unoccupied tag -; This can be set to an empty string to hide empty tags label-empty = %name% label-empty-background = ${colors.background} label-empty-padding = 2