meta: Remove hyprland-autoname-workspaces

Now that waybar supports fullscreen indicators, I am no longer
interested in maintaining a list of application names. Although this was
cool, it doesn't scale and adds complexity.
This commit is contained in:
Donovan Glover 2023-06-24 01:06:00 -04:00
parent fffca9a96c
commit 8a028efe50
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 0 additions and 51 deletions

View File

@ -11,7 +11,6 @@
./gtk.nix
./htop.nix
./hyprland.nix
./hyprland-autoname-workspaces.nix
./joshuto.nix
./kitty.nix
./librewolf.nix

View File

@ -1,50 +0,0 @@
{
xdg.configFile."hyprland-autoname-workspaces/config.toml".text = /* toml */ ''
version = "1.1.0"
[class]
kitty = "\n"
thunar = "\n\n\n"
librewolf = "\n\n"
"VirtualBox Machine" = "\n\n\n"
"VirtualBox Manager" = "\n\n\n"
anki = "\n"
Logseq = "\n\n\n"
mullvadbrowser = "\n"
"Signal Beta" = "\n\n\n\n"
srb2 = "\n\n\n"
DEFAULT = ""
[title_in_class."(kitty)"]
"(?i)nvim" = "\n\n"
"(?i)ncmpcpp" = "\n"
[workspaces_name]
1 = ""
2 = ""
3 = ""
4 = ""
5 = ""
6 = ""
7 = ""
8 = ""
9 = ""
10 = ""
[exclude]
"(?i)fcitx" = ".*"
[format]
dedup = false
dedup_inactive_fullscreen = false
delim = "<span size='4pt'>\n</span>"
workspace = "<span size='0.001pt'>{id}</span>{name}{delim}{clients}"
workspace_empty = "<span size='0.001pt'>{id}</span>{name}"
client = "{delim}<span color='#a59f85' font-weight='300'>{icon}</span>"
client_active = "<span font-weight='700'>{icon}</span>"
client_fullscreen = "{delim}<span color='#fd971f'>{icon}</span>"
'';
}