waybar: limit window name characters to 50
This commit is contained in:
parent
fd0c23b7f8
commit
c40fe91505
2 changed files with 8 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
tileos-settings-river (1.1.0~tileos) unstable; urgency=medium
|
||||
|
||||
* waybar: limit window name characters to 50
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Tue, 02 Apr 2024 16:09:36 +0400
|
||||
|
||||
tileos-settings-river (1.0.8~tileos) unstable; urgency=medium
|
||||
|
||||
* correct regexp in getSymbolDict
|
||||
|
|
|
@ -32,7 +32,8 @@
|
|||
},
|
||||
|
||||
"river/window": {
|
||||
"format": "{}"
|
||||
"format": "{}",
|
||||
"max-length": 50
|
||||
},
|
||||
|
||||
"custom/playerctl": {
|
||||
|
|
Loading…
Add table
Reference in a new issue