Limit xwindow length
This commit is contained in:
parent
4b781c2157
commit
9355dfe979
2 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
||||||
- Limit number of stored rollbacks to remove need for manual garbage collection
|
- Limit number of stored rollbacks to remove need for manual garbage collection
|
||||||
- Theme lightdm
|
- Theme lightdm
|
||||||
- Theme GRUB
|
- Theme GRUB
|
||||||
- Limit max length of window title polybar module to prevent right-side modules from being pushed to the right with long titles
|
|
||||||
- Find out how handling multiple hosts works so both desktop and ThinkPad configurations are buildable from flake
|
- Find out how handling multiple hosts works so both desktop and ThinkPad configurations are buildable from flake
|
||||||
- Load in vim configuration
|
- Load in vim configuration
|
||||||
- Make default i3 workspace 1 instead of 10
|
- Make default i3 workspace 1 instead of 10
|
||||||
|
|
|
@ -72,6 +72,7 @@ in
|
||||||
};
|
};
|
||||||
"module/xwindow" = {
|
"module/xwindow" = {
|
||||||
type = "internal/xwindow";
|
type = "internal/xwindow";
|
||||||
|
label-maxlen = 32;
|
||||||
};
|
};
|
||||||
"module/now-playing" = {
|
"module/now-playing" = {
|
||||||
type = "custom/script";
|
type = "custom/script";
|
||||||
|
|
Loading…
Add table
Reference in a new issue