This commit is contained in:
Hadi 2024-08-19 21:09:21 +02:00
parent d1896b626b
commit 9e8637e9a8
2 changed files with 8 additions and 1 deletions

View File

@ -5,6 +5,7 @@ feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
- [ ] Nixy - [ ] Nixy
- [ ] Themes - [ ] Themes
- [ ] Clipse: clipboard manager
- [ ] Walker launcher implementation - [ ] Walker launcher implementation
- [ ] Qutebrowser - [ ] Qutebrowser
@ -15,7 +16,7 @@ feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
- [ ] wofi: popin - [ ] wofi: popin
- [ ] wlogout: fade in - [ ] wlogout: fade in
- [ ] Fix screenshots (screenshot region's border shows up in the screenshot, hyprshot jq error?) - [ ] Fix screenshots (screenshot region's border shows up in the screenshot, hyprshot jq error?)
- [ ] Hyprlock themes - [ ] Hyprlock themes (repo hyprlock-styles on github)
- [ ] Hypridle fix: suspend not working? - [ ] Hypridle fix: suspend not working?
- [ ] Nixvim - [ ] Nixvim

View File

@ -55,6 +55,12 @@
"format" = "{title:30}"; "format" = "{title:30}";
"max-length" = 30; "max-length" = 30;
"separate-outputs" = true; "separate-outputs" = true;
rewrite = {
"\\s*(.*)\\s+" = "$1"; # Remove trailing whitespace
# "\\s*" = # TODO FIXME
# "\${USER}@\${HOST}"; # Replace empty string with your username
".* - LibreWolf" = "LibreWolf";
};
}; };
"hyprland/workspaces" = { "hyprland/workspaces" = {