From 170c833e2e72cc27f109c793c2be06a3df3bb871 Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Mon, 5 Sep 2022 20:12:58 +0200 Subject: [PATCH] Fixed Pointer accell@ --- river/init | 1 + waybar/config | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/river/init b/river/init index c4b12e3..2a842d9 100755 --- a/river/init +++ b/river/init @@ -13,6 +13,7 @@ riverctl spawn waybar riverctl spawn "nm-applet --indicator" riverctl spawn "udiskie --tray" +riverctl spawn "mako" # Super+Shift+Return to start an instance of foot (https://codeberg.org/dnkl/foot) riverctl map normal Super Return spawn foot diff --git a/waybar/config b/waybar/config index f4f4ff9..c5277b3 100755 --- a/waybar/config +++ b/waybar/config @@ -7,11 +7,11 @@ "tooltip": false, "scroll-step": 5, "format": "{icon} {volume}%", - "format-muted": "婢 0%", + "format-muted": "MUTE", "on-click":"amixer -D pulse Master 1+ toggle", "scroll-step": 5, "format-icons": { - "default": ["", "", ""] + "default": ["M", "", ""] } }, "temperature": { @@ -49,4 +49,4 @@ "interval": 10, "format": "{usage}% - {avg_frequency}Ghz", } -} \ No newline at end of file +}