diff options
author | Aaditya Dhruv <[email protected]> | 2022-07-08 21:52:08 -0700 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2022-07-08 21:52:08 -0700 |
commit | c704ef962c9ada8346cbc45de93258a20e7f06a8 (patch) | |
tree | 5725c7392b6657071794fa752cbfd8cedc270369 /.config/polybar/forest/modules.ini | |
parent | 1c4dcc7c3a90ede911925c1a6606915618579222 (diff) |
polybar changes
Diffstat (limited to '.config/polybar/forest/modules.ini')
-rw-r--r-- | .config/polybar/forest/modules.ini | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.config/polybar/forest/modules.ini b/.config/polybar/forest/modules.ini index ce46ea6..340095c 100644 --- a/.config/polybar/forest/modules.ini +++ b/.config/polybar/forest/modules.ini @@ -864,7 +864,8 @@ use-ui-max = false ; Interval for volume increase/decrease (in percent points) ; Default: 5 -interval = 5 +; interval = 5 +interval = 1.0 ; Available tags: ; <label-volume> (default) @@ -1034,10 +1035,10 @@ enable-scroll = true ; You can get a list of the defined desktops using: ; $ xprop -root _NET_DESKTOP_NAMES icon-0 = I; -icon-1 = II; -icon-2 = III; -icon-3 = IV; -icon-4 = V; +icon-1 = II; +icon-2 = III; +icon-3 = IV; +icon-4 = V; ; Available tags: ; <label-monitor> |