diff --git a/hyprland/.config/rofi/fonts/GrapeNuts-Regular.ttf b/host/fonts/GrapeNuts-Regular.ttf similarity index 100% rename from hyprland/.config/rofi/fonts/GrapeNuts-Regular.ttf rename to host/fonts/GrapeNuts-Regular.ttf diff --git a/hyprland/.config/rofi/fonts/Icomoon-Feather.ttf b/host/fonts/Icomoon-Feather.ttf similarity index 100% rename from hyprland/.config/rofi/fonts/Icomoon-Feather.ttf rename to host/fonts/Icomoon-Feather.ttf diff --git a/hyprland/.config/rofi/fonts/Iosevka-Nerd-Font-Complete.ttf b/host/fonts/Iosevka-Nerd-Font-Complete.ttf similarity index 100% rename from hyprland/.config/rofi/fonts/Iosevka-Nerd-Font-Complete.ttf rename to host/fonts/Iosevka-Nerd-Font-Complete.ttf diff --git a/hyprland/.config/rofi/fonts/JetBrains-Mono-Nerd-Font-Complete.ttf b/host/fonts/JetBrains-Mono-Nerd-Font-Complete.ttf similarity index 100% rename from hyprland/.config/rofi/fonts/JetBrains-Mono-Nerd-Font-Complete.ttf rename to host/fonts/JetBrains-Mono-Nerd-Font-Complete.ttf diff --git a/eww/.config/eww/bar/assets/images/mic.png b/hyprland/.config/eww/.config/eww/bar/assets/images/mic.png similarity index 100% rename from eww/.config/eww/bar/assets/images/mic.png rename to hyprland/.config/eww/.config/eww/bar/assets/images/mic.png diff --git a/eww/.config/eww/bar/assets/images/music.png b/hyprland/.config/eww/.config/eww/bar/assets/images/music.png similarity index 100% rename from eww/.config/eww/bar/assets/images/music.png rename to hyprland/.config/eww/.config/eww/bar/assets/images/music.png diff --git a/eww/.config/eww/bar/assets/images/profile.png b/hyprland/.config/eww/.config/eww/bar/assets/images/profile.png similarity index 100% rename from eww/.config/eww/bar/assets/images/profile.png rename to hyprland/.config/eww/.config/eww/bar/assets/images/profile.png diff --git a/eww/.config/eww/bar/assets/images/speaker.png b/hyprland/.config/eww/.config/eww/bar/assets/images/speaker.png similarity index 100% rename from eww/.config/eww/bar/assets/images/speaker.png rename to hyprland/.config/eww/.config/eww/bar/assets/images/speaker.png diff --git a/eww/.config/eww/bar/assets/scss/colors.scss b/hyprland/.config/eww/.config/eww/bar/assets/scss/colors.scss similarity index 100% rename from eww/.config/eww/bar/assets/scss/colors.scss rename to hyprland/.config/eww/.config/eww/bar/assets/scss/colors.scss diff --git a/eww/.config/eww/bar/assets/scss/index.scss b/hyprland/.config/eww/.config/eww/bar/assets/scss/index.scss similarity index 100% rename from eww/.config/eww/bar/assets/scss/index.scss rename to hyprland/.config/eww/.config/eww/bar/assets/scss/index.scss diff --git a/eww/.config/eww/bar/assets/scss/widgets/workspaces.scss b/hyprland/.config/eww/.config/eww/bar/assets/scss/widgets/workspaces.scss similarity index 100% rename from eww/.config/eww/bar/assets/scss/widgets/workspaces.scss rename to hyprland/.config/eww/.config/eww/bar/assets/scss/widgets/workspaces.scss diff --git a/eww/.config/eww/bar/eww.scss b/hyprland/.config/eww/.config/eww/bar/eww.scss similarity index 100% rename from eww/.config/eww/bar/eww.scss rename to hyprland/.config/eww/.config/eww/bar/eww.scss diff --git a/eww/.config/eww/bar/eww.yuck b/hyprland/.config/eww/.config/eww/bar/eww.yuck similarity index 100% rename from eww/.config/eww/bar/eww.yuck rename to hyprland/.config/eww/.config/eww/bar/eww.yuck diff --git a/eww/.config/eww/bar/launch_bar b/hyprland/.config/eww/.config/eww/bar/launch_bar similarity index 100% rename from eww/.config/eww/bar/launch_bar rename to hyprland/.config/eww/.config/eww/bar/launch_bar diff --git a/eww/.config/eww/bar/scripts/battery b/hyprland/.config/eww/.config/eww/bar/scripts/battery similarity index 100% rename from eww/.config/eww/bar/scripts/battery rename to hyprland/.config/eww/.config/eww/bar/scripts/battery diff --git a/eww/.config/eww/bar/scripts/mem-ad b/hyprland/.config/eww/.config/eww/bar/scripts/mem-ad similarity index 100% rename from eww/.config/eww/bar/scripts/mem-ad rename to hyprland/.config/eww/.config/eww/bar/scripts/mem-ad diff --git a/eww/.config/eww/bar/scripts/memory b/hyprland/.config/eww/.config/eww/bar/scripts/memory similarity index 100% rename from eww/.config/eww/bar/scripts/memory rename to hyprland/.config/eww/.config/eww/bar/scripts/memory diff --git a/eww/.config/eww/bar/scripts/music_info b/hyprland/.config/eww/.config/eww/bar/scripts/music_info similarity index 100% rename from eww/.config/eww/bar/scripts/music_info rename to hyprland/.config/eww/.config/eww/bar/scripts/music_info diff --git a/eww/.config/eww/bar/scripts/pop b/hyprland/.config/eww/.config/eww/bar/scripts/pop similarity index 100% rename from eww/.config/eww/bar/scripts/pop rename to hyprland/.config/eww/.config/eww/bar/scripts/pop diff --git a/eww/.config/eww/bar/scripts/wifi b/hyprland/.config/eww/.config/eww/bar/scripts/wifi similarity index 100% rename from eww/.config/eww/bar/scripts/wifi rename to hyprland/.config/eww/.config/eww/bar/scripts/wifi diff --git a/eww/.config/eww/bar/scripts/workspace b/hyprland/.config/eww/.config/eww/bar/scripts/workspace similarity index 100% rename from eww/.config/eww/bar/scripts/workspace rename to hyprland/.config/eww/.config/eww/bar/scripts/workspace diff --git a/setup/font.sh b/setup/font.sh new file mode 100755 index 0000000..6e64da1 --- /dev/null +++ b/setup/font.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +install_ttf_font() { + sudo cp *.ttf /usr/share/fonts/TTF + sudo fc-cache -f -v +} + +cd ../host/fonts +install_ttf_font diff --git a/.install/setup.sh b/setup/setup.sh similarity index 100% rename from .install/setup.sh rename to setup/setup.sh