Update
This commit is contained in:
parent
d1896b626b
commit
9e8637e9a8
@ -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
|
||||||
|
@ -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" = {
|
||||||
|
Loading…
Reference in New Issue
Block a user