diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-03 02:16:35 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-03 02:16:35 +0300 |
commit | d001819487e0545ecc0c5b40b70793b8d5828a70 (patch) | |
tree | 424c1c17901219babb4d3824bd411d7ea3d0ab76 /dotfiles/.config/waybar | |
parent | afb5f74cccf20d38a7170349e173d658178b51ad (diff) | |
download | swayrice-d001819487e0545ecc0c5b40b70793b8d5828a70.tar.gz swayrice-d001819487e0545ecc0c5b40b70793b8d5828a70.zip |
even better kbd layout script
Diffstat (limited to 'dotfiles/.config/waybar')
-rw-r--r-- | dotfiles/.config/waybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/waybar/config b/dotfiles/.config/waybar/config index 8596154..6d5903b 100644 --- a/dotfiles/.config/waybar/config +++ b/dotfiles/.config/waybar/config @@ -180,7 +180,7 @@ "exec": "barweather" }, "custom/swaykbd": { - "format": "<span color=\"#5b8277\">⌨</span> {}", + "format": "{}", "exec": "swaykbd", "tooltip": false }, |