diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-06-08 16:17:38 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-06-08 16:17:38 +0300 |
commit | e94969abe4e3c9fb4513b7c55574bc32f5a463d3 (patch) | |
tree | 9d7119ad576023b88dac1fa68cc1ac9a9b6c433f /dotfiles/.config | |
parent | f46fca28aeefeeac5349345b4b778d2680b684ac (diff) | |
download | swayrice-e94969abe4e3c9fb4513b7c55574bc32f5a463d3.tar.gz swayrice-e94969abe4e3c9fb4513b7c55574bc32f5a463d3.zip |
extend text max length of mpd module
Diffstat (limited to 'dotfiles/.config')
-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 95d1f84..c243528 100644 --- a/dotfiles/.config/waybar/config +++ b/dotfiles/.config/waybar/config @@ -37,7 +37,7 @@ "format-stopped": " {consumeIcon}{randomIcon}{repeatIcon}{singleIcon} [--:--] -- - --", "unknown-tag": "N/A", "interval": 2, - "max-length": 50, + "max-length": 60, "consume-icons": { "on": " " }, |