Renamed uwunicorn theme fork to io

This commit is contained in:
Emmet
2024-06-11 22:50:51 -05:00
parent 182e103f0b
commit 7ed22a9774
6 changed files with 6 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
name = "Emmet"; # name/identifier
email = "emmet@librephoenix.com"; # email (used for certain configurations)
dotfilesDir = "~/.dotfiles"; # absolute path of the local repo
theme = "uwunicorn-yt"; # selcted theme from my themes directory (./themes/)
theme = "io"; # selcted theme from my themes directory (./themes/)
wm = "hyprland"; # Selected window manager or desktop environment; must select one in both ./user/wm/ and ./system/wm/
# window manager type (hyprland or x11) translator
wmType = if (wm == "hyprland") then "wayland" else "x11";