aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-08-27 18:54:46 +0300
committerawy <awy@tutamail.com>2024-08-27 18:54:46 +0300
commit572191f1cf4f9e90c236d7390e20a773ec7b46f0 (patch)
tree1d84e89a13f582347a0d35141ae81061e6476add /.config
parent4a4bc5ad4e868ab8235aae32ee35823d34ec7799 (diff)
fixes
Diffstat (limited to '.config')
-rw-r--r--.config/dunst/dunstrc2
-rw-r--r--.config/waybar/config4
2 files changed, 5 insertions, 1 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 11d2488..d698cd2 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -7,7 +7,7 @@
padding = 2
horizontal_padding = 2
transparency = 25
- font = JetBrainsMono Nerd Font Mono 12
+ font = JetBrainsMono Nerd Font 12
format = "<b>%s</b>\n%b"
[urgency_low]
diff --git a/.config/waybar/config b/.config/waybar/config
index 4c0b071..8ff3c7a 100644
--- a/.config/waybar/config
+++ b/.config/waybar/config
@@ -71,10 +71,12 @@
"format": "{}",
"signal": 8,
"exec" : "sb-microphone",
+ "on-click": "sb-microphone 1",
"on-click-middle": "wpctl set-mute @DEFAULT_SOURCE@ toggle; pkill -RTMIN+8 waybar",
"on-scroll-up": "wpctl set-volume @DEFAULT_SOURCE@ 0.01+; pkill -RTMIN+8 waybar",
"on-scroll-down": "wpctl set-volume @DEFAULT_SOURCE@ 0.01-; pkill -RTMIN+8 waybar",
"on-click-right": "sb-microphone 3",
+ "on-click-backward": "sb-microphone 6"
},
"custom/volume" : {
@@ -82,10 +84,12 @@
"format": "{}",
"signal": 10,
"exec" : "sb-volume",
+ "on-click": "sb-volume 1",
"on-click-middle": "wpctl set-mute @DEFAULT_SINK@ toggle; pkill -RTMIN+10 waybar",
"on-scroll-up": "wpctl set-volume @DEFAULT_SINK@ 0.01+; pkill -RTMIN+10 waybar",
"on-scroll-down": "wpctl set-volume @DEFAULT_SINK@ 0.01-; pkill -RTMIN+10 waybar",
"on-click-right": "sb-volume 3",
+ "on-click-backward": "sb-volume 6"
},
"custom/clock" : {