diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-04-10 23:45:02 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-04-10 23:45:02 +0300 |
commit | 635ebf9a60c3227c9e6939ceb437f1c7717171a2 (patch) | |
tree | ea398bebe55f94f65c3e962a07ce20ea66bd0412 /dotfiles/.config/waybar/config | |
parent | 05f194629d885a1793555a4c4dcc9e87d5c6c0b8 (diff) | |
download | swayrice-635ebf9a60c3227c9e6939ceb437f1c7717171a2.tar.gz swayrice-635ebf9a60c3227c9e6939ceb437f1c7717171a2.zip |
alacritty, waybar: raise font size a bit
I guess I am getting old, my eyes are getting a bit tired of small
fonts. Like they say in Russian старость — не радость.
Diffstat (limited to 'dotfiles/.config/waybar/config')
-rw-r--r-- | dotfiles/.config/waybar/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dotfiles/.config/waybar/config b/dotfiles/.config/waybar/config index f3a71da..216120f 100644 --- a/dotfiles/.config/waybar/config +++ b/dotfiles/.config/waybar/config @@ -1,7 +1,7 @@ // vim: filetype=json { "layer": "top", - "height": 32, + "height": 36, "modules-left": [ "sway/workspaces", "niri/workspaces", @@ -34,7 +34,8 @@ "return-type": "json", "exec": "waybar-mpris --autofocus --text-format=\"%i [%p] %a - %t\" --tooltip-format=\"%t by %a from %A\n%p/%d\n(%P)\" --pause='<span color=\"#5b8277\"></span>' --play='' --max-title 30", "on-click": "lmc toggle", - "on-click-right": "lmc next" + "on-click-right": "lmc next", + "max-length": 80 }, "mpd": { "format": " {stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon} [{elapsedTime:%M:%S}] {artist} - {title}", |