From 1e56b05236421d4cdcd6933e0a41954509f02bca Mon Sep 17 00:00:00 2001 From: Paul Aumann Date: Fri, 17 Jul 2026 15:38:13 +0200 Subject: [PATCH] fix hyprland folder --- .config/hypr/.gitignore | 4 ++++ .config/hypr/{hypr => }/.vscode/settings.json | 0 .config/hypr/hypr/hyprland.conf | 1 - .config/hypr/hypr/hyprland.conf.deprecated | 1 - .config/hypr/hypr/hyprpaper.conf | 1 - .config/hypr/hypr/presets | 1 - .config/hypr/hypr/scripts/songdetail.sh | 1 - .config/hypr/hypr/wallpaper/current.jpg | 1 - .config/hypr/{hypr => }/hypridle.conf | 0 .../{hyprland.conf => hyprland.conf.deprecated} | 0 .config/hypr/{hypr => }/hyprland.lua | 0 .config/hypr/{hypr => }/hyprland/animations.lua | 0 .config/hypr/{hypr => }/hyprland/autostart.lua | 0 .config/hypr/{hypr => }/hyprland/binds.lua | 0 .config/hypr/{hypr => }/hyprland/environment.lua | 0 .config/hypr/{hypr => }/hyprland/general.lua | 0 .config/hypr/{hypr => }/hyprland/input.lua | 0 .config/hypr/{hypr => }/hyprland/layout.lua | 0 .config/hypr/{hypr => }/hyprland/listeners.lua | 0 .config/hypr/{hypr => }/hyprland/monitors.lua | 0 .config/hypr/{hypr => }/hyprland/rules/layers.lua | 0 .config/hypr/{hypr => }/hyprland/rules/windows.lua | 0 .../hypr/{hypr => }/hyprland/rules/workspaces.lua | 0 .../hypr/{hypr => }/hyprland/variables/colors.lua | 0 .../hypr/{hypr => }/hyprland/variables/monitors.lua | 0 .../hypr/{hypr => }/hyprland/variables/programs.lua | 0 .../{hypr => }/hyprland/variables/workspaces.lua | 0 .config/hypr/{hypr => }/hyprlock.conf | 0 .../hypr/{hypr => }/img/gnome-background-lock.webp | Bin .config/hypr/{hypr => }/img/gnome-background.webp | Bin .config/hypr/presets/wasteside.sh | 7 ------- .config/hypr/{hypr => }/scripts/random-wallpaper.sh | 0 .config/hypr/scripts/songdetail.sh | 6 +----- .config/hypr/{hypr => }/wallpaper/candidates | 0 .config/hypr/{hypr => }/xdph.conf | 0 35 files changed, 5 insertions(+), 18 deletions(-) create mode 100644 .config/hypr/.gitignore rename .config/hypr/{hypr => }/.vscode/settings.json (100%) delete mode 120000 .config/hypr/hypr/hyprland.conf delete mode 120000 .config/hypr/hypr/hyprland.conf.deprecated delete mode 120000 .config/hypr/hypr/hyprpaper.conf delete mode 120000 .config/hypr/hypr/presets delete mode 120000 .config/hypr/hypr/scripts/songdetail.sh delete mode 120000 .config/hypr/hypr/wallpaper/current.jpg rename .config/hypr/{hypr => }/hypridle.conf (100%) rename .config/hypr/{hyprland.conf => hyprland.conf.deprecated} (100%) rename .config/hypr/{hypr => }/hyprland.lua (100%) rename .config/hypr/{hypr => }/hyprland/animations.lua (100%) rename .config/hypr/{hypr => }/hyprland/autostart.lua (100%) rename .config/hypr/{hypr => }/hyprland/binds.lua (100%) rename .config/hypr/{hypr => }/hyprland/environment.lua (100%) rename .config/hypr/{hypr => }/hyprland/general.lua (100%) rename .config/hypr/{hypr => }/hyprland/input.lua (100%) rename .config/hypr/{hypr => }/hyprland/layout.lua (100%) rename .config/hypr/{hypr => }/hyprland/listeners.lua (100%) rename .config/hypr/{hypr => }/hyprland/monitors.lua (100%) rename .config/hypr/{hypr => }/hyprland/rules/layers.lua (100%) rename .config/hypr/{hypr => }/hyprland/rules/windows.lua (100%) rename .config/hypr/{hypr => }/hyprland/rules/workspaces.lua (100%) rename .config/hypr/{hypr => }/hyprland/variables/colors.lua (100%) rename .config/hypr/{hypr => }/hyprland/variables/monitors.lua (100%) rename .config/hypr/{hypr => }/hyprland/variables/programs.lua (100%) rename .config/hypr/{hypr => }/hyprland/variables/workspaces.lua (100%) rename .config/hypr/{hypr => }/hyprlock.conf (100%) rename .config/hypr/{hypr => }/img/gnome-background-lock.webp (100%) rename .config/hypr/{hypr => }/img/gnome-background.webp (100%) delete mode 100755 .config/hypr/presets/wasteside.sh rename .config/hypr/{hypr => }/scripts/random-wallpaper.sh (100%) mode change 100755 => 120000 .config/hypr/scripts/songdetail.sh rename .config/hypr/{hypr => }/wallpaper/candidates (100%) rename .config/hypr/{hypr => }/xdph.conf (100%) diff --git a/.config/hypr/.gitignore b/.config/hypr/.gitignore new file mode 100644 index 0000000..1f5088d --- /dev/null +++ b/.config/hypr/.gitignore @@ -0,0 +1,4 @@ +wallpaper/candidates/* +wallpaper/source/* +wallpaper/current.jpg +fonts/ \ No newline at end of file diff --git a/.config/hypr/hypr/.vscode/settings.json b/.config/hypr/.vscode/settings.json similarity index 100% rename from .config/hypr/hypr/.vscode/settings.json rename to .config/hypr/.vscode/settings.json diff --git a/.config/hypr/hypr/hyprland.conf b/.config/hypr/hypr/hyprland.conf deleted file mode 120000 index 48a61f5..0000000 --- a/.config/hypr/hypr/hyprland.conf +++ /dev/null @@ -1 +0,0 @@ -../../dotfiles/.config/hypr/hyprland.conf \ No newline at end of file diff --git a/.config/hypr/hypr/hyprland.conf.deprecated b/.config/hypr/hypr/hyprland.conf.deprecated deleted file mode 120000 index 48a61f5..0000000 --- a/.config/hypr/hypr/hyprland.conf.deprecated +++ /dev/null @@ -1 +0,0 @@ -../../dotfiles/.config/hypr/hyprland.conf \ No newline at end of file diff --git a/.config/hypr/hypr/hyprpaper.conf b/.config/hypr/hypr/hyprpaper.conf deleted file mode 120000 index 057f52a..0000000 --- a/.config/hypr/hypr/hyprpaper.conf +++ /dev/null @@ -1 +0,0 @@ -../../dotfiles/.config/hypr/hyprpaper.conf \ No newline at end of file diff --git a/.config/hypr/hypr/presets b/.config/hypr/hypr/presets deleted file mode 120000 index 2e74c82..0000000 --- a/.config/hypr/hypr/presets +++ /dev/null @@ -1 +0,0 @@ -../../dotfiles/.config/hypr/presets \ No newline at end of file diff --git a/.config/hypr/hypr/scripts/songdetail.sh b/.config/hypr/hypr/scripts/songdetail.sh deleted file mode 120000 index 7f1f72e..0000000 --- a/.config/hypr/hypr/scripts/songdetail.sh +++ /dev/null @@ -1 +0,0 @@ -../../../dotfiles/.config/hypr/scripts/songdetail.sh \ No newline at end of file diff --git a/.config/hypr/hypr/wallpaper/current.jpg b/.config/hypr/hypr/wallpaper/current.jpg deleted file mode 120000 index edbbae6..0000000 --- a/.config/hypr/hypr/wallpaper/current.jpg +++ /dev/null @@ -1 +0,0 @@ -candidates/190 - S2CCnyp.jpg \ No newline at end of file diff --git a/.config/hypr/hypr/hypridle.conf b/.config/hypr/hypridle.conf similarity index 100% rename from .config/hypr/hypr/hypridle.conf rename to .config/hypr/hypridle.conf diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf.deprecated similarity index 100% rename from .config/hypr/hyprland.conf rename to .config/hypr/hyprland.conf.deprecated diff --git a/.config/hypr/hypr/hyprland.lua b/.config/hypr/hyprland.lua similarity index 100% rename from .config/hypr/hypr/hyprland.lua rename to .config/hypr/hyprland.lua diff --git a/.config/hypr/hypr/hyprland/animations.lua b/.config/hypr/hyprland/animations.lua similarity index 100% rename from .config/hypr/hypr/hyprland/animations.lua rename to .config/hypr/hyprland/animations.lua diff --git a/.config/hypr/hypr/hyprland/autostart.lua b/.config/hypr/hyprland/autostart.lua similarity index 100% rename from .config/hypr/hypr/hyprland/autostart.lua rename to .config/hypr/hyprland/autostart.lua diff --git a/.config/hypr/hypr/hyprland/binds.lua b/.config/hypr/hyprland/binds.lua similarity index 100% rename from .config/hypr/hypr/hyprland/binds.lua rename to .config/hypr/hyprland/binds.lua diff --git a/.config/hypr/hypr/hyprland/environment.lua b/.config/hypr/hyprland/environment.lua similarity index 100% rename from .config/hypr/hypr/hyprland/environment.lua rename to .config/hypr/hyprland/environment.lua diff --git a/.config/hypr/hypr/hyprland/general.lua b/.config/hypr/hyprland/general.lua similarity index 100% rename from .config/hypr/hypr/hyprland/general.lua rename to .config/hypr/hyprland/general.lua diff --git a/.config/hypr/hypr/hyprland/input.lua b/.config/hypr/hyprland/input.lua similarity index 100% rename from .config/hypr/hypr/hyprland/input.lua rename to .config/hypr/hyprland/input.lua diff --git a/.config/hypr/hypr/hyprland/layout.lua b/.config/hypr/hyprland/layout.lua similarity index 100% rename from .config/hypr/hypr/hyprland/layout.lua rename to .config/hypr/hyprland/layout.lua diff --git a/.config/hypr/hypr/hyprland/listeners.lua b/.config/hypr/hyprland/listeners.lua similarity index 100% rename from .config/hypr/hypr/hyprland/listeners.lua rename to .config/hypr/hyprland/listeners.lua diff --git a/.config/hypr/hypr/hyprland/monitors.lua b/.config/hypr/hyprland/monitors.lua similarity index 100% rename from .config/hypr/hypr/hyprland/monitors.lua rename to .config/hypr/hyprland/monitors.lua diff --git a/.config/hypr/hypr/hyprland/rules/layers.lua b/.config/hypr/hyprland/rules/layers.lua similarity index 100% rename from .config/hypr/hypr/hyprland/rules/layers.lua rename to .config/hypr/hyprland/rules/layers.lua diff --git a/.config/hypr/hypr/hyprland/rules/windows.lua b/.config/hypr/hyprland/rules/windows.lua similarity index 100% rename from .config/hypr/hypr/hyprland/rules/windows.lua rename to .config/hypr/hyprland/rules/windows.lua diff --git a/.config/hypr/hypr/hyprland/rules/workspaces.lua b/.config/hypr/hyprland/rules/workspaces.lua similarity index 100% rename from .config/hypr/hypr/hyprland/rules/workspaces.lua rename to .config/hypr/hyprland/rules/workspaces.lua diff --git a/.config/hypr/hypr/hyprland/variables/colors.lua b/.config/hypr/hyprland/variables/colors.lua similarity index 100% rename from .config/hypr/hypr/hyprland/variables/colors.lua rename to .config/hypr/hyprland/variables/colors.lua diff --git a/.config/hypr/hypr/hyprland/variables/monitors.lua b/.config/hypr/hyprland/variables/monitors.lua similarity index 100% rename from .config/hypr/hypr/hyprland/variables/monitors.lua rename to .config/hypr/hyprland/variables/monitors.lua diff --git a/.config/hypr/hypr/hyprland/variables/programs.lua b/.config/hypr/hyprland/variables/programs.lua similarity index 100% rename from .config/hypr/hypr/hyprland/variables/programs.lua rename to .config/hypr/hyprland/variables/programs.lua diff --git a/.config/hypr/hypr/hyprland/variables/workspaces.lua b/.config/hypr/hyprland/variables/workspaces.lua similarity index 100% rename from .config/hypr/hypr/hyprland/variables/workspaces.lua rename to .config/hypr/hyprland/variables/workspaces.lua diff --git a/.config/hypr/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf similarity index 100% rename from .config/hypr/hypr/hyprlock.conf rename to .config/hypr/hyprlock.conf diff --git a/.config/hypr/hypr/img/gnome-background-lock.webp b/.config/hypr/img/gnome-background-lock.webp similarity index 100% rename from .config/hypr/hypr/img/gnome-background-lock.webp rename to .config/hypr/img/gnome-background-lock.webp diff --git a/.config/hypr/hypr/img/gnome-background.webp b/.config/hypr/img/gnome-background.webp similarity index 100% rename from .config/hypr/hypr/img/gnome-background.webp rename to .config/hypr/img/gnome-background.webp diff --git a/.config/hypr/presets/wasteside.sh b/.config/hypr/presets/wasteside.sh deleted file mode 100755 index 48759f1..0000000 --- a/.config/hypr/presets/wasteside.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -hyprctl dispatch exec "[ workspace 11 ]" "firefox -n" -hyprctl dispatch exec "[ workspace 12 silent ]" "clickup" - -hyprctl dispatch exec "[ workspace 1 ]" "firefox -n" -hyprctl dispatch exec "[ workspace 1 ]" "code ~/code/wasteside/app" diff --git a/.config/hypr/hypr/scripts/random-wallpaper.sh b/.config/hypr/scripts/random-wallpaper.sh similarity index 100% rename from .config/hypr/hypr/scripts/random-wallpaper.sh rename to .config/hypr/scripts/random-wallpaper.sh diff --git a/.config/hypr/scripts/songdetail.sh b/.config/hypr/scripts/songdetail.sh deleted file mode 100755 index 51745e6..0000000 --- a/.config/hypr/scripts/songdetail.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -song_info=$(playerctl metadata --format '{{title}}  {{artist}}') - -echo "$song_info" diff --git a/.config/hypr/scripts/songdetail.sh b/.config/hypr/scripts/songdetail.sh new file mode 120000 index 0000000..7f1f72e --- /dev/null +++ b/.config/hypr/scripts/songdetail.sh @@ -0,0 +1 @@ +../../../dotfiles/.config/hypr/scripts/songdetail.sh \ No newline at end of file diff --git a/.config/hypr/hypr/wallpaper/candidates b/.config/hypr/wallpaper/candidates similarity index 100% rename from .config/hypr/hypr/wallpaper/candidates rename to .config/hypr/wallpaper/candidates diff --git a/.config/hypr/hypr/xdph.conf b/.config/hypr/xdph.conf similarity index 100% rename from .config/hypr/hypr/xdph.conf rename to .config/hypr/xdph.conf