diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index 17d77af..5873427 100755 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -219,7 +219,7 @@ # corners. # The radius will be automatically lowered if it exceeds half of the # notification height to avoid clipping text and/or icons. - corner_radius = 10 + corner_radius = 12 ### Legacy diff --git a/config/hypr/configs/Execs.conf b/config/hypr/configs/Execs.conf index 478eac2..70b3b80 100644 --- a/config/hypr/configs/Execs.conf +++ b/config/hypr/configs/Execs.conf @@ -46,8 +46,8 @@ exec-once = $scriptsDir/RainbowBorders.sh # exec-once = $scriptsDir/AppAutoClose.sh # sway-idle with lock only -exec-once = swayidle -w timeout 1200 '$lock' +exec-once = swayidle -w timeout 900 '$lock' # sway-idle with lock and sleep -#exec-once = swayidle -w timeout 1200 '$lock' timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lock' +#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 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' +#exec-once = swayidle -w timeout 900 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' diff --git a/config/hypr/scripts/Refresh.sh b/config/hypr/scripts/Refresh.sh index b5e705d..cd399b0 100755 --- a/config/hypr/scripts/Refresh.sh +++ b/config/hypr/scripts/Refresh.sh @@ -6,7 +6,7 @@ SCRIPTSDIR=$HOME/.config/hypr/scripts _ps=(waybar rofi) for _prs in "${_ps[@]}"; do if pidof "${_prs}" >/dev/null; then - pkill "${_prs}" + killall "${_prs}" fi done @@ -14,7 +14,7 @@ done waybar & # Relaunch dunst with pywal-borders -${SCRIPTSDIR}/PywalDunst.sh +${SCRIPTSDIR}/PywalDunst.sh & ## trying to figure out how to restart Rainbow borders #sleep 1 diff --git a/config/hypr/scripts/WallpaperRandom.sh b/config/hypr/scripts/WallpaperRandom.sh index 4184fca..e0f8ee7 100755 --- a/config/hypr/scripts/WallpaperRandom.sh +++ b/config/hypr/scripts/WallpaperRandom.sh @@ -29,7 +29,7 @@ while true; do done \ | sort -n | cut -d':' -f2- \ | while read -r img; do - swww img "$img" && $pywal_script && $pywal_refresh + swww img "$img" & $pywal_script & $pywal_refresh sleep $INTERVAL done diff --git a/config/hypr/v2.1.10 b/config/hypr/v2.1.11 similarity index 100% rename from config/hypr/v2.1.10 rename to config/hypr/v2.1.11 diff --git a/config/swaylock/config b/config/swaylock/config index fd13da9..985bd1a 100644 --- a/config/swaylock/config +++ b/config/swaylock/config @@ -1,44 +1,68 @@ -daemonize -show-failed-attempts +## Swaylock-effects config + +ignore-empty-password +font="Fira Sans Semibold" + +# clock choose between AM/PM or 24H clock -screenshot -effect-blur=9x5 -effect-vignette=0.5:0.5 -color=1f1d2e80 -font="Inter" +# 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=5x4 +# effect-greyscale +# effect-pixelate=5 +# effect-vignette 0:1 + +# Fade in time (secs) +fade-in=0.5 + +# Show/Hide indicator circle indicator + +# indicator (higher number means bigger clock) indicator-radius=200 + indicator-thickness=20 -line-color=1f1d2e -ring-color=191724 -inside-color=1f1d2e +indicator-caps-lock + +# colors +bs-hl-color=31748f +inside-color=323232 key-hl-color=eb6f92 +line-color=4f4f4f +ring-color=4f4f4f separator-color=00000000 text-color=e0def4 -text-caps-lock-color="" + +inside-ver-color=1f1d2e line-ver-color=eb6f92 ring-ver-color=eb6f92 -inside-ver-color=1f1d2e text-ver-color=e0def4 + +inside-wrong-color=1f1d2e +line-wrong-color=1f1d2e ring-wrong-color=31748f text-wrong-color=31748f -inside-wrong-color=1f1d2e + inside-clear-color=1f1d2e -text-clear-color=e0def4 -ring-clear-color=9ccfd8 line-clear-color=1f1d2e -line-wrong-color=1f1d2e -bs-hl-color=31748f -grace=1 -grace-no-mouse -grace-no-touch -fade-in=0.2 -ignore-empty-password - -# AM/PM formats (American Format) -#datestr=%a, %B %e -#timestr=%I:%M %p +ring-clear-color=9ccfd8 +text-clear-color=e0def4 -#24 HRS clock format and standard Europe Date Format -timestr=%H:%M:%S -datestr=%d %B, %a +caps-lock-bs-hl-color=ffffff +caps-lock-key-hl-color=ffffff +text-caps-lock-color=ffffff +#disable-caps-lock-text diff --git a/config/waybar/configs/Simple-L [TOP] b/config/waybar/configs/Simple-L [TOP] index a818400..c6a01d0 100644 --- a/config/waybar/configs/Simple-L [TOP] +++ b/config/waybar/configs/Simple-L [TOP] @@ -1,6 +1,6 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -// ### SIMPLE ### // +// ### SIMPLE - Long ### // { "include": "~/.config/waybar/modules", diff --git a/config/waybar/style/Black & White.css b/config/waybar/style/Black & White.css index 5976090..5e166c4 100644 --- a/config/waybar/style/Black & White.css +++ b/config/waybar/style/Black & White.css @@ -56,6 +56,10 @@ tooltip label{ border-style: solid; border-color: white; border-radius: 10px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } .modules-center { background-color: black;; @@ -63,6 +67,10 @@ tooltip label{ border-style: solid; border-color: white; border-radius: 10px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } .modules-left { background-color: black; @@ -70,40 +78,44 @@ tooltip label{ border-style: solid; border-color: white; border-radius: 10px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } /*-----modules indv----*/ #workspaces button { - background-color: transparent; box-shadow: none; text-shadow: none; padding: 0px; border-radius: 9px; - padding-left: 3px; - padding-right: 3px; + padding-left: 4px; + padding-right: 4px; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button:hover { color: grey; - background-color: rgba(0,153,153,0); - padding-left: 3px; - padding-right: 3px; + background-color: rgba(0,153,153,0.2); + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } -#workspaces button.focused { - background-color: rgba(0,85,102,0); -} #workspaces button.active { color: white; - background-color: rgba(191, 191, 191,0.1); - padding-left: 12px; - padding-right: 12px; + background: rgba(191, 191, 191,0.1); + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } +#workspaces button.persistent { + border-radius: 10px; +} + #backlight, #backlight-slider, #battery, @@ -150,10 +162,10 @@ tooltip label{ #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - padding-top: 3px; - padding-bottom: 3px; - padding-left: 6px; - padding-right: 6px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } #mode { color: #cc3436; @@ -195,15 +207,15 @@ tooltip label{ #taskbar button.active { background-color: #7f849c; - padding-left: 12px; - padding-right: 12px; + padding-left: 6px; + padding-right: 6px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #taskbar button:hover { - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } diff --git a/config/waybar/style/Catppuccin-Latte.css b/config/waybar/style/Catppuccin-Latte.css index d7bf65d..8f0ef62 100644 --- a/config/waybar/style/Catppuccin-Latte.css +++ b/config/waybar/style/Catppuccin-Latte.css @@ -90,10 +90,10 @@ window#waybar.hidden { #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - padding-top: 3px; - padding-bottom: 3px; - padding-left: 5px; - padding-right: 5px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } #idle_inhibitor { @@ -165,44 +165,44 @@ window#waybar.hidden { text-shadow: none; padding: 0px; border-radius: 9px; - padding-left: 3px; - padding-right: 3px; + padding-left: 4px; + padding-right: 4px; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button:hover { - border-radius: 8px; + border-radius: 10px; color: @overlay0; background-color: @surface0; - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button.persistent { - color: @surface1; - border-radius: 0px; + color: @surface1; + border-radius: 10px; } #workspaces button.active { color: @peach; - border-radius: 8px; - padding-left: 12px; - padding-right: 12px; + border-radius: 10px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button.urgent { - color: @red; - border-radius: 0px; + color: @red; + border-radius: 0px; } #taskbar button.active { - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } diff --git a/config/waybar/style/Catppuccin-Mocha.css b/config/waybar/style/Catppuccin-Mocha.css index 32582a9..914dc8d 100644 --- a/config/waybar/style/Catppuccin-Mocha.css +++ b/config/waybar/style/Catppuccin-Mocha.css @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Catppuccin Latte */ +/* Catppuccin Mocha */ * { font-family: "JetBrainsMono Nerd Font"; @@ -32,15 +32,22 @@ window#waybar.hidden { /* This section can be use if you want to separate waybar modules */ .modules-left, .modules-center, .modules-right { - background: @theme_base_color; - border: 0.5px solid @overlay0; - padding: 0px 5px; - border-radius: 10px; + background: @theme_base_color; + border: 0.5px solid @overlay0; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; + border-radius: 10px; + } - .modules-left, .modules-right { - border: 1px solid @blue; - /*margin: 0px 5px;*/ +.modules-left, .modules-right { + border: 1px solid @blue; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } #backlight, @@ -89,10 +96,10 @@ window#waybar.hidden { #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - padding-top: 3px; - padding-bottom: 3px; - padding-left: 5px; - padding-right: 5px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } #idle_inhibitor { @@ -164,8 +171,8 @@ window#waybar.hidden { text-shadow: none; padding: 0px; border-radius: 9px; - padding-left: 3px; - padding-right: 3px; + padding-left: 4px; + padding-right: 4px; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } @@ -174,22 +181,22 @@ window#waybar.hidden { border-radius: 8px; color: @overlay0; background-color: @surface0; - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button.persistent { color: @surface1; - border-radius: 0px; + border-radius: 10px; } #workspaces button.active { color: @peach; border-radius: 8px; - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -200,15 +207,15 @@ window#waybar.hidden { } #taskbar button.active { - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #taskbar button:hover { - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } diff --git a/config/waybar/style/Chroma Tally.css b/config/waybar/style/Chroma Tally.css index 72745a7..96f416a 100644 --- a/config/waybar/style/Chroma Tally.css +++ b/config/waybar/style/Chroma Tally.css @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Colored Line */ +/* Chroma Tally */ @import '../../.cache/wal/colors-waybar.css'; @@ -27,8 +27,8 @@ window#waybar { text-shadow: none; padding: 0px; border-radius: 9px; - padding-left: 3px; - padding-right: 3px; + padding-left: 4px; + padding-right: 4px; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } @@ -39,16 +39,16 @@ window#waybar { border-style: solid; border-radius: 15px; background-color: @color2; - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button:hover { background-color: rgba(0,153,153,0); - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } diff --git a/config/waybar/style/Colored (Bordered).css b/config/waybar/style/Colored (Bordered).css index ada3cf5..07146cb 100644 --- a/config/waybar/style/Colored (Bordered).css +++ b/config/waybar/style/Colored (Bordered).css @@ -56,26 +56,23 @@ tooltip label{ text-shadow: none; padding: 0px; border-radius: 9px; - padding-left: 3px; - padding-right: 3px; + padding-left: 4px; + padding-right: 4px; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } -#workspaces button.focused { - background-color: transparent; -} #workspace button.hover { background-color: transparent; - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button.active { color: white; - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -84,6 +81,7 @@ tooltip label{ background-color: #eb4d4b; } + #backlight, #backlight-slider, #battery, @@ -127,10 +125,10 @@ tooltip label{ #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - padding-top: 3px; - padding-bottom: 3px; - padding-left: 10px; - padding-right: 10px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; color: #e5e5e5; /* color: #bf616a; */ border-radius: 12px; diff --git a/config/waybar/style/Crimson.css b/config/waybar/style/Crimson.css index 171b8d7..dc36fb3 100644 --- a/config/waybar/style/Crimson.css +++ b/config/waybar/style/Crimson.css @@ -45,24 +45,24 @@ tooltip { /*-----module groups----*/ .modules-right { - padding-top: 4px; - padding-bottom: 4px; - padding-left: 5px; - padding-right: 5px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } .modules-center { - padding-top: 4px; - padding-bottom: 4px; - padding-left: 5px; - padding-right: 5px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } .modules-left { - padding-top: 4px; - padding-bottom: 4px; - padding-left: 5px; - padding-right: 5px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } #workspaces button { @@ -71,8 +71,8 @@ tooltip { text-shadow: none; padding: 0px; border-radius: 9px; - padding-left: 3px; - padding-right: 3px; + padding-left: 4px; + padding-right: 4px; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } @@ -82,8 +82,8 @@ tooltip { background-color: #000000; border: 1px solid grey; border-radius: 15px 15px 15px 15px; - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -156,8 +156,8 @@ tooltip { color: wheat; padding-top: 2px; padding-bottom: 2px; - padding-right: 10px; - padding-left: 10px; + padding-right: 4px; + padding-left: 4px; } #temperature.critical { @@ -172,6 +172,7 @@ tooltip { #taskbar button.active { background-color: rgb(128, 31, 31); + border-radius: 8px; border: 1px solid grey; padding-left: 12px; padding-right: 12px; diff --git a/config/waybar/style/Dark.css b/config/waybar/style/Dark.css index 1ee744c..e153d89 100644 --- a/config/waybar/style/Dark.css +++ b/config/waybar/style/Dark.css @@ -81,8 +81,8 @@ tooltip label { text-shadow: none; padding: 0px; border-radius: 9px; - padding-left: 3px; - padding-right: 3px; + padding-left: 4px; + padding-right: 4px; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } @@ -90,8 +90,8 @@ tooltip label { #workspaces button.active { color: @foreground; border-radius: 15px 15px 15px 15px; - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -108,8 +108,8 @@ tooltip label { #workspaces button:hover { color: #9CCFD8; border-radius: 15px; - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -163,7 +163,8 @@ tooltip label { color: @foreground; padding-top: 2px; padding-bottom: 2px; - padding: 1px 4px; + padding-right: 4px; + padding-left: 4px; border-radius: 8px; } diff --git a/config/waybar/style/Golden Noir.css b/config/waybar/style/Golden Noir.css index ce7c2e2..14a55d6 100644 --- a/config/waybar/style/Golden Noir.css +++ b/config/waybar/style/Golden Noir.css @@ -50,10 +50,10 @@ tooltip { /*-----module groups----*/ .modules-right { - padding-top: 3px; - padding-bottom: 3px; - padding-right: 5px; - padding-left: 5px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } @@ -61,17 +61,17 @@ tooltip { border-left: 1px solid #ffd700; border-right: 1px solid #ffd700; border-radius: 20px; - padding-top: 3px; - padding-bottom: 3px; - padding-right: 5px; - padding-left: 5px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } .modules-left { - padding-top: 3px; - padding-bottom: 3px; - padding-right: 5px; - padding-left: 5px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } #workspaces button { @@ -80,8 +80,8 @@ tooltip { text-shadow: none; padding: 0px; border-radius: 9px; - padding-left: 3px; - padding-right: 3px; + padding-left: 4px; + padding-right: 4px; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } @@ -91,8 +91,8 @@ tooltip { border-radius: 50%; background-color: black; border-radius: 15px 15px 15px 15px; - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -109,8 +109,8 @@ tooltip { #workspaces button:hover { color: #ffd700; border-radius: 15px; - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -166,8 +166,10 @@ tooltip { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: #e5d9f5; - padding-right: 8px; - padding-left: 8px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } #temperature.critical { diff --git a/config/waybar/style/Light.css b/config/waybar/style/Light.css index 0d4a40f..60fca0c 100644 --- a/config/waybar/style/Light.css +++ b/config/waybar/style/Light.css @@ -78,8 +78,8 @@ tooltip label { text-shadow: none; padding: 0px; border-radius: 9px; - padding-left: 3px; - padding-right: 3px; + padding-left: 4px; + padding-right: 4px; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } @@ -87,8 +87,8 @@ tooltip label { #workspaces button.active { color: #000000; border-radius: 15px 15px 15px 15px; - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -105,8 +105,8 @@ tooltip label { #workspaces button:hover { color: #000000; border-radius: 15px; - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -158,7 +158,10 @@ tooltip label { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: #000000; - padding: 1px 5px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; border-radius: 8px; } diff --git a/config/waybar/style/Purpl.css b/config/waybar/style/Purpl.css index 6aeb41b..226a540 100644 --- a/config/waybar/style/Purpl.css +++ b/config/waybar/style/Purpl.css @@ -1,6 +1,6 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ /* .........................................*/ -/* .............Purple..................... */ +/* .............Purpl..................... */ /* ...................,.................... */ /* --- 👍 designed by https://github.com/Krautt 👍 --- */ @@ -51,12 +51,17 @@ tooltip { border: 5px solid #20052a; border-radius: 100px 0px 0px 0px; background-color: #3d174b; - padding-right: 10px; - padding-left: 10px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } .modules-center { - /*background-color: #1e1e2e;*/ + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } @@ -66,8 +71,10 @@ tooltip { border: 5px solid #20052a; border-radius: 0px 0px 100px 0px; background-color: #441a53; - padding-right: 10px; - padding-left: 10px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } #workspaces button { @@ -76,8 +83,8 @@ tooltip { text-shadow: none; padding: 0px; border-radius: 9px; - padding-left: 3px; - padding-right: 3px; + padding-left: 4px; + padding-right: 4px; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } @@ -86,8 +93,8 @@ tooltip { color: #cba6f7; border-radius: 50%; background-color: black; - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -104,8 +111,8 @@ tooltip { #workspaces button:hover { color: #9CCFD8; border-radius: 15px; - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -157,7 +164,10 @@ tooltip { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: whitesmoke; - padding: 0px 10px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } diff --git a/config/waybar/style/Pywal.css b/config/waybar/style/Pywal.css index 90a87f8..411cf42 100644 --- a/config/waybar/style/Pywal.css +++ b/config/waybar/style/Pywal.css @@ -45,24 +45,30 @@ tooltip { border: 3px solid @color14; border-radius: 40px 0px 0px 0px; background-color: @color1; - padding-left: 8px; - padding-right: 8px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } .modules-center { border: 3px solid @color14; border-radius: 60px 0px 60px 0px; background-color: @background; - padding-left: 8px; - padding-right: 8px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } .modules-left { border: 3px solid @color14; border-radius: 0px 0px 40px 0px; background-color: @color1; - padding-left: 8px; - padding-right: 8px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } #workspaces button { @@ -71,8 +77,8 @@ tooltip { text-shadow: none; padding: 0px; border-radius: 9px; - padding-left: 3px; - padding-right: 3px; + padding-left: 4px; + padding-right: 4px; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } @@ -80,8 +86,8 @@ tooltip { #workspaces button.active { color: @background; background-color: @color2; - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -97,8 +103,8 @@ tooltip { #workspaces button:hover { color: @color4; - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -154,8 +160,10 @@ tooltip { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: @foreground; - padding-right: 8px; - padding-left: 8px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 6px; + padding-left: 6px; } #temperature.critical { diff --git a/config/waybar/style/Rainbow Spectrum.css b/config/waybar/style/Rainbow Spectrum.css index e0a03b1..67c6f2a 100644 --- a/config/waybar/style/Rainbow Spectrum.css +++ b/config/waybar/style/Rainbow Spectrum.css @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Colorful */ +/* Rainbow Spectrum */ * { font-family: "JetBrainsMono Nerd Font"; @@ -170,8 +170,8 @@ tooltip label{ text-shadow: none; padding: 0px; border-radius: 9px; - padding-left: 3px; - padding-right: 3px; + padding-left: 4px; + padding-right: 4px; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } @@ -179,8 +179,8 @@ tooltip label{ #workspaces button.active { background-color: #eba0ac; color: #3A3B3C; - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -188,8 +188,8 @@ tooltip label{ #workspaces button:hover { background: #eb6f92; color: #f6c177; - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } diff --git a/config/waybar/style/Rose-Pine.css b/config/waybar/style/Rose-Pine.css index 8df0c9f..84c514a 100644 --- a/config/waybar/style/Rose-Pine.css +++ b/config/waybar/style/Rose-Pine.css @@ -36,8 +36,8 @@ tooltip { text-shadow: none; padding: 0px; border-radius: 9px; - padding-left: 3px; - padding-right: 3px; + padding-left: 4px; + padding-right: 4px; color: @main-fg; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); @@ -46,8 +46,8 @@ tooltip { #workspaces button.active { background: @wb-act-bg; color: @wb-act-fg; - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -55,8 +55,8 @@ tooltip { #workspaces button:hover { background: @wb-hvr-bg; color: @wb-hvr-fg; - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -76,8 +76,8 @@ tooltip { #taskbar button.active { background: @wb-act-bg; color: @wb-act-color; - padding-left: 12px; - padding-right: 12px; + padding-left: 6px; + padding-right: 6px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -140,10 +140,10 @@ tooltip { color: @main-fg; background: @main-bg; opacity: 1; - padding-top: 3px; - padding-bottom: 3px; - padding-left: 6px; - padding-right: 6px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } #temperature.critical { diff --git a/config/waybar/style/Simple Pink.css b/config/waybar/style/Simple Pink.css index fda97d4..bc966f0 100644 --- a/config/waybar/style/Simple Pink.css +++ b/config/waybar/style/Simple Pink.css @@ -51,18 +51,18 @@ tooltip { border: 5px solid #19141b; border-radius: 50px 50px 50px 50px; background-color: #ba5663; - padding-top: 3px; - padding-bottom: 3px; - padding-right: 10px; - padding-left: 10px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } .modules-center { background-color: black; - padding-top: 3px; - padding-bottom: 3px; - padding-right: 10px; - padding-left: 10px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } @@ -71,10 +71,10 @@ tooltip { border: 5px solid #0d0a0f; border-radius: 50px 50px 50px 50px; background-color: #ba5663; - padding-top: 3px; - padding-bottom: 3px; - padding-right: 10px; - padding-left: 10px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } #workspaces button { @@ -83,8 +83,8 @@ tooltip { text-shadow: none; padding: 0px; border-radius: 9px; - padding-left: 3px; - padding-right: 3px; + padding-left: 4px; + padding-right: 4px; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } @@ -93,8 +93,8 @@ tooltip { color: whitesmoke; background-color: pink; border-radius: 15px 15px 15px 15px; - padding-left: 10px; - padding-right: 10px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); @@ -113,8 +113,8 @@ tooltip { color: #ba5663; background-color: #0d0a0d; border-radius: 15px; - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); @@ -167,7 +167,10 @@ tooltip { #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { color: whitesmoke; - padding: 0px 10px; + padding-top: 2px; + padding-bottom: 2px; + padding-right: 4px; + padding-left: 4px; } diff --git a/config/waybar/style/Translucent Chromatic.css b/config/waybar/style/Translucent Chromatic.css index 338bf49..ce65f33 100644 --- a/config/waybar/style/Translucent Chromatic.css +++ b/config/waybar/style/Translucent Chromatic.css @@ -13,7 +13,7 @@ @define-color accent6 #0db9d7; /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* colored */ +/* Translucent Chromatic */ * { font-family: "JetBrainsMono Nerd Font"; @@ -26,13 +26,11 @@ padding: 1px; } window#waybar { - background-color: rgba(50, 50, 50, 0.0); - /*background-color: @bgcolor;*/ - /* border-bottom: 0px solid rgba(100, 114, 125, 0.5); */ + background-color: rgba(0,0,0,0.2); color: #ffffff; transition-property: background-color; transition-duration: .5s; - border-radius: 0; + border-radius: 10px; } window#waybar.hidden { @@ -70,8 +68,8 @@ tooltip label{ text-shadow: none; padding: 0px; border-radius: 9px; - padding-left: 3px; - padding-right: 3px; + padding-left: 4px; + padding-right: 4px; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } @@ -79,16 +77,16 @@ tooltip label{ #workspaces button.active { background-color: transparent; color: #D3D3D3; - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } #workspaces button:hover { background: rgba(0, 0, 0, 0.2); - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -154,8 +152,10 @@ tooltip label{ #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - padding: 0px 10px; - background-color:transparent; + padding-top: 2px; + padding-bottom: 2px; + padding-left: 4px; + padding-right: 4px; } #window, diff --git a/config/waybar/style/Transparent.css b/config/waybar/style/Transparent.css index 5f7f852..f69280d 100644 --- a/config/waybar/style/Transparent.css +++ b/config/waybar/style/Transparent.css @@ -61,8 +61,8 @@ tooltip { text-shadow: none; padding: 0px; border-radius: 9px; - padding-left: 3px; - padding-right: 3px; + padding-left: 4px; + padding-right: 4px; animation: gradient_f 20s ease-in infinite; transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.682); } @@ -70,8 +70,8 @@ tooltip { #workspaces button.active { color: whitesmoke; border-radius: 15px 15px 15px 15px; - padding-left: 12px; - padding-right: 12px; + padding-left: 8px; + padding-right: 8px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -88,8 +88,8 @@ tooltip { #workspaces button:hover { color: whitesmoke; border-radius: 15px; - padding-left: 3px; - padding-right: 3px; + padding-left: 2px; + padding-right: 2px; animation: gradient_f 20s ease-in infinite; transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } @@ -137,9 +137,10 @@ tooltip { #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - color:whitesmoke; - padding: 0px 10px; - + padding-top: 2px; + padding-bottom: 2px; + padding-left: 4px; + padding-right: 4px; } #temperature.critical { diff --git a/copy.sh b/copy.sh index a005aa7..3253247 100755 --- a/copy.sh +++ b/copy.sh @@ -35,6 +35,8 @@ LOG="install-$(date +%d-%H%M%S)_dotfiles.log" if lspci -k | grep -A 2 -E "(VGA|3D)" | grep -iq nvidia; then # NVIDIA GPU detected, uncomment line 23 in ENVariables.conf sed -i '/env = WLR_NO_HARDWARE_CURSORS,1/s/^#//' config/hypr/configs/ENVariables.conf + sed -i '/env = LIBVA_DRIVER_NAME,nvidia/s/^#//' config/hypr/configs/ENVariables.conf + sed -i '/env = __GLX_VENDOR_LIBRARY_NAME,nvidia/s/^#//' config/hypr/configs/ENVariables.conf fi # uncommenting WLR_RENDERER_ALLOW_SOFTWARE,1 if running in a VM is detected