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 | |
parent | 1c4dcc7c3a90ede911925c1a6606915618579222 (diff) |
polybar changes
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/forest/colors.ini | 4 | ||||
-rw-r--r-- | .config/polybar/forest/modules.ini | 11 | ||||
-rw-r--r-- | .config/polybar/forest/scripts/rofi/launcher.rasi | 3 | ||||
-rw-r--r-- | .config/polybar/forest/user_modules.ini | 12 |
4 files changed, 22 insertions, 8 deletions
diff --git a/.config/polybar/forest/colors.ini b/.config/polybar/forest/colors.ini index 9c9d213..c47f9a1 100644 --- a/.config/polybar/forest/colors.ini +++ b/.config/polybar/forest/colors.ini @@ -12,8 +12,8 @@ ;; Use pywal.sh in scripts directory to use colors from an image/wallpaper. ;; main colors -background = #98282828 -foreground = #98EBDBB2 +background = #282828 +foreground = #EBDBB2 sep = #505050 white = #FFFFFF 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> diff --git a/.config/polybar/forest/scripts/rofi/launcher.rasi b/.config/polybar/forest/scripts/rofi/launcher.rasi index 54340ab..9946101 100644 --- a/.config/polybar/forest/scripts/rofi/launcher.rasi +++ b/.config/polybar/forest/scripts/rofi/launcher.rasi @@ -28,7 +28,8 @@ window { border: 0px 0px 0px 0px; border-color: @ac; border-radius: 0px; - width: 500px; + width: 700px; + height: 600px; location: center; x-offset: 0; y-offset: 0; diff --git a/.config/polybar/forest/user_modules.ini b/.config/polybar/forest/user_modules.ini index 507db1f..5d6fa18 100644 --- a/.config/polybar/forest/user_modules.ini +++ b/.config/polybar/forest/user_modules.ini @@ -242,3 +242,15 @@ label-close-padding = 1 ;label-separator = " | " ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ +; +; +; +; +[module/pipewire] +type = custom/script +exec = ~/.config/polybar/polybar-scripts/pipewire-simple.sh +interval = 1 +click-right = exec pavucontrol & +click-left = ~/.config/polybar/polybar-scripts/pipewire-simple.sh --mute & +scroll-up = ~/.config/polybar/polybar-scripts/pipewire-simple.sh --up & +scroll-down = ~/.config/polybar/polybar-scripts/pipewire-simple.sh --down & |