From f3cdea54863ca67e2533d2f5dc88be3eecf568b8 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 15 Dec 2023 20:45:19 +0900 Subject: [PATCH 1/2] updated dunst --- config/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index 6d00ba3..f5c3828 100755 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -170,7 +170,7 @@ ### Misc/Advanced ### # dmenu path. - dmenu = /usr/bin/rofi -p dunst: + # dmenu = /usr/bin/dmenu -p dunst: # Browser for opening urls in context menu. browser = /usr/bin/firefox -new-tab From aa9a6ebfbb2f99f1301a1276dae3ea119a338ee9 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 16 Dec 2023 11:59:19 +0900 Subject: [PATCH 2/2] Major Rename of waybar configs and styles for easier user to understand Kitty - pywal color change disabled by default Execs.conf re-organized Auto wallpaper changed disabled by default --- config/hypr/configs/Execs.conf | 35 ++++++++++--------- config/hypr/scripts/AppAutoClose.sh | 23 ------------ config/kitty/kitty.conf | 2 +- ...{SouthWest [BL] => [BOT & Left] SouthWest} | 0 ...SouthEast [BR] => [BOT & Right] SouthEast} | 0 .../{Camellia [Bottom] => [BOT] Camellia} | 0 ...santhemum [Bottom] => [BOT] Chrysanthemum} | 0 .../{Default [Bottom] => [BOT] Default} | 0 ...t [Bottom]-Laptop => [BOT] Default Laptop} | 0 .../{Gardenia [Bottom] => [BOT] Gardenia} | 0 .../configs/{Peony [Bottom] => [BOT] Peony} | 0 .../{ClassySleek [Bottom] => [BOT] Sleek} | 2 +- .../{WestWing [Left] => [Left] WestWing} | 0 .../{EastWing [Right] => [Right] EastWing} | 0 ...it [Top & Bot] => [TOP & BOT] SummitSplit} | 0 ...{NorthWest [TL] => [TOP & Left] NorthWest} | 0 ...NorthEast [TR] => [TOP & Right] NorthEast} | 2 +- .../{Camellia [TOP] => [TOP] Camellia} | 0 ...hrysanthemum [TOP] => [TOP] Chrysanthemum} | 0 .../configs/{Default [TOP] => [TOP] Default} | 0 ...ault [TOP]-Laptop => [TOP] Default Laptop} | 0 .../{Gardenia [TOP] => [TOP] Gardenia} | 0 ...ist Stretch [TOP] => [TOP] Minimal - Long} | 2 +- ...Minimalist [TOP] => [TOP] Minimal - Short} | 2 +- .../configs/{Peony [TOP] => [TOP] Peony} | 0 .../{ClassySleek [TOP] => [TOP] Sleek} | 3 +- ...est.css => [Black & White] Monochrome.css} | 2 +- ...> [Bordered Pywal] Chroma Fusion Edge.css} | 1 + ...oma Glow.css => [Colored] Chroma Glow.css} | 0 ...hromatic.css => [Colored] Translucent.css} | 2 +- ...ssom.css => [Colorful] Aurora Blossom.css} | 0 .../{Aurora.css => [Colorful] Aurora.css} | 2 +- ...um.css => [Colorful] Rainbow Spectrum.css} | 0 ...dian Edge.css => [Dark] Obsidian Edge.css} | 2 +- ...st.css => [Light] Monochrome Contrast.css} | 2 +- ...ian Glow.css => [Light] Obsidian Glow.css} | 2 +- ...hroma Edge.css => [Pywal] Chroma Edge.css} | 2 +- ...a Fusion.css => [Pywal] Chroma Fusion.css} | 1 + ...oma Tally.css => [Pywal] Chroma Tally.css} | 2 +- ...wallete Chroma.css => [Pywal] Colored.css} | 2 +- .../{Pywallete.css => [Pywal] Simple.css} | 2 +- ...ple Style.css => [Retro] Simple Style.css} | 0 ...ar.css => [Transparent] Crystal Clear.css} | 0 copy.sh | 10 +++--- 44 files changed, 41 insertions(+), 62 deletions(-) delete mode 100755 config/hypr/scripts/AppAutoClose.sh rename config/waybar/configs/{SouthWest [BL] => [BOT & Left] SouthWest} (100%) rename config/waybar/configs/{SouthEast [BR] => [BOT & Right] SouthEast} (100%) rename config/waybar/configs/{Camellia [Bottom] => [BOT] Camellia} (100%) rename config/waybar/configs/{Chrysanthemum [Bottom] => [BOT] Chrysanthemum} (100%) rename config/waybar/configs/{Default [Bottom] => [BOT] Default} (100%) rename config/waybar/configs/{Default [Bottom]-Laptop => [BOT] Default Laptop} (100%) rename config/waybar/configs/{Gardenia [Bottom] => [BOT] Gardenia} (100%) rename config/waybar/configs/{Peony [Bottom] => [BOT] Peony} (100%) rename config/waybar/configs/{ClassySleek [Bottom] => [BOT] Sleek} (97%) rename config/waybar/configs/{WestWing [Left] => [Left] WestWing} (100%) rename config/waybar/configs/{EastWing [Right] => [Right] EastWing} (100%) rename config/waybar/configs/{SummitSplit [Top & Bot] => [TOP & BOT] SummitSplit} (100%) rename config/waybar/configs/{NorthWest [TL] => [TOP & Left] NorthWest} (100%) rename config/waybar/configs/{NorthEast [TR] => [TOP & Right] NorthEast} (97%) rename config/waybar/configs/{Camellia [TOP] => [TOP] Camellia} (100%) rename config/waybar/configs/{Chrysanthemum [TOP] => [TOP] Chrysanthemum} (100%) rename config/waybar/configs/{Default [TOP] => [TOP] Default} (100%) rename config/waybar/configs/{Default [TOP]-Laptop => [TOP] Default Laptop} (100%) rename config/waybar/configs/{Gardenia [TOP] => [TOP] Gardenia} (100%) rename config/waybar/configs/{Minimalist Stretch [TOP] => [TOP] Minimal - Long} (95%) rename config/waybar/configs/{Minimalist [TOP] => [TOP] Minimal - Short} (93%) rename config/waybar/configs/{Peony [TOP] => [TOP] Peony} (100%) rename config/waybar/configs/{ClassySleek [TOP] => [TOP] Sleek} (97%) rename config/waybar/style/{Monochrome Manifest.css => [Black & White] Monochrome.css} (99%) rename config/waybar/style/{Chroma Fusion Edge.css => [Bordered Pywal] Chroma Fusion Edge.css} (99%) rename config/waybar/style/{Chroma Glow.css => [Colored] Chroma Glow.css} (100%) rename config/waybar/style/{Translucent Chromatic.css => [Colored] Translucent.css} (99%) rename config/waybar/style/{Aurora Blossom.css => [Colorful] Aurora Blossom.css} (100%) rename config/waybar/style/{Aurora.css => [Colorful] Aurora.css} (99%) rename config/waybar/style/{Rainbow Spectrum.css => [Colorful] Rainbow Spectrum.css} (100%) rename config/waybar/style/{Obsidian Edge.css => [Dark] Obsidian Edge.css} (99%) rename config/waybar/style/{Monochrome Contrast.css => [Light] Monochrome Contrast.css} (99%) rename config/waybar/style/{Obsidian Glow.css => [Light] Obsidian Glow.css} (99%) rename config/waybar/style/{Chroma Edge.css => [Pywal] Chroma Edge.css} (99%) rename config/waybar/style/{Chroma Fusion.css => [Pywal] Chroma Fusion.css} (99%) rename config/waybar/style/{Chroma Tally.css => [Pywal] Chroma Tally.css} (99%) rename config/waybar/style/{Pywallete Chroma.css => [Pywal] Colored.css} (99%) rename config/waybar/style/{Pywallete.css => [Pywal] Simple.css} (99%) rename config/waybar/style/{Simple Style.css => [Retro] Simple Style.css} (100%) rename config/waybar/style/{Crystal Clear.css => [Transparent] Crystal Clear.css} (100%) diff --git a/config/hypr/configs/Execs.conf b/config/hypr/configs/Execs.conf index afcc5a1..03f7f43 100644 --- a/config/hypr/configs/Execs.conf +++ b/config/hypr/configs/Execs.conf @@ -1,6 +1,6 @@ ## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## +#Commands & Apps to be executed at launch -#Commands to be executed at launch $scriptsDir = $HOME/.config/hypr/scripts $lock = $scriptsDir/LockScreen.sh $SwwwRandom = $scriptsDir/WallpaperRandom.sh @@ -9,10 +9,8 @@ $WallpaperPath = $HOME/Pictures/wallpapers # Initial boot script to start Pywal and Set wallpaper. This line and corresponding script can be safely deleted once logged in exec-once = $HOME/.config/hypr/initial-boot.sh -# wallpaper stuff +# wallpaper stuff / More wallpaper options below exec-once = swww query || swww init -exec-once = $SwwwRandom $WallpaperPath # random wallpaper switcher every 30 minutes -#exec-once = swww query || swww init && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper # Startup exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP @@ -21,16 +19,10 @@ exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESK # Polkit (Polkit Gnome / KDE) exec-once = $scriptsDir/Polkit.sh -#gnome polkit for nixos -#exec-once = $scriptsDir/Polkit-NixOS.sh - -# xdg-desktop-portal-hyprland (should be auto starting. However, you can force to start) -#exec-once = $scriptsDir/PortalHyprland.sh - # starup apps exec-once = waybar & exec-once = dunst & -#exec-once = blueman-applet & +exec-once = blueman-applet & exec-once = nm-applet --indicator & #exec-once = rog-control-center & @@ -41,15 +33,24 @@ exec-once = wl-paste --type image --watch cliphist store # Rainbow borders exec-once = $scriptsDir/RainbowBorders.sh -# wlsunset - for automatic gamma adjustment. Default is 1900 to 0700 (7pm to 7am). Edit Sunset.sh accordingly -# exec-once = $scriptsDir/Sunset.sh - -# auto close of apps (timeout 5 secs) -# exec-once = $scriptsDir/AppAutoClose.sh - # sway-idle with lock only exec-once = swayidle -w timeout 900 '$lock' # sway-idle with lock and sleep #exec-once = swayidle -w timeout 900 '$lock' timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lock' # sway idle without lock #exec-once = swayidle -w timeout 900 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' + + +## Here are list of features available but disabled by default + +#exec-once = $SwwwRandom $WallpaperPath # random wallpaper switcher every 30 minutes +#exec-once = swww query || swww init && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper + +#gnome polkit for nixos +#exec-once = $scriptsDir/Polkit-NixOS.sh + +# xdg-desktop-portal-hyprland (should be auto starting. However, you can force to start) +#exec-once = $scriptsDir/PortalHyprland.sh + +# wlsunset - for automatic gamma adjustment. Default is 1900 to 0700 (7pm to 7am). Edit Sunset.sh accordingly +# exec-once = $scriptsDir/Sunset.sh \ No newline at end of file diff --git a/config/hypr/scripts/AppAutoClose.sh b/config/hypr/scripts/AppAutoClose.sh deleted file mode 100755 index 32a6d73..0000000 --- a/config/hypr/scripts/AppAutoClose.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash - -# Variables: put the process names you want to auto close here. Make sure to add "" and inside the () -processes=("pavucontrol") - -# Loop through each process name -while true; do - active_window=$(hyprctl activewindow | grep class | awk '{print $2}') - - # Loop through each process name in the array - for process in "${processes[@]}"; do - if [ "$active_window" == "$process" ]; then - # If the active window matches the process, mark it as active - process_active=true - else - # If not, mark it as inactive and try to kill the process - process_active=false - pkill "$process" - fi - done - - sleep 5 -done diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 2ae87ee..e5bba2c 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -1,4 +1,4 @@ -include ~/.cache/wal/colors-kitty.conf +#include ~/.cache/wal/colors-kitty.conf font_family Fira Code SemiBold font_size 12.0 diff --git a/config/waybar/configs/SouthWest [BL] b/config/waybar/configs/[BOT & Left] SouthWest similarity index 100% rename from config/waybar/configs/SouthWest [BL] rename to config/waybar/configs/[BOT & Left] SouthWest diff --git a/config/waybar/configs/SouthEast [BR] b/config/waybar/configs/[BOT & Right] SouthEast similarity index 100% rename from config/waybar/configs/SouthEast [BR] rename to config/waybar/configs/[BOT & Right] SouthEast diff --git a/config/waybar/configs/Camellia [Bottom] b/config/waybar/configs/[BOT] Camellia similarity index 100% rename from config/waybar/configs/Camellia [Bottom] rename to config/waybar/configs/[BOT] Camellia diff --git a/config/waybar/configs/Chrysanthemum [Bottom] b/config/waybar/configs/[BOT] Chrysanthemum similarity index 100% rename from config/waybar/configs/Chrysanthemum [Bottom] rename to config/waybar/configs/[BOT] Chrysanthemum diff --git a/config/waybar/configs/Default [Bottom] b/config/waybar/configs/[BOT] Default similarity index 100% rename from config/waybar/configs/Default [Bottom] rename to config/waybar/configs/[BOT] Default diff --git a/config/waybar/configs/Default [Bottom]-Laptop b/config/waybar/configs/[BOT] Default Laptop similarity index 100% rename from config/waybar/configs/Default [Bottom]-Laptop rename to config/waybar/configs/[BOT] Default Laptop diff --git a/config/waybar/configs/Gardenia [Bottom] b/config/waybar/configs/[BOT] Gardenia similarity index 100% rename from config/waybar/configs/Gardenia [Bottom] rename to config/waybar/configs/[BOT] Gardenia diff --git a/config/waybar/configs/Peony [Bottom] b/config/waybar/configs/[BOT] Peony similarity index 100% rename from config/waybar/configs/Peony [Bottom] rename to config/waybar/configs/[BOT] Peony diff --git a/config/waybar/configs/ClassySleek [Bottom] b/config/waybar/configs/[BOT] Sleek similarity index 97% rename from config/waybar/configs/ClassySleek [Bottom] rename to config/waybar/configs/[BOT] Sleek index a7b1c15..10175e8 100644 --- a/config/waybar/configs/ClassySleek [Bottom] +++ b/config/waybar/configs/[BOT] Sleek @@ -1,6 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -// ClassySleek +// Sleek { "include": "~/.config/waybar/modules", diff --git a/config/waybar/configs/WestWing [Left] b/config/waybar/configs/[Left] WestWing similarity index 100% rename from config/waybar/configs/WestWing [Left] rename to config/waybar/configs/[Left] WestWing diff --git a/config/waybar/configs/EastWing [Right] b/config/waybar/configs/[Right] EastWing similarity index 100% rename from config/waybar/configs/EastWing [Right] rename to config/waybar/configs/[Right] EastWing diff --git a/config/waybar/configs/SummitSplit [Top & Bot] b/config/waybar/configs/[TOP & BOT] SummitSplit similarity index 100% rename from config/waybar/configs/SummitSplit [Top & Bot] rename to config/waybar/configs/[TOP & BOT] SummitSplit diff --git a/config/waybar/configs/NorthWest [TL] b/config/waybar/configs/[TOP & Left] NorthWest similarity index 100% rename from config/waybar/configs/NorthWest [TL] rename to config/waybar/configs/[TOP & Left] NorthWest diff --git a/config/waybar/configs/NorthEast [TR] b/config/waybar/configs/[TOP & Right] NorthEast similarity index 97% rename from config/waybar/configs/NorthEast [TR] rename to config/waybar/configs/[TOP & Right] NorthEast index f2e1fe5..84ab71e 100644 --- a/config/waybar/configs/NorthEast [TR] +++ b/config/waybar/configs/[TOP & Right] NorthEast @@ -1,6 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -// ### TOP and LEFT PANEL ## // +// ### TOP and Right PANEL ## // [{ "include": "~/.config/waybar/modules", diff --git a/config/waybar/configs/Camellia [TOP] b/config/waybar/configs/[TOP] Camellia similarity index 100% rename from config/waybar/configs/Camellia [TOP] rename to config/waybar/configs/[TOP] Camellia diff --git a/config/waybar/configs/Chrysanthemum [TOP] b/config/waybar/configs/[TOP] Chrysanthemum similarity index 100% rename from config/waybar/configs/Chrysanthemum [TOP] rename to config/waybar/configs/[TOP] Chrysanthemum diff --git a/config/waybar/configs/Default [TOP] b/config/waybar/configs/[TOP] Default similarity index 100% rename from config/waybar/configs/Default [TOP] rename to config/waybar/configs/[TOP] Default diff --git a/config/waybar/configs/Default [TOP]-Laptop b/config/waybar/configs/[TOP] Default Laptop similarity index 100% rename from config/waybar/configs/Default [TOP]-Laptop rename to config/waybar/configs/[TOP] Default Laptop diff --git a/config/waybar/configs/Gardenia [TOP] b/config/waybar/configs/[TOP] Gardenia similarity index 100% rename from config/waybar/configs/Gardenia [TOP] rename to config/waybar/configs/[TOP] Gardenia diff --git a/config/waybar/configs/Minimalist Stretch [TOP] b/config/waybar/configs/[TOP] Minimal - Long similarity index 95% rename from config/waybar/configs/Minimalist Stretch [TOP] rename to config/waybar/configs/[TOP] Minimal - Long index dc519ad..8bc41ea 100644 --- a/config/waybar/configs/Minimalist Stretch [TOP] +++ b/config/waybar/configs/[TOP] Minimal - Long @@ -1,6 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -// ### SIMPLE - Long ### // +// ### Minimal - Long ### // { "include": "~/.config/waybar/modules", diff --git a/config/waybar/configs/Minimalist [TOP] b/config/waybar/configs/[TOP] Minimal - Short similarity index 93% rename from config/waybar/configs/Minimalist [TOP] rename to config/waybar/configs/[TOP] Minimal - Short index 1368667..2282d93 100644 --- a/config/waybar/configs/Minimalist [TOP] +++ b/config/waybar/configs/[TOP] Minimal - Short @@ -1,6 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -// ### SIMPLE -SHORT ### // +// ### Minimal -SHORT ### // { "include": "~/.config/waybar/modules", diff --git a/config/waybar/configs/Peony [TOP] b/config/waybar/configs/[TOP] Peony similarity index 100% rename from config/waybar/configs/Peony [TOP] rename to config/waybar/configs/[TOP] Peony diff --git a/config/waybar/configs/ClassySleek [TOP] b/config/waybar/configs/[TOP] Sleek similarity index 97% rename from config/waybar/configs/ClassySleek [TOP] rename to config/waybar/configs/[TOP] Sleek index 311a094..5f3b39c 100644 --- a/config/waybar/configs/ClassySleek [TOP] +++ b/config/waybar/configs/[TOP] Sleek @@ -1,6 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ - -// ClassySleek +// Sleek { "include": "~/.config/waybar/modules", diff --git a/config/waybar/style/Monochrome Manifest.css b/config/waybar/style/[Black & White] Monochrome.css similarity index 99% rename from config/waybar/style/Monochrome Manifest.css rename to config/waybar/style/[Black & White] Monochrome.css index fd92aef..a9eeaa5 100644 --- a/config/waybar/style/Monochrome Manifest.css +++ b/config/waybar/style/[Black & White] Monochrome.css @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* MonoChrome Manifest */ +/* Black & White MonoChrome */ * { font-family: "JetBrainsMono Nerd Font"; diff --git a/config/waybar/style/Chroma Fusion Edge.css b/config/waybar/style/[Bordered Pywal] Chroma Fusion Edge.css similarity index 99% rename from config/waybar/style/Chroma Fusion Edge.css rename to config/waybar/style/[Bordered Pywal] Chroma Fusion Edge.css index 0ae1be5..d26c6a2 100644 --- a/config/waybar/style/Chroma Fusion Edge.css +++ b/config/waybar/style/[Bordered Pywal] Chroma Fusion Edge.css @@ -1,5 +1,6 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ /* ....Chroma Fusion Edge .... */ +/* Pywal & Catppuccin - Bordered */ @define-color white #F2F2F2; @define-color black #000000; diff --git a/config/waybar/style/Chroma Glow.css b/config/waybar/style/[Colored] Chroma Glow.css similarity index 100% rename from config/waybar/style/Chroma Glow.css rename to config/waybar/style/[Colored] Chroma Glow.css diff --git a/config/waybar/style/Translucent Chromatic.css b/config/waybar/style/[Colored] Translucent.css similarity index 99% rename from config/waybar/style/Translucent Chromatic.css rename to config/waybar/style/[Colored] Translucent.css index 6d02815..9a096c3 100644 --- a/config/waybar/style/Translucent Chromatic.css +++ b/config/waybar/style/[Colored] Translucent.css @@ -13,7 +13,7 @@ @define-color accent6 #0db9d7; /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Translucent Chromatic */ +/* Translucent */ * { font-family: "JetBrainsMono Nerd Font"; diff --git a/config/waybar/style/Aurora Blossom.css b/config/waybar/style/[Colorful] Aurora Blossom.css similarity index 100% rename from config/waybar/style/Aurora Blossom.css rename to config/waybar/style/[Colorful] Aurora Blossom.css diff --git a/config/waybar/style/Aurora.css b/config/waybar/style/[Colorful] Aurora.css similarity index 99% rename from config/waybar/style/Aurora.css rename to config/waybar/style/[Colorful] Aurora.css index f09b611..b151b9c 100644 --- a/config/waybar/style/Aurora.css +++ b/config/waybar/style/[Colorful] Aurora.css @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Aurora Blossom */ +/* Aurora */ * { font-family: "JetBrainsMono Nerd Font"; diff --git a/config/waybar/style/Rainbow Spectrum.css b/config/waybar/style/[Colorful] Rainbow Spectrum.css similarity index 100% rename from config/waybar/style/Rainbow Spectrum.css rename to config/waybar/style/[Colorful] Rainbow Spectrum.css diff --git a/config/waybar/style/Obsidian Edge.css b/config/waybar/style/[Dark] Obsidian Edge.css similarity index 99% rename from config/waybar/style/Obsidian Edge.css rename to config/waybar/style/[Dark] Obsidian Edge.css index e1d6340..587c3f0 100644 --- a/config/waybar/style/Obsidian Edge.css +++ b/config/waybar/style/[Dark] Obsidian Edge.css @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Obsidian Edge */ +/* Dark - Obsidian Edge */ @import '../../.cache/wal/colors-waybar.css'; diff --git a/config/waybar/style/Monochrome Contrast.css b/config/waybar/style/[Light] Monochrome Contrast.css similarity index 99% rename from config/waybar/style/Monochrome Contrast.css rename to config/waybar/style/[Light] Monochrome Contrast.css index b363008..d70ce5e 100644 --- a/config/waybar/style/Monochrome Contrast.css +++ b/config/waybar/style/[Light] Monochrome Contrast.css @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* MonoChrome Contrast */ +/* Light - MonoChrome Contrast */ * { font-family: "JetBrainsMono Nerd Font"; diff --git a/config/waybar/style/Obsidian Glow.css b/config/waybar/style/[Light] Obsidian Glow.css similarity index 99% rename from config/waybar/style/Obsidian Glow.css rename to config/waybar/style/[Light] Obsidian Glow.css index 2ffc148..9b4b07a 100644 --- a/config/waybar/style/Obsidian Glow.css +++ b/config/waybar/style/[Light] Obsidian Glow.css @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Obsidian Glow */ +/* Light - Obsidian Glow */ * { font-family: "JetBrainsMono Nerd Font"; diff --git a/config/waybar/style/Chroma Edge.css b/config/waybar/style/[Pywal] Chroma Edge.css similarity index 99% rename from config/waybar/style/Chroma Edge.css rename to config/waybar/style/[Pywal] Chroma Edge.css index e876240..acdfce2 100644 --- a/config/waybar/style/Chroma Edge.css +++ b/config/waybar/style/[Pywal] Chroma Edge.css @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Chroma Edge */ +/* Pywal Chroma Edge */ @import '../../.cache/wal/colors-waybar.css'; diff --git a/config/waybar/style/Chroma Fusion.css b/config/waybar/style/[Pywal] Chroma Fusion.css similarity index 99% rename from config/waybar/style/Chroma Fusion.css rename to config/waybar/style/[Pywal] Chroma Fusion.css index 4551251..3a2ddda 100644 --- a/config/waybar/style/Chroma Fusion.css +++ b/config/waybar/style/[Pywal] Chroma Fusion.css @@ -1,5 +1,6 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ /* ....Chroma Fusion Edge .... */ +/* Pywal -Catpuccin */ @define-color white #F2F2F2; @define-color black #000000; diff --git a/config/waybar/style/Chroma Tally.css b/config/waybar/style/[Pywal] Chroma Tally.css similarity index 99% rename from config/waybar/style/Chroma Tally.css rename to config/waybar/style/[Pywal] Chroma Tally.css index 7009c5d..5ea40d8 100644 --- a/config/waybar/style/Chroma Tally.css +++ b/config/waybar/style/[Pywal] Chroma Tally.css @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Chroma Tally */ +/* Pywal - Chroma Tally */ @import '../../.cache/wal/colors-waybar.css'; diff --git a/config/waybar/style/Pywallete Chroma.css b/config/waybar/style/[Pywal] Colored.css similarity index 99% rename from config/waybar/style/Pywallete Chroma.css rename to config/waybar/style/[Pywal] Colored.css index 57ef72f..b1e2b00 100644 --- a/config/waybar/style/Pywallete Chroma.css +++ b/config/waybar/style/[Pywal] Colored.css @@ -1,5 +1,5 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ -/* pywallete Chroma*/ +/* pywal Colored*/ @import '../../.cache/wal/colors-waybar.css'; diff --git a/config/waybar/style/Pywallete.css b/config/waybar/style/[Pywal] Simple.css similarity index 99% rename from config/waybar/style/Pywallete.css rename to config/waybar/style/[Pywal] Simple.css index fe08c19..9d8c1c8 100644 --- a/config/waybar/style/Pywallete.css +++ b/config/waybar/style/[Pywal] Simple.css @@ -1,5 +1,5 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ -/* pywallete */ +/* pywal - Simple */ *{ font-family: "JetBrainsMono Nerd Font"; diff --git a/config/waybar/style/Simple Style.css b/config/waybar/style/[Retro] Simple Style.css similarity index 100% rename from config/waybar/style/Simple Style.css rename to config/waybar/style/[Retro] Simple Style.css diff --git a/config/waybar/style/Crystal Clear.css b/config/waybar/style/[Transparent] Crystal Clear.css similarity index 100% rename from config/waybar/style/Crystal Clear.css rename to config/waybar/style/[Transparent] Crystal Clear.css diff --git a/copy.sh b/copy.sh index b561d1d..5db1ea5 100755 --- a/copy.sh +++ b/copy.sh @@ -214,17 +214,17 @@ printf "\n%.0s" {1..3} # Detect machine type and set Waybar configurations accordingly, logging the output if hostnamectl | grep -q 'Chassis: desktop'; then # Configurations for a desktop - ln -sf "$HOME/.config/waybar/configs/Default [TOP]" "$HOME/.config/waybar/config" 2>&1 | tee -a "$LOG" - rm -r "$HOME/.config/waybar/configs/Default [TOP]-Laptop" "$HOME/.config/waybar/configs/Default [Bottom]-Laptop" 2>&1 | tee -a "$LOG" + ln -sf "$HOME/.config/waybar/configs/[TOP] Default" "$HOME/.config/waybar/config" 2>&1 | tee -a "$LOG" + rm -r "$HOME/.config/waybar/configs/[TOP] Default Laptop" "$HOME/.config/waybar/configs/[BOT] Default Laptop" 2>&1 | tee -a "$LOG" else # Configurations for a laptop or any system other than desktop - ln -sf "$HOME/.config/waybar/configs/Default [TOP]-Laptop" "$HOME/.config/waybar/config" 2>&1 | tee -a "$LOG" - rm -r "$HOME/.config/waybar/configs/Default [TOP]" "$HOME/.config/waybar/configs/Default [Bottom]" 2>&1 | tee -a "$LOG" + ln -sf "$HOME/.config/waybar/configs/[TOP] Default Laptop" "$HOME/.config/waybar/config" 2>&1 | tee -a "$LOG" + rm -r "$HOME/.config/waybar/configs/[TOP] Default" "$HOME/.config/waybar/configs/[BOT] Default" 2>&1 | tee -a "$LOG" fi # symlinks for waybar style -ln -sf "$HOME/.config/waybar/style/Golden Noir.css" "$HOME/.config/waybar/style.css" && \ +ln -sf "$HOME/.config/waybar/style/[Pywal] Chroma Fusion.css" "$HOME/.config/waybar/style.css" && \ # initialize pywal to avoid config error on hyprland wal -i ~/Pictures/wallpapers/anime-girl-abyss.png 2>&1 | tee -a "$LOG"