diff options
author | 135e2 <[email protected]> | 2022-12-29 16:45:14 +0800 |
---|---|---|
committer | 135e2 <[email protected]> | 2022-12-29 16:45:14 +0800 |
commit | f03c00639f7b3bb454c4cef05e86dfb84517c788 (patch) | |
tree | 3d44611c4690ab90f4e932fc00d6585c350e7fe9 | |
parent | 264f4ad0fe4228722f99706f44dd70e5979a29a3 (diff) | |
download | dotfiles-f03c00639f7b3bb454c4cef05e86dfb84517c788.tar.gz dotfiles-f03c00639f7b3bb454c4cef05e86dfb84517c788.tar.bz2 dotfiles-f03c00639f7b3bb454c4cef05e86dfb84517c788.zip |
config/polybar: update to 20221229
- Add pavucontrol startup on right click
- Remove redundant battery bar
-rw-r--r-- | config/polybar/forest/bars.ini | 3 | ||||
-rw-r--r-- | config/polybar/forest/config.ini | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/config/polybar/forest/bars.ini b/config/polybar/forest/bars.ini index a33968b..650b643 100644 --- a/config/polybar/forest/bars.ini +++ b/config/polybar/forest/bars.ini @@ -110,6 +110,9 @@ bar-volume-empty-foreground = ${color.sep} ; Only applies if <ramp-volume> is used ramp-headphones-0 = +; Run `pavucontrol` +click-right = exec pavucontrol & + ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ [module/brightness] diff --git a/config/polybar/forest/config.ini b/config/polybar/forest/config.ini index e694f8a..ceda9a0 100644 --- a/config/polybar/forest/config.ini +++ b/config/polybar/forest/config.ini @@ -141,7 +141,7 @@ font-2 = "feather:size=12;3" modules-left = launcher sep workspaces sep term files browser settings sep cpu memory filesystem modules-center = date -modules-right = battery network sep volume brightness sep sysmenu +modules-right = network sep volume brightness sep sysmenu ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ |