diff --git a/README.md b/README.md index 4ff42ae..7d75dab 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ https://github.com/JaKooLit/Hyprland-Dots/assets/85185940/4bebe592-ca43-4962-9b5 - [`MORE INFO HERE`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update) > [!Note] > The auto copy script will create backups of intended folders to be copied. However, still a good idea to manually backup just incase script failed to backup! -- ~/.config (btop cava hypr kitty rofi swappy swaylock swaync waybar wlogout) - These are folders to be copied. +- ~/.config (btop cava hypr kitty rofi swappy swaync waybar wlogout) - These are folders to be copied. - ~/Pictures/wallpapers - Will be backed up - clone this repo by using git. Change directory, make executable and run the script ```bash diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 0d87044..1cf2366 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -40,6 +40,9 @@ windowrulev2 = float, class:([Tt]hunar), title:(File Operation Progress) windowrulev2 = float, class:([Tt]hunar), title:(Confirm to replace files) windowrulev2 = float, class:(xdg-desktop-portal-gtk) windowrulev2 = float, class:(org.gnome.Calculator), title:(Calculator) +windowrulev2 = float, class:(codium), title:(Add Folder to Workspace) +windowrulev2 = float, class:(codium-url-handler), title:(Add Folder to Workspace) +windowrulev2 = float, class:(VSCodium), title:(Add Folder to Workspace) #opacity (transparent) #enable as desired windowrulev2 = opacity 0.9 0.6, class:^([Rr]ofi)$ diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index 7810ad5..f5fe66d 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -7,7 +7,7 @@ # Variables scriptsDir=$HOME/.config/hypr/scripts -wallpaper=$HOME/Pictures/wallpapers/Anime-Landscape2.png +wallpaper=$HOME/Pictures/wallpapers/Lofi-Urban-Nightscape.png waybar_style="$HOME/.config/waybar/style/[Pywal] Chroma Tally.css" kvantum_theme="Catppuccin-Mocha" diff --git a/config/hypr/scripts/RofiEmoji.sh b/config/hypr/scripts/RofiEmoji.sh index cf6bec5..c92aec8 100755 --- a/config/hypr/scripts/RofiEmoji.sh +++ b/config/hypr/scripts/RofiEmoji.sh @@ -3,7 +3,7 @@ # Rofi Emoticons. Not my own. Cant remember the source sed '1,/^# # DATA # #$/d' $0 | -rofi -i -dmenu -config ~/.config/rofi/config-long.rasi| +rofi -i -dmenu -config ~/.config/rofi/config-emoji.rasi| cut -d ' ' -f 1 | tr -d '\n' | wl-copy exit diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi index ddc9a9d..60d0414 100644 --- a/config/rofi/config-clipboard.rasi +++ b/config/rofi/config-clipboard.rasi @@ -1,10 +1,10 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Clipboard Config (long) */ +/* Clipboard Config (long) - Clipboard */ @import "~/.config/rofi/config-long.rasi" /* ---- Entry ---- */ entry { - width: 600px; - placeholder: "CTRL Del - Cliphist del || Alt Del - cliphist wipe"; + width: 45%; + placeholder: "🔎 Search Clipboard **note** 👀 CTRL Del - Cliphist del or Alt Del - cliphist wipe"; } diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index d41fefd..e35ec79 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -10,10 +10,15 @@ configuration { /* ---- Window ---- */ window { - width: 500px; + width: 24%; border-radius: 15px; } +/* ---- Inputbar ---- */ +inputbar { + background-image: url("~/.config/rofi/.current_wallpaper", width); +} + /* ---- Imagebox ---- */ imagebox { orientation: vertical; @@ -21,8 +26,9 @@ imagebox { [ "entry", "listview"]; } +/* ---- Entry input ---- */ entry { - width: 400px; + width: 18%; placeholder: " View / Edit Hyprland Configs"; } @@ -32,7 +38,7 @@ listview { lines: 10; spacing: 4px; scrollbar: false; - border-radius: 10px; + border-radius: 12px; } /* ---- Element ---- */ diff --git a/config/rofi/config-emoji.rasi b/config/rofi/config-emoji.rasi new file mode 100644 index 0000000..53a7ffb --- /dev/null +++ b/config/rofi/config-emoji.rasi @@ -0,0 +1,10 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Main Config (long) - emoji */ + +@import "~/.config/rofi/config-long.rasi" + +/* ---- Entry ---- */ +entry { + width: 45%; + placeholder: "🔎 Search Emoji's **note** 👀 Click or Return to choose | Ctrl V to Paste"; +} diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi index 99f35d6..b75d3d5 100644 --- a/config/rofi/config-long.rasi +++ b/config/rofi/config-long.rasi @@ -3,44 +3,18 @@ @import "~/.config/rofi/config.rasi" -/* ---- Configuration ---- */ -configuration { - modi: "drun"; -} - /* ---- Window ---- */ window { - width: 700px; -} - -/* ---- Inputbar ---- */ -inputbar { - children: - ["entry"]; + width: 50%; } +/* ---- Entry ---- */ entry { - placeholder: "🔎 Search"; - width: 600px; + placeholder: "🔎 Search "; } /* ---- Listview ---- */ listview { columns: 1; - lines: 9; - spacing: 4px; - fixed-columns: true; - border-radius: 10px; - scrollbar: false; -} - -/*****----- Message -----*****/ -message { - background-color: transparent; - border-radius: 10px; -} - -textbox { - padding: 6px; - background-color: transparent; -} + lines: 10; +} \ No newline at end of file diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi index 5f7872f..efd6703 100644 --- a/config/rofi/config-rofi-Beats.rasi +++ b/config/rofi/config-rofi-Beats.rasi @@ -10,5 +10,5 @@ entry { /* ---- Listview ---- */ listview { - lines: 7; + lines: 10; } \ No newline at end of file diff --git a/config/rofi/config-search.rasi b/config/rofi/config-search.rasi index 149748d..2fc2f47 100644 --- a/config/rofi/config-search.rasi +++ b/config/rofi/config-search.rasi @@ -5,7 +5,7 @@ /* ---- Window ---- */ window { - width: 700px; + width: 40%; location: north; } diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index bde4e07..3cfecc4 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -28,7 +28,7 @@ entry { /* ---- Listview ---- */ listview { columns: 4; - lines: 4; + lines: 3; } /* ---- Element ---- */ diff --git a/config/rofi/config-zsh-theme.rasi b/config/rofi/config-zsh-theme.rasi index edc7a3e..ffa8bd1 100644 --- a/config/rofi/config-zsh-theme.rasi +++ b/config/rofi/config-zsh-theme.rasi @@ -10,7 +10,7 @@ configuration { /* ---- Window ---- */ window { - width: 900px; + width: 40%; border-radius: 15px; } diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi old mode 100644 new mode 100755 index f2353a6..5a161f2 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -1,11 +1,11 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Main Config 1440p */ +/* Main Config 1080p */ /* ---- Configuration ---- */ configuration { modi: "drun,run,filebrowser"; - font: "Fira Code SemiBold 13"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: "Apps"; display-run: "Run"; @@ -49,7 +49,7 @@ window { anchor: center; // Style Values - width: 1100px; + width: 50%; background-color: #00000099; } @@ -82,7 +82,7 @@ entry { padding: 10px; border-radius: 12px; background-color: @background-alt; - text-color: @text-selected; + text-color: inherit; cursor: text; placeholder: " Search "; // << Search symbol placeholder-color: inherit; @@ -101,7 +101,7 @@ listbox { listview { enabled: true; columns: 2; - lines: 8; + lines: 6; cycle: true; dynamic: true; scrollbar: false; @@ -129,7 +129,7 @@ mode-switcher{ background-color: transparent; } button { - width: 110px; + width: 5%; padding: 12px; border-radius: 12px; background-color: @background-alt; @@ -199,7 +199,7 @@ element-icon { } element-text { background-color: transparent; - font: "Fira Code SemiBold 16"; + font: "Fira Code SemiBold 14"; text-color: inherit; cursor: inherit; vertical-align: 0.5; diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi old mode 100644 new mode 100755 index 907c7ad..5a161f2 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -49,7 +49,7 @@ window { anchor: center; // Style Values - width: 800px; + width: 50%; background-color: #00000099; } @@ -82,7 +82,7 @@ entry { padding: 10px; border-radius: 12px; background-color: @background-alt; - text-color: @text-selected; + text-color: inherit; cursor: text; placeholder: " Search "; // << Search symbol placeholder-color: inherit; @@ -129,7 +129,7 @@ mode-switcher{ background-color: transparent; } button { - width: 95px; + width: 5%; padding: 12px; border-radius: 12px; background-color: @background-alt; diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index f2353a6..1ed7973 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -49,7 +49,7 @@ window { anchor: center; // Style Values - width: 1100px; + width: 40%; background-color: #00000099; } @@ -218,7 +218,6 @@ textbox { background-color: @background-alt; text-color: @foreground; vertical-align: 0.5; - horizontal-align: 0.0; } error-message { padding: 12px; diff --git a/config/swaylock/config b/config/swaylock/config deleted file mode 100644 index 53e0b0a..0000000 --- a/config/swaylock/config +++ /dev/null @@ -1,59 +0,0 @@ -daemonize -show-failed-attempts -clock - -# AM/PM formats (American Format) -#datestr=%a, %B %e -#timestr=%I:%M %p - -#24 HRS clock format and standard Europe Date Format -timestr=%H:%M:%S -datestr=%d %B, %a - -# Add current display as background -#screenshots - -# Add an image as a background. You need to disable screenshots above -image=$HOME/.config/rofi/.current_wallpaper - -# Effect for background -# NOTE: if you choose image as wallpaper, you may want to comment (#) these effects -# effect-blur=9x5 -# effect-vignette=0.5:0.5 -effect-greyscale -# effect-pixelate=5 - -color=1f1d2e80 -font="Fira Code Medium" -indicator -indicator-radius=200 -indicator-thickness=20 - -text-color=e0def4 -text-caps-lock-color=ffffff -inside-color=000000 -line-color=1f1d2e -ring-color=191724 -separator-color=00000000 -text-ver-color=ffffff -inside-ver-color=000000 -line-ver-color=0000ff -ring-ver-color=2777ff -text-wrong-color=ff0000 -inside-wrong-color=000000 -line-wrong-color=000000 -ring-wrong-color=ff8000 -text-clear-color=000000 -inside-clear-color=ffffff -line-clear-color=00ff00 -ring-clear-color=0ffff0 -key-hl-color=ff0000 -bs-hl-color=ffffff - -grace=1 -grace-no-mouse -grace-no-touch -fade-in=0.2 -ignore-empty-password - - diff --git a/config/swaync/config.json b/config/swaync/config.json old mode 100644 new mode 100755 diff --git a/config/swaync/icons/backup.png b/config/swaync/icons/backup.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/battery-quarter-solid.svg b/config/swaync/icons/battery-quarter-solid.svg old mode 100644 new mode 100755 diff --git a/config/swaync/icons/battery-status.png b/config/swaync/icons/battery-status.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/brightness-100.png b/config/swaync/icons/brightness-100.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/brightness-20.png b/config/swaync/icons/brightness-20.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/brightness-40.png b/config/swaync/icons/brightness-40.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/brightness-60.png b/config/swaync/icons/brightness-60.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/brightness-80.png b/config/swaync/icons/brightness-80.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/dropper.png b/config/swaync/icons/dropper.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/microphone-mute.png b/config/swaync/icons/microphone-mute.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/microphone.png b/config/swaync/icons/microphone.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/music.png b/config/swaync/icons/music.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/palette.png b/config/swaync/icons/palette.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/picture.png b/config/swaync/icons/picture.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/timer.png b/config/swaync/icons/timer.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/uptime.png b/config/swaync/icons/uptime.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/volume-high.png b/config/swaync/icons/volume-high.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/volume-low.png b/config/swaync/icons/volume-low.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/volume-mid.png b/config/swaync/icons/volume-mid.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/volume-mute.png b/config/swaync/icons/volume-mute.png old mode 100644 new mode 100755 diff --git a/config/swaync/icons/vpn.png b/config/swaync/icons/vpn.png old mode 100644 new mode 100755 diff --git a/config/swaync/images/bell.png b/config/swaync/images/bell.png old mode 100644 new mode 100755 diff --git a/config/swaync/style.css b/config/swaync/style.css old mode 100644 new mode 100755 index 728e215..da3746c --- a/config/swaync/style.css +++ b/config/swaync/style.css @@ -6,13 +6,13 @@ @define-color noti-bg rgba(0, 0, 0, 0.8); @define-color noti-bg-alt #111111; @define-color noti-bg-hover @color2; -@define-color text-color @color2; -@define-color text-color-alt @color7; +@define-color text-color @color7; +@define-color text-color-alt @color2; @define-color text-color-disabled rgba(150, 150, 150, 0.8); * { - font-family: FiraCode; - font-weight: Bolder; + font-family: "JetBrains Mono Nerd Font"; + font-weight: bold; } .control-center .notification-row:focus, @@ -36,7 +36,7 @@ background: @noti-bg; padding: 3px 10px 3px 6px; border-radius: 10px; - border: 2px solid @noti-border-color; + border: 1px solid @noti-border-color; margin: 0px; } @@ -136,7 +136,7 @@ .summary { font-size: 1rem; - font-weight: 200; + font-weight: bold; background: transparent; color: @text-color-alt; text-shadow: none @@ -144,7 +144,7 @@ .time { font-size: 1rem; - font-weight: 200; + font-weight: bold; background: transparent; color: @text-color; text-shadow: none; @@ -153,7 +153,7 @@ .body { font-size: 1rem; - font-weight: 200; + font-weight: bold; background: transparent; color: @text-color; text-shadow: none diff --git a/config/waybar/configs/[TOP] Default Laptop_v2 b/config/waybar/configs/[TOP] Default Laptop_v2 index d60189d..31f3d6e 100644 --- a/config/waybar/configs/[TOP] Default Laptop_v2 +++ b/config/waybar/configs/[TOP] Default Laptop_v2 @@ -17,11 +17,11 @@ "modules-left": [ "custom/menu", + "custom/light_dark", "custom/separator#dot-line", - "clock", "group/motherboard", - "custom/separator#blank" - "group/laptop" + "custom/separator#blank", + "group/laptop", "custom/separator#line", "custom/weather", ], @@ -29,7 +29,8 @@ "modules-center": [ "custom/swaync", "custom/cava_mviz", - "custom/light_dark", + "custom/separator#dot-line", + "clock", "custom/separator#line", "hyprland/workspaces#roman", "custom/separator#line", diff --git a/config/waybar/configs/[TOP] Default_v2 b/config/waybar/configs/[TOP] Default_v2 index f865f22..0b4c90d 100644 --- a/config/waybar/configs/[TOP] Default_v2 +++ b/config/waybar/configs/[TOP] Default_v2 @@ -17,8 +17,8 @@ "modules-left": [ "custom/menu", + "custom/light_dark", "custom/separator#dot-line", - "clock", "group/motherboard", "custom/separator#line", "custom/weather", @@ -27,7 +27,8 @@ "modules-center": [ "custom/swaync", "custom/cava_mviz", - "custom/light_dark", + "custom/separator#dot-line", + "clock", "custom/separator#line", "hyprland/workspaces#roman", "custom/separator#line", diff --git a/config/waybar/style/[Pywal] Chroma Tally.css b/config/waybar/style/[Pywal] Chroma Tally.css index 5b080a5..41a15f3 100644 --- a/config/waybar/style/[Pywal] Chroma Tally.css +++ b/config/waybar/style/[Pywal] Chroma Tally.css @@ -22,43 +22,43 @@ window#waybar { } #workspaces { - background: #0F1419; - padding: 0px 1px; - border-radius: 15px; - border: 0px; - font-style: normal; - color: #0F1419; + background: #0F1419; + padding: 0px 1px; + border-radius: 15px; + border: 0px; + font-style: normal; + color: #0F1419; } #taskbar button, #workspaces button { - padding: 0px 5px; - border-radius: 15px; - border: 0px; - color: #0F1419; - background: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF); - opacity: 0.5; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); + padding: 0px 5px; + border-radius: 15px; + border: 0px; + color: #0F1419; + background: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF); + opacity: 0.5; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #taskbar button.active, #workspaces button.active { - padding: 0px 5px; - border-radius: 15px; - border: 0px; - color: #0F1419; - background: linear-gradient(45deg, #59C2FF, #D2A6FF); - opacity: 1.0; - min-width: 40px; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); + padding: 0px 5px; + border-radius: 15px; + border: 0px; + color: #0F1419; + background: linear-gradient(45deg, #59C2FF, #D2A6FF); + opacity: 1.0; + min-width: 40px; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button:hover { - border-radius: 15px; - color: #0F1419; - background: linear-gradient(45deg, #59C2FF, #D2A6FF); - opacity: 0.8; - transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); + border-radius: 15px; + color: #0F1419; + background: linear-gradient(45deg, #59C2FF, #D2A6FF); + opacity: 0.8; + transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } diff --git a/copy.sh b/copy.sh index 4bb1c52..2e94494 100755 --- a/copy.sh +++ b/copy.sh @@ -3,7 +3,7 @@ clear -wallpaper=$HOME/Pictures/wallpapers/Anime-Landscape2.png +wallpaper=$HOME/Pictures/wallpapers/Lofi-Urban-Nightscape.png Waybar_Style="$HOME/.config/waybar/style/[Pywal] Chroma Tally.css" # Check if running as root. If root, script will exit @@ -209,7 +209,7 @@ get_backup_dirname() { echo "back-up_${timestamp}" } -for DIR in btop cava hypr kitty Kvantum qt5ct qt6ct rofi swappy swaync swaylock wal waybar wlogout; do +for DIR in btop cava hypr kitty Kvantum qt5ct qt6ct rofi swappy swaync wal waybar wlogout; do DIRPATH=~/.config/"$DIR" if [ -d "$DIRPATH" ]; then echo -e "${NOTE} - Config for $DIR found, attempting to back up." @@ -259,7 +259,7 @@ else rm -r "$HOME/.config/waybar/configs/[TOP] Default_v2" 2>&1 | tee -a "$LOG" fi -printf "\n%.0s" {1..3} +printf "\n%.0s" {1..2} # additional wallpapers echo "$(tput setaf 6) By default only a few wallpapers are copied...$(tput sgr0)" diff --git a/wallpapers/Anime-girl.jpg b/wallpapers/Anime-girl.jpg deleted file mode 100644 index 092fe7c..0000000 Binary files a/wallpapers/Anime-girl.jpg and /dev/null differ diff --git a/wallpapers/Lofi-Urban-Nightscape.png b/wallpapers/Lofi-Urban-Nightscape.png new file mode 100644 index 0000000..42dc718 Binary files /dev/null and b/wallpapers/Lofi-Urban-Nightscape.png differ