diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf index d6d2063..ddc0a26 100644 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -1,2 +1,4 @@ +source = ~/.config/hypr/prefs/settings.conf + preload = ~/.config/hypr/wallpapers/bg.jpg -wallpaper = eDP-1,~/.config/hypr/wallpapers/bg.jpg +wallpaper = $monitor_name,~/.config/hypr/wallpapers/bg.jpg diff --git a/.config/hypr/prefs/settings.conf b/.config/hypr/prefs/settings.conf index c2cb020..5e4bfef 100644 --- a/.config/hypr/prefs/settings.conf +++ b/.config/hypr/prefs/settings.conf @@ -1,5 +1,7 @@ $keyboard_layout=gb +$monitor_name=HDMI-A-1 + $outside_gaps=10 $inside_gaps=5 $border_size=3.5 diff --git a/home/r0r5chach/.zsh/art/art-1 b/.config/zsh/art/art-1 similarity index 100% rename from home/r0r5chach/.zsh/art/art-1 rename to .config/zsh/art/art-1 diff --git a/home/r0r5chach/.zsh/art/art-10 b/.config/zsh/art/art-10 similarity index 100% rename from home/r0r5chach/.zsh/art/art-10 rename to .config/zsh/art/art-10 diff --git a/home/r0r5chach/.zsh/art/art-11 b/.config/zsh/art/art-11 similarity index 100% rename from home/r0r5chach/.zsh/art/art-11 rename to .config/zsh/art/art-11 diff --git a/home/r0r5chach/.zsh/art/art-12 b/.config/zsh/art/art-12 similarity index 100% rename from home/r0r5chach/.zsh/art/art-12 rename to .config/zsh/art/art-12 diff --git a/home/r0r5chach/.zsh/art/art-13 b/.config/zsh/art/art-13 similarity index 100% rename from home/r0r5chach/.zsh/art/art-13 rename to .config/zsh/art/art-13 diff --git a/home/r0r5chach/.zsh/art/art-14 b/.config/zsh/art/art-14 similarity index 100% rename from home/r0r5chach/.zsh/art/art-14 rename to .config/zsh/art/art-14 diff --git a/home/r0r5chach/.zsh/art/art-15 b/.config/zsh/art/art-15 similarity index 100% rename from home/r0r5chach/.zsh/art/art-15 rename to .config/zsh/art/art-15 diff --git a/home/r0r5chach/.zsh/art/art-16 b/.config/zsh/art/art-16 similarity index 100% rename from home/r0r5chach/.zsh/art/art-16 rename to .config/zsh/art/art-16 diff --git a/home/r0r5chach/.zsh/art/art-17 b/.config/zsh/art/art-17 similarity index 100% rename from home/r0r5chach/.zsh/art/art-17 rename to .config/zsh/art/art-17 diff --git a/home/r0r5chach/.zsh/art/art-18 b/.config/zsh/art/art-18 similarity index 100% rename from home/r0r5chach/.zsh/art/art-18 rename to .config/zsh/art/art-18 diff --git a/home/r0r5chach/.zsh/art/art-19 b/.config/zsh/art/art-19 similarity index 100% rename from home/r0r5chach/.zsh/art/art-19 rename to .config/zsh/art/art-19 diff --git a/home/r0r5chach/.zsh/art/art-2 b/.config/zsh/art/art-2 similarity index 100% rename from home/r0r5chach/.zsh/art/art-2 rename to .config/zsh/art/art-2 diff --git a/home/r0r5chach/.zsh/art/art-20 b/.config/zsh/art/art-20 similarity index 100% rename from home/r0r5chach/.zsh/art/art-20 rename to .config/zsh/art/art-20 diff --git a/home/r0r5chach/.zsh/art/art-21 b/.config/zsh/art/art-21 similarity index 100% rename from home/r0r5chach/.zsh/art/art-21 rename to .config/zsh/art/art-21 diff --git a/home/r0r5chach/.zsh/art/art-22 b/.config/zsh/art/art-22 similarity index 100% rename from home/r0r5chach/.zsh/art/art-22 rename to .config/zsh/art/art-22 diff --git a/home/r0r5chach/.zsh/art/art-3 b/.config/zsh/art/art-3 similarity index 100% rename from home/r0r5chach/.zsh/art/art-3 rename to .config/zsh/art/art-3 diff --git a/home/r0r5chach/.zsh/art/art-4 b/.config/zsh/art/art-4 similarity index 100% rename from home/r0r5chach/.zsh/art/art-4 rename to .config/zsh/art/art-4 diff --git a/home/r0r5chach/.zsh/art/art-5 b/.config/zsh/art/art-5 similarity index 100% rename from home/r0r5chach/.zsh/art/art-5 rename to .config/zsh/art/art-5 diff --git a/home/r0r5chach/.zsh/art/art-6 b/.config/zsh/art/art-6 similarity index 100% rename from home/r0r5chach/.zsh/art/art-6 rename to .config/zsh/art/art-6 diff --git a/home/r0r5chach/.zsh/art/art-7 b/.config/zsh/art/art-7 similarity index 100% rename from home/r0r5chach/.zsh/art/art-7 rename to .config/zsh/art/art-7 diff --git a/home/r0r5chach/.zsh/art/art-8 b/.config/zsh/art/art-8 similarity index 100% rename from home/r0r5chach/.zsh/art/art-8 rename to .config/zsh/art/art-8 diff --git a/home/r0r5chach/.zsh/art/art-9 b/.config/zsh/art/art-9 similarity index 100% rename from home/r0r5chach/.zsh/art/art-9 rename to .config/zsh/art/art-9 diff --git a/home/r0r5chach/.zsh/init b/.config/zsh/init similarity index 84% rename from home/r0r5chach/.zsh/init rename to .config/zsh/init index bb44c8e..e610365 100755 --- a/home/r0r5chach/.zsh/init +++ b/.config/zsh/init @@ -1,5 +1,5 @@ -TITLE="/home/r0r5chach/.zsh/titles/title-$(( $RANDOM % 45 + 1 ))" -ART="/home/r0r5chach/.zsh/art/art-$(( $RANDOM % 22 + 1 ))" +TITLE="/home/r0r5chach/.config/zsh/titles/title-$(( $RANDOM % 45 + 1 ))" +ART="/home/r0r5chach/.config/zsh/art/art-$(( $RANDOM % 22 + 1 ))" print() { for (( i=0; i<${#1}; i++ )); do diff --git a/home/r0r5chach/.zsh/titles/title-1 b/.config/zsh/titles/title-1 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-1 rename to .config/zsh/titles/title-1 diff --git a/home/r0r5chach/.zsh/titles/title-10 b/.config/zsh/titles/title-10 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-10 rename to .config/zsh/titles/title-10 diff --git a/home/r0r5chach/.zsh/titles/title-11 b/.config/zsh/titles/title-11 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-11 rename to .config/zsh/titles/title-11 diff --git a/home/r0r5chach/.zsh/titles/title-12 b/.config/zsh/titles/title-12 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-12 rename to .config/zsh/titles/title-12 diff --git a/home/r0r5chach/.zsh/titles/title-13 b/.config/zsh/titles/title-13 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-13 rename to .config/zsh/titles/title-13 diff --git a/home/r0r5chach/.zsh/titles/title-14 b/.config/zsh/titles/title-14 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-14 rename to .config/zsh/titles/title-14 diff --git a/home/r0r5chach/.zsh/titles/title-15 b/.config/zsh/titles/title-15 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-15 rename to .config/zsh/titles/title-15 diff --git a/home/r0r5chach/.zsh/titles/title-16 b/.config/zsh/titles/title-16 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-16 rename to .config/zsh/titles/title-16 diff --git a/home/r0r5chach/.zsh/titles/title-17 b/.config/zsh/titles/title-17 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-17 rename to .config/zsh/titles/title-17 diff --git a/home/r0r5chach/.zsh/titles/title-18 b/.config/zsh/titles/title-18 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-18 rename to .config/zsh/titles/title-18 diff --git a/home/r0r5chach/.zsh/titles/title-19 b/.config/zsh/titles/title-19 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-19 rename to .config/zsh/titles/title-19 diff --git a/home/r0r5chach/.zsh/titles/title-2 b/.config/zsh/titles/title-2 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-2 rename to .config/zsh/titles/title-2 diff --git a/home/r0r5chach/.zsh/titles/title-20 b/.config/zsh/titles/title-20 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-20 rename to .config/zsh/titles/title-20 diff --git a/home/r0r5chach/.zsh/titles/title-21 b/.config/zsh/titles/title-21 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-21 rename to .config/zsh/titles/title-21 diff --git a/home/r0r5chach/.zsh/titles/title-22 b/.config/zsh/titles/title-22 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-22 rename to .config/zsh/titles/title-22 diff --git a/home/r0r5chach/.zsh/titles/title-23 b/.config/zsh/titles/title-23 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-23 rename to .config/zsh/titles/title-23 diff --git a/home/r0r5chach/.zsh/titles/title-24 b/.config/zsh/titles/title-24 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-24 rename to .config/zsh/titles/title-24 diff --git a/home/r0r5chach/.zsh/titles/title-25 b/.config/zsh/titles/title-25 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-25 rename to .config/zsh/titles/title-25 diff --git a/home/r0r5chach/.zsh/titles/title-26 b/.config/zsh/titles/title-26 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-26 rename to .config/zsh/titles/title-26 diff --git a/home/r0r5chach/.zsh/titles/title-27 b/.config/zsh/titles/title-27 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-27 rename to .config/zsh/titles/title-27 diff --git a/home/r0r5chach/.zsh/titles/title-28 b/.config/zsh/titles/title-28 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-28 rename to .config/zsh/titles/title-28 diff --git a/home/r0r5chach/.zsh/titles/title-29 b/.config/zsh/titles/title-29 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-29 rename to .config/zsh/titles/title-29 diff --git a/home/r0r5chach/.zsh/titles/title-3 b/.config/zsh/titles/title-3 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-3 rename to .config/zsh/titles/title-3 diff --git a/home/r0r5chach/.zsh/titles/title-30 b/.config/zsh/titles/title-30 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-30 rename to .config/zsh/titles/title-30 diff --git a/home/r0r5chach/.zsh/titles/title-31 b/.config/zsh/titles/title-31 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-31 rename to .config/zsh/titles/title-31 diff --git a/home/r0r5chach/.zsh/titles/title-32 b/.config/zsh/titles/title-32 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-32 rename to .config/zsh/titles/title-32 diff --git a/home/r0r5chach/.zsh/titles/title-33 b/.config/zsh/titles/title-33 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-33 rename to .config/zsh/titles/title-33 diff --git a/home/r0r5chach/.zsh/titles/title-34 b/.config/zsh/titles/title-34 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-34 rename to .config/zsh/titles/title-34 diff --git a/home/r0r5chach/.zsh/titles/title-35 b/.config/zsh/titles/title-35 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-35 rename to .config/zsh/titles/title-35 diff --git a/home/r0r5chach/.zsh/titles/title-36 b/.config/zsh/titles/title-36 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-36 rename to .config/zsh/titles/title-36 diff --git a/home/r0r5chach/.zsh/titles/title-37 b/.config/zsh/titles/title-37 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-37 rename to .config/zsh/titles/title-37 diff --git a/home/r0r5chach/.zsh/titles/title-38 b/.config/zsh/titles/title-38 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-38 rename to .config/zsh/titles/title-38 diff --git a/home/r0r5chach/.zsh/titles/title-39 b/.config/zsh/titles/title-39 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-39 rename to .config/zsh/titles/title-39 diff --git a/home/r0r5chach/.zsh/titles/title-4 b/.config/zsh/titles/title-4 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-4 rename to .config/zsh/titles/title-4 diff --git a/home/r0r5chach/.zsh/titles/title-40 b/.config/zsh/titles/title-40 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-40 rename to .config/zsh/titles/title-40 diff --git a/home/r0r5chach/.zsh/titles/title-41 b/.config/zsh/titles/title-41 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-41 rename to .config/zsh/titles/title-41 diff --git a/home/r0r5chach/.zsh/titles/title-42 b/.config/zsh/titles/title-42 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-42 rename to .config/zsh/titles/title-42 diff --git a/home/r0r5chach/.zsh/titles/title-43 b/.config/zsh/titles/title-43 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-43 rename to .config/zsh/titles/title-43 diff --git a/home/r0r5chach/.zsh/titles/title-44 b/.config/zsh/titles/title-44 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-44 rename to .config/zsh/titles/title-44 diff --git a/home/r0r5chach/.zsh/titles/title-45 b/.config/zsh/titles/title-45 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-45 rename to .config/zsh/titles/title-45 diff --git a/home/r0r5chach/.zsh/titles/title-5 b/.config/zsh/titles/title-5 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-5 rename to .config/zsh/titles/title-5 diff --git a/home/r0r5chach/.zsh/titles/title-6 b/.config/zsh/titles/title-6 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-6 rename to .config/zsh/titles/title-6 diff --git a/home/r0r5chach/.zsh/titles/title-7 b/.config/zsh/titles/title-7 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-7 rename to .config/zsh/titles/title-7 diff --git a/home/r0r5chach/.zsh/titles/title-8 b/.config/zsh/titles/title-8 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-8 rename to .config/zsh/titles/title-8 diff --git a/home/r0r5chach/.zsh/titles/title-9 b/.config/zsh/titles/title-9 similarity index 100% rename from home/r0r5chach/.zsh/titles/title-9 rename to .config/zsh/titles/title-9 diff --git a/etc/sddm.conf.d/theme.conf b/etc/sddm.conf.d/theme.conf deleted file mode 100644 index ea28640..0000000 --- a/etc/sddm.conf.d/theme.conf +++ /dev/null @@ -1,3 +0,0 @@ -[Theme] -Current=simplicity -Font=OpenDyslexic Nerd Font diff --git a/home/r0r5chach/.zshrc b/home/r0r5chach/.zshrc index 20ccbb5..36daf69 100644 --- a/home/r0r5chach/.zshrc +++ b/home/r0r5chach/.zshrc @@ -42,4 +42,4 @@ bindkey "^[[3~" delete-char # Delete deletes a character bindkey "^[[1;5C" forward-word # Ctrl+Right moves foward a word bindkey "^[[1;5D" backward-word # Ctrl+Left moves backward a word -/home/r0r5chach/.zsh/init +/home/r0r5chach/.config/zsh/init diff --git a/usr/share/sddm/themes/simplicity/ls.jpg b/usr/share/sddm/themes/simplicity/ls.jpg deleted file mode 100644 index 9f9c1e7..0000000 Binary files a/usr/share/sddm/themes/simplicity/ls.jpg and /dev/null differ diff --git a/usr/share/sddm/themes/simplicity/theme.conf.user b/usr/share/sddm/themes/simplicity/theme.conf.user deleted file mode 100644 index 97cd1ae..0000000 --- a/usr/share/sddm/themes/simplicity/theme.conf.user +++ /dev/null @@ -1,2 +0,0 @@ -[General] -background=ls.jpg