diff --git a/.config/hypr/animations/theme.conf b/.config/hypr/animations/theme.conf index 0680895..42e5eeb 100644 --- a/.config/hypr/animations/theme.conf +++ b/.config/hypr/animations/theme.conf @@ -1,26 +1,23 @@ -# ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█ -# █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█ -# -# Inspired by "fast" and "Vertical" -# availabe in ~/.config/hypr/animations/ -# credit for fast:- https://github.com/mylinuxforwork/dotfiles -# ----------------------------------------------------- +# This file is generated by wallbash:animations.dcol + +# // ▄▀█ █▄░█ █ █▀▄▀█ ▄▀█ ▀█▀ █ █▀█ █▄░█ +# // █▀█ █░▀█ █ █░▀░█ █▀█ ░█░ █ █▄█ █░▀█ + +# See https://wiki.hyprland.org/Configuring/Animations/ +# credits: https://github.com/prasanthrangan/hyprdots + animations { - enabled = true - bezier = linear, 0, 0, 1, 1 - bezier = md3_standard, 0.2, 0, 0, 1 - bezier = md3_decel, 0.05, 0.7, 0.1, 1 - bezier = md3_accel, 0.3, 0, 0.8, 0.15 - bezier = overshot, 0.05, 0.9, 0.1, 1.1 - bezier = crazyshot, 0.1, 1.5, 0.76, 0.92 - bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0 - bezier = fluent_decel, 0.1, 1, 0, 1 - bezier = easeInOutCirc, 0.85, 0, 0.15, 1 - bezier = easeOutCirc, 0, 0.55, 0.45, 1 - bezier = easeOutExpo, 0.16, 1, 0.3, 1 - animation = windows, 1, 3, md3_decel, popin 60% - animation = border, 1, 10, default - animation = fade, 1, 2.5, md3_decel - animation = workspaces, 1, 3, fluent_decel, slidefadevert 30% - animation = specialWorkspace, 1, 3, md3_decel, slidevert -} \ No newline at end of file + enabled = yes + bezier = wind, 0.05, 0.9, 0.1, 1.05 + bezier = winIn, 0.1, 1.1, 0.1, 1.1 + bezier = winOut, 0.3, -0.3, 0, 1 + bezier = liner, 1, 1, 1, 1 + animation = windows, 1, 6, wind, slide + animation = windowsIn, 1, 6, winIn, slide + animation = windowsOut, 1, 5, winOut, slide + animation = windowsMove, 1, 5, wind, slide + animation = border, 1, 1, liner + animation = borderangle, 1, 30, liner, once + animation = fade, 1, 10, default + animation = workspaces, 1, 5, wind +} diff --git a/.config/hypr/hyprlock/theme.conf b/.config/hypr/hyprlock/theme.conf index 8953bc0..7948f1e 100644 --- a/.config/hypr/hyprlock/theme.conf +++ b/.config/hypr/hyprlock/theme.conf @@ -1,115 +1,112 @@ -# By: Arfan on Clouds https://github.com/arfan-on-clouds/hyprclouds -# Modified by: The HyDE Project +# HyDE default layout +# Wallbash generated layout -$resolve.font=SF Pro Display|https://font.download/dl/font/sf-pro-display.zip -$resolve.font=AlfaSlabOne|https://font.download/dl/font/alfa-slab-one.zip +# Local Variables +$fontFamily = JetBrainsMono Nerd Font +$fn_greet=echo "Good $(date +%H | awk '{if ($1 < 12) print "Morning"; else if ($1 < 18) print "Afternoon"; else print "Evening"}'), ${USER}" + +# GENERAL +general { + no_fade_in = false + grace = 0 + disable_loading_bar = true +} # BACKGROUND background { monitor = - color = $wallbash_pry1_rgba path = $BACKGROUND_PATH - blur_size = 4 - blur_passes = 3 # 0 disables blurring - noise = 0.0117 - contrast = 1.3000 # Vibrant!!! - brightness = 0.8000 - vibrancy = 0.2100 - vibrancy_darkness = 0.0 + blur_passes = 2 +} + +# TIME +label { + monitor = + text = $TIME + color = $wallbash_txt1_rgba + font_size = 90 + font_family = $fontFamily + position = -30, 0 + halign = right + valign = top +} + +# DATE +label { + monitor = + text = cmd[update:43200000] date +"%A, %d %B %Y" + color = $wallbash_txt2_rgba + font_size = 25 + font_family = $fontFamily + position = -30, -150 + halign = right + valign = top +} + +# USER AVATAR +image { + monitor = + path = $MPRIS_IMAGE + size = 150 # lesser side if not 1:1 ratio + reload_time = 0 # seconds between reloading, 0 to reload with SIGUSR2 + reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F + position = 0, 0 + halign = center + valign = center } # INPUT FIELD input-field { monitor = - size = 190, 50 - outline_thickness = 2 - dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8 - dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0 + size = 200, 50 #! + outline_thickness = 3 + dots_size = 0.33 # Scale of input-field height, 0.2 - 0.8 + dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0 dots_center = true - fade_on_empty = true - font_family = SF Pro Display Bold - placeholder_text = - hide_input = false - position = 0, -170 - halign = center - valign = center + dots_rounding = -1 # -1 default circle, -2 follow input-field rounding outer_color = $wallbash_pry4_rgba inner_color = $wallbash_pry2_rgba font_color = $wallbash_3xa9_rgba + fade_on_empty = true + fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered. + placeholder_text = Input Password... # Text rendered in the input box when it's empty. + hide_input = false + rounding = -1 # -1 means complete rounding (circle/oval) check_color = $wallbash_pry4_rgba - -} - -# Hour-Time -label { - monitor = - text = cmd[update:1000] echo -e "$(date +"%I")" - color = $wallbash_1xa8_rgba - shadow_passes = 3 - shadow_size = 2 - font_size = 100 - font_family = AlfaSlabOne - position = 0, 100 - halign = center - valign = center -} - -# Minute-Time -label { - monitor = - text = cmd[update:1000] echo -e "$(date +"%M")" - color = $wallbash_3xa9_rgba - font_size = 100 - font_family = AlfaSlabOne - shadow_passes = 3 - shadow_size = 2 - position = 0, -20 - halign = center - valign = center -} - -# Day-Date-Month -label { - monitor = - text = cmd[update:1000] echo -e "$(date +"%d %b %A")" - color = $wallbash_3xa9_rgba - shadow_passes = 3 - shadow_size = 1 - font_size = 12 - font_family = JetBrains Mono Nerd Font Mono ExtraBold - position = 1%, -1% - halign = left - valign = top -} - - - -# CURRENT SONG -label { - monitor = - text = cmd[update:1000] $MPRIS_TEXT # Outputs the song title when mpris is available, otherwise, it will output the splash command. - color = $wallbash_3xa9_rgba - shadow_passes = 3 - shadow_size = 1 - font_size = 14 - font_family = JetBrains Mono Nerd, SF Pro Display Bold - position = 0, 20 + fail_color = rgba(FF0000FF) # if authentication failed, changes outer_color and fail message color + fail_text = $FAIL ($ATTEMPTS) # can be set to empty + fail_transition = 300 # transition time in ms between normal outer_color and fail_color + capslock_color = -1 + numlock_color = -1 + bothlock_color = -1 # when both locks are active. -1 means don't change outer color (same for above) + invert_numlock = false # change color if numlock is off + swap_font_color = true # see below + position = 0, 80 halign = center valign = bottom } -image { + + +# USER Greeting +label { monitor = - path = $MPRIS_IMAGE - size = 80 # lesser side if not 1:1 ratio - rounding = -1 # negative values mean circle - border_size = 0 - shadow_passes = 3 - shadow_size = 3 - border_color = rgb(221, 221, 221) - rotate = 0 # degrees, counter-clockwise - reload_time = 0 # seconds between reloading, 0 to reload with SIGUSR2 - # reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F - position = 0, 10% + text = cmd[update:60000] $fn_greet + color = $text + font_size = 20 + font_family = $fontFamily Bold + position = 0, -190 + halign = center + valign = center +} + +# Mpris and SPLASH +label { + monitor = + text = cmd[update:1000] $SPLASH_CMD # Outputs the song title when mpris is available, otherwise, it will output the splash command. + color = $wallbash_txt2_rgba + font_family = $fontFamily + font_size = 15 + position = 0, 0 halign = center valign = bottom } @@ -134,24 +131,8 @@ label { text = $LAYOUT color = $wallbash_4xa9_rgba font_size = 20 - font_family = JetBrains Mono Nerd, SF Pro Display Bold + font_family = $fontFamily position = -2%, 1% halign = right valign = bottom } - - -# Weather -#! Put the weather command last to lessen the load time of other modules -label { - monitor = - text = cmd[update:18000000] $WEATHER_CMD - color = $wallbash_3xa9_rgba - font_size = 16 - shadow_passes = 3 - shadow_size = 1 - font_family = JetBrains Mono Nerd, SF Pro Display Bold - position = -1%, -1% - halign = right - valign = top -} diff --git a/.config/hypr/keybindings.conf b/.config/hypr/keybindings.conf index 11c015e..9fb6f75 100644 --- a/.config/hypr/keybindings.conf +++ b/.config/hypr/keybindings.conf @@ -30,7 +30,7 @@ bind = Ctrl+Alt, W, exec, killall waybar || waybar # toggle waybar # Application shortcuts bind = $mainMod, T, exec, $term # launch terminal emulator bind = $mainMod+Alt, T, exec, [float] $term -bind = $mainMod, E, exec, $file # launch file manager +bind = $mainMod, E, exec, [float] $file # launch file manager bind = $mainMod, C, exec, $editor # launch text editor bind = $mainMod, F, exec, $browser # launch web browser bind = Ctrl+Shift, Escape, exec, $scrPath/sysmonlaunch.sh # launch system monitor (htop/btop or fallback to top) diff --git a/.config/hypr/themes/colors.conf b/.config/hypr/themes/colors.conf index d2cbb8d..a4815e3 100644 --- a/.config/hypr/themes/colors.conf +++ b/.config/hypr/themes/colors.conf @@ -3,109 +3,109 @@ # Color group 1 -$wallbash_pry1 = 131311 # primary color 1 +$wallbash_pry1 = 091627 # primary color 1 $wallbash_txt1 = FFFFFF # text color 1 -$wallbash_1xa1 = 525229 # accent color 1 for primary color 1 -$wallbash_1xa2 = 6B6B3A # accent color 2 for primary color 1 -$wallbash_1xa3 = 7D7D4B # accent color 3 for primary color 1 -$wallbash_1xa4 = 8F8F57 # accent color 4 for primary color 1 -$wallbash_1xa5 = A3A365 # accent color 5 for primary color 1 -$wallbash_1xa6 = C2C27A # accent color 6 for primary color 1 -$wallbash_1xa7 = E6E69A # accent color 7 for primary color 1 -$wallbash_1xa8 = F0F0AA # accent color 8 for primary color 1 -$wallbash_1xa9 = FFFFCC # accent color 9 for primary color 1 +$wallbash_1xa1 = 293A52 # accent color 1 for primary color 1 +$wallbash_1xa2 = 3A4F6B # accent color 2 for primary color 1 +$wallbash_1xa3 = 4B617D # accent color 3 for primary color 1 +$wallbash_1xa4 = 576F8F # accent color 4 for primary color 1 +$wallbash_1xa5 = 6580A3 # accent color 5 for primary color 1 +$wallbash_1xa6 = 7A99C2 # accent color 6 for primary color 1 +$wallbash_1xa7 = 9ABBE6 # accent color 7 for primary color 1 +$wallbash_1xa8 = AAC8F0 # accent color 8 for primary color 1 +$wallbash_1xa9 = CCE2FF # accent color 9 for primary color 1 # in rgba format -$wallbash_pry1_rgba = rgba(19,19,17,1) # primary color 1 -$wallbash_txt1_rgba = rgba(255,255,255,1) # text color 1 -$wallbash_1xa1_rgba = rgba(82,82,41,1) # accent color 1 for primary color 1 -$wallbash_1xa2_rgba = rgba(107,107,58,1) # accent color 2 for primary color 1 -$wallbash_1xa3_rgba = rgba(125,125,75,1) # accent color 3 for primary color 1 -$wallbash_1xa4_rgba = rgba(143,143,87,1) # accent color 4 for primary color 1 -$wallbash_1xa5_rgba = rgba(163,163,101,1) # accent color 5 for primary color 1 -$wallbash_1xa6_rgba = rgba(194,194,122,1) # accent color 6 for primary color 1 -$wallbash_1xa7_rgba = rgba(230,230,154,1) # accent color 7 for primary color 1 -$wallbash_1xa8_rgba = rgba(240,240,170,1) # accent color 8 for primary color 1 -$wallbash_1xa9_rgba = rgba(255,255,204,1) # accent color 9 for primary color 1 +$wallbash_pry1_rgba = rgba(9,22,39,0.95) # primary color 1 +$wallbash_txt1_rgba = rgba(255,255,255,0.95) # text color 1 +$wallbash_1xa1_rgba = rgba(41,58,82,0.95) # accent color 1 for primary color 1 +$wallbash_1xa2_rgba = rgba(58,79,107,0.95) # accent color 2 for primary color 1 +$wallbash_1xa3_rgba = rgba(75,97,125,0.95) # accent color 3 for primary color 1 +$wallbash_1xa4_rgba = rgba(87,111,143,0.95) # accent color 4 for primary color 1 +$wallbash_1xa5_rgba = rgba(101,128,163,0.95) # accent color 5 for primary color 1 +$wallbash_1xa6_rgba = rgba(122,153,194,0.95) # accent color 6 for primary color 1 +$wallbash_1xa7_rgba = rgba(154,187,230,0.95) # accent color 7 for primary color 1 +$wallbash_1xa8_rgba = rgba(170,200,240,0.95) # accent color 8 for primary color 1 +$wallbash_1xa9_rgba = rgba(204,226,255,0.95) # accent color 9 for primary color 1 # Color group 2 -$wallbash_pry2 = 362920 # primary color 2 +$wallbash_pry2 = 521626 # primary color 2 $wallbash_txt2 = FFFFFF # text color 2 -$wallbash_2xa1 = 523929 # accent color 1 for primary color 2 -$wallbash_2xa2 = 6B4E3A # accent color 2 for primary color 2 -$wallbash_2xa3 = 7D5F4B # accent color 3 for primary color 2 -$wallbash_2xa4 = 8F6E57 # accent color 4 for primary color 2 -$wallbash_2xa5 = A37F65 # accent color 5 for primary color 2 -$wallbash_2xa6 = C2977A # accent color 6 for primary color 2 -$wallbash_2xa7 = E6B99A # accent color 7 for primary color 2 -$wallbash_2xa8 = F0C7AA # accent color 8 for primary color 2 -$wallbash_2xa9 = FFE1CC # accent color 9 for primary color 2 +$wallbash_2xa1 = 522934 # accent color 1 for primary color 2 +$wallbash_2xa2 = 6B3A47 # accent color 2 for primary color 2 +$wallbash_2xa3 = 7D4B58 # accent color 3 for primary color 2 +$wallbash_2xa4 = 8F5766 # accent color 4 for primary color 2 +$wallbash_2xa5 = A36576 # accent color 5 for primary color 2 +$wallbash_2xa6 = C27A8D # accent color 6 for primary color 2 +$wallbash_2xa7 = E69AAE # accent color 7 for primary color 2 +$wallbash_2xa8 = F0AABD # accent color 8 for primary color 2 +$wallbash_2xa9 = FFCCDA # accent color 9 for primary color 2 # in rgba format -$wallbash_pry2_rgba = rgba(54,41,32,1) # primary color 2 -$wallbash_txt2_rgba = rgba(255,255,255,1) # text color 2 -$wallbash_2xa1_rgba = rgba(82,57,41,1) # accent color 1 for primary color 2 -$wallbash_2xa2_rgba = rgba(107,78,58,1) # accent color 2 for primary color 2 -$wallbash_2xa3_rgba = rgba(125,95,75,1) # accent color 3 for primary color 2 -$wallbash_2xa4_rgba = rgba(143,110,87,1) # accent color 4 for primary color 2 -$wallbash_2xa5_rgba = rgba(163,127,101,1) # accent color 5 for primary color 2 -$wallbash_2xa6_rgba = rgba(194,151,122,1) # accent color 6 for primary color 2 -$wallbash_2xa7_rgba = rgba(230,185,154,1) # accent color 7 for primary color 2 -$wallbash_2xa8_rgba = rgba(240,199,170,1) # accent color 8 for primary color 2 -$wallbash_2xa9_rgba = rgba(255,225,204,1) # accent color 9 for primary color 2 +$wallbash_pry2_rgba = rgba(82,22,38,0.95) # primary color 2 +$wallbash_txt2_rgba = rgba(255,255,255,0.95) # text color 2 +$wallbash_2xa1_rgba = rgba(82,41,52,0.95) # accent color 1 for primary color 2 +$wallbash_2xa2_rgba = rgba(107,58,71,0.95) # accent color 2 for primary color 2 +$wallbash_2xa3_rgba = rgba(125,75,88,0.95) # accent color 3 for primary color 2 +$wallbash_2xa4_rgba = rgba(143,87,102,0.95) # accent color 4 for primary color 2 +$wallbash_2xa5_rgba = rgba(163,101,118,0.95) # accent color 5 for primary color 2 +$wallbash_2xa6_rgba = rgba(194,122,141,0.95) # accent color 6 for primary color 2 +$wallbash_2xa7_rgba = rgba(230,154,174,0.95) # accent color 7 for primary color 2 +$wallbash_2xa8_rgba = rgba(240,170,189,0.95) # accent color 8 for primary color 2 +$wallbash_2xa9_rgba = rgba(255,204,218,0.95) # accent color 9 for primary color 2 # Color group 3 -$wallbash_pry3 = 5E4533 # primary color 3 +$wallbash_pry3 = AF3D25 # primary color 3 $wallbash_txt3 = FFFFFF # text color 3 -$wallbash_3xa1 = 523A29 # accent color 1 for primary color 3 -$wallbash_3xa2 = 6B4E3A # accent color 2 for primary color 3 -$wallbash_3xa3 = 7D604B # accent color 3 for primary color 3 -$wallbash_3xa4 = 8F6E57 # accent color 4 for primary color 3 -$wallbash_3xa5 = A37F65 # accent color 5 for primary color 3 -$wallbash_3xa6 = C2987A # accent color 6 for primary color 3 -$wallbash_3xa7 = E6B99A # accent color 7 for primary color 3 -$wallbash_3xa8 = F0C7AA # accent color 8 for primary color 3 -$wallbash_3xa9 = FFE1CC # accent color 9 for primary color 3 +$wallbash_3xa1 = 523029 # accent color 1 for primary color 3 +$wallbash_3xa2 = 6B423A # accent color 2 for primary color 3 +$wallbash_3xa3 = 7D544B # accent color 3 for primary color 3 +$wallbash_3xa4 = 8F6157 # accent color 4 for primary color 3 +$wallbash_3xa5 = A37065 # accent color 5 for primary color 3 +$wallbash_3xa6 = C2877A # accent color 6 for primary color 3 +$wallbash_3xa7 = E6A79A # accent color 7 for primary color 3 +$wallbash_3xa8 = F0B6AA # accent color 8 for primary color 3 +$wallbash_3xa9 = FFD5CC # accent color 9 for primary color 3 # in rgba format -$wallbash_pry3_rgba = rgba(94,69,51,1) # primary color 3 -$wallbash_txt3_rgba = rgba(255,255,255,1) # text color 3 -$wallbash_3xa1_rgba = rgba(82,58,41,1) # accent color 1 for primary color 3 -$wallbash_3xa2_rgba = rgba(107,78,58,1) # accent color 2 for primary color 3 -$wallbash_3xa3_rgba = rgba(125,96,75,1) # accent color 3 for primary color 3 -$wallbash_3xa4_rgba = rgba(143,110,87,1) # accent color 4 for primary color 3 -$wallbash_3xa5_rgba = rgba(163,127,101,1) # accent color 5 for primary color 3 -$wallbash_3xa6_rgba = rgba(194,152,122,1) # accent color 6 for primary color 3 -$wallbash_3xa7_rgba = rgba(230,185,154,1) # accent color 7 for primary color 3 -$wallbash_3xa8_rgba = rgba(240,199,170,1) # accent color 8 for primary color 3 -$wallbash_3xa9_rgba = rgba(255,225,204,1) # accent color 9 for primary color 3 +$wallbash_pry3_rgba = rgba(175,61,37,0.95) # primary color 3 +$wallbash_txt3_rgba = rgba(255,255,255,0.95) # text color 3 +$wallbash_3xa1_rgba = rgba(82,48,41,0.95) # accent color 1 for primary color 3 +$wallbash_3xa2_rgba = rgba(107,66,58,0.95) # accent color 2 for primary color 3 +$wallbash_3xa3_rgba = rgba(125,84,75,0.95) # accent color 3 for primary color 3 +$wallbash_3xa4_rgba = rgba(143,97,87,0.95) # accent color 4 for primary color 3 +$wallbash_3xa5_rgba = rgba(163,112,101,0.95) # accent color 5 for primary color 3 +$wallbash_3xa6_rgba = rgba(194,135,122,0.95) # accent color 6 for primary color 3 +$wallbash_3xa7_rgba = rgba(230,167,154,0.95) # accent color 7 for primary color 3 +$wallbash_3xa8_rgba = rgba(240,182,170,0.95) # accent color 8 for primary color 3 +$wallbash_3xa9_rgba = rgba(255,213,204,0.95) # accent color 9 for primary color 3 # Color group 4 -$wallbash_pry4 = 8B6F56 # primary color 4 -$wallbash_txt4 = FFFFFF # text color 4 -$wallbash_4xa1 = 523C29 # accent color 1 for primary color 4 -$wallbash_4xa2 = 6B513A # accent color 2 for primary color 4 -$wallbash_4xa3 = 7D634B # accent color 3 for primary color 4 -$wallbash_4xa4 = 8F7157 # accent color 4 for primary color 4 -$wallbash_4xa5 = A38265 # accent color 5 for primary color 4 -$wallbash_4xa6 = C29C7A # accent color 6 for primary color 4 -$wallbash_4xa7 = E6BD9A # accent color 7 for primary color 4 -$wallbash_4xa8 = F0CBAA # accent color 8 for primary color 4 -$wallbash_4xa9 = FFE4CC # accent color 9 for primary color 4 +$wallbash_pry4 = E47D32 # primary color 4 +$wallbash_txt4 = 111314 # text color 4 +$wallbash_4xa1 = 523A29 # accent color 1 for primary color 4 +$wallbash_4xa2 = 6B4F3A # accent color 2 for primary color 4 +$wallbash_4xa3 = 7D604B # accent color 3 for primary color 4 +$wallbash_4xa4 = 8F6F57 # accent color 4 for primary color 4 +$wallbash_4xa5 = A37F65 # accent color 5 for primary color 4 +$wallbash_4xa6 = C2987A # accent color 6 for primary color 4 +$wallbash_4xa7 = E6BA9A # accent color 7 for primary color 4 +$wallbash_4xa8 = F0C7AA # accent color 8 for primary color 4 +$wallbash_4xa9 = FFE1CC # accent color 9 for primary color 4 # in rgba format -$wallbash_pry4_rgba = rgba(139,111,86,1) # primary color 4 -$wallbash_txt4_rgba = rgba(255,255,255,1) # text color 4 -$wallbash_4xa1_rgba = rgba(82,60,41,1) # accent color 1 for primary color 4 -$wallbash_4xa2_rgba = rgba(107,81,58,1) # accent color 2 for primary color 4 -$wallbash_4xa3_rgba = rgba(125,99,75,1) # accent color 3 for primary color 4 -$wallbash_4xa4_rgba = rgba(143,113,87,1) # accent color 4 for primary color 4 -$wallbash_4xa5_rgba = rgba(163,130,101,1) # accent color 5 for primary color 4 -$wallbash_4xa6_rgba = rgba(194,156,122,1) # accent color 6 for primary color 4 -$wallbash_4xa7_rgba = rgba(230,189,154,1) # accent color 7 for primary color 4 -$wallbash_4xa8_rgba = rgba(240,203,170,1) # accent color 8 for primary color 4 -$wallbash_4xa9_rgba = rgba(255,228,204,1) # accent color 9 for primary color 4 +$wallbash_pry4_rgba = rgba(228,125,50,0.95) # primary color 4 +$wallbash_txt4_rgba = rgba(17,19,20,0.95) # text color 4 +$wallbash_4xa1_rgba = rgba(82,58,41,0.95) # accent color 1 for primary color 4 +$wallbash_4xa2_rgba = rgba(107,79,58,0.95) # accent color 2 for primary color 4 +$wallbash_4xa3_rgba = rgba(125,96,75,0.95) # accent color 3 for primary color 4 +$wallbash_4xa4_rgba = rgba(143,111,87,0.95) # accent color 4 for primary color 4 +$wallbash_4xa5_rgba = rgba(163,127,101,0.95) # accent color 5 for primary color 4 +$wallbash_4xa6_rgba = rgba(194,152,122,0.95) # accent color 6 for primary color 4 +$wallbash_4xa7_rgba = rgba(230,186,154,0.95) # accent color 7 for primary color 4 +$wallbash_4xa8_rgba = rgba(240,199,170,0.95) # accent color 8 for primary color 4 +$wallbash_4xa9_rgba = rgba(255,225,204,0.95) # accent color 9 for primary color 4 diff --git a/.config/hypr/themes/theme.conf b/.config/hypr/themes/theme.conf index 9894b1c..95451ad 100644 --- a/.config/hypr/themes/theme.conf +++ b/.config/hypr/themes/theme.conf @@ -1,64 +1,54 @@ -#  // P̳r̳a̳s̳a̳n̳t̳h̳ R̳a̳n̳g̳a̳n̳ -$GTK_THEME=Grukai -$ICON_THEME=buuf-icons-for-plasma +$GTK_THEME=WhiteSur-Dark +$ICON_THEME=WhiteSur $COLOR_SCHEME=prefer-dark -$CURSOR_THEME=Simp1e -$CURSOR_SIZE=18 -$FONT = Inter - - -# Optional: The varibles above will be set automatically when the theme is loaded -# This exec commands will soon be deprecated +$CURSOR_THEME=macOS-Black +$CURSOR_SIZE=26 +$FONT=SF Pro Rounded Regular 10.5 +$CODE_THEME=MacOS Modern Dark - Xcode Modern general { - gaps_in = 3 - gaps_out = 5 + gaps_in = 4 + gaps_out = 10 border_size = 2 - col.active_border = rgba(B3BBA3ff) rgba(1A1A1Aff) 45deg - col.inactive_border = rgba(232425ff) rgba(444742ff) 45deg + col.active_border = rgba(0D9AC1FF) rgba(0B4C5DFF) 45deg + col.inactive_border = rgba(4A3B4ACC) rgba(1A2B3DCC) 45deg layout = dwindle resize_on_border = true } group { - col.border_active = rgba(B3BBA3ff) rgba(1A1A1Aff) 45deg - col.border_inactive = rgba(232425cc) rgba(444742cc) 45deg - col.border_locked_active = rgba(FFFFFFff) rgba(0D0D0Dff) 45deg - col.border_locked_inactive = rgba(FFFFFFcc) rgba(FFFFFFcc) 45deg + col.border_active = rgba(0D9AC1FF) rgba(0B4C5DFF) 45deg + col.border_inactive = rgba(4A3B4ACC) rgba(1A2B3DCC) 45deg + col.border_locked_active = rgba(0D9AC1FF) rgba(0B4C5DFF) 45deg + col.border_locked_inactive = rgba(4A3B4ACC) rgba(1A2B3DCC) 45deg } decoration { - rounding = 8 - shadow:enabled = true - - active_opacity = 0.95 - inactive_opacity = 0.8 - - dim_inactive = true - dim_strength = 0.15 + rounding = 10 + active_opacity = 0.9 + inactive_opacity = 0.9 blur { enabled = yes - size = 2 - passes = 7 + size = 4 + passes = 4 + noise = 0.02 new_optimizations = on ignore_opacity = on xray = false - brightness = 0.9 } shadow { - enabled = true - ignore_window = false - offset = 4 4 4 4 - range = 9 + enabled = false + ignore_window = true + offset = 0 0 + range = 15 render_power = 1 - scale = 1.0 - color = 0xaa130d06 - color_inactive = 0x66130d06 + color = 0x80ffffff } } -layerrule = blur,waybar + +blurls = waybar diff --git a/.config/hypr/themes/wallbash.conf b/.config/hypr/themes/wallbash.conf index 50cccea..5462869 100644 --- a/.config/hypr/themes/wallbash.conf +++ b/.config/hypr/themes/wallbash.conf @@ -1,19 +1,19 @@ # Auto-generated by HyDE // Read-only # // ---------------------------- -# HyDE Theme: Grukai -# Configuration File: "/home/elleoma/.config/hyde/themes/Grukai/hypr.theme" +# HyDE Theme: Monterey Frost +# Configuration File: "/home/elleoma/.config/hyde/themes/Monterey Frost/hypr.theme" # Wallbash Mode : theme # // ---------------------------- -$HYDE_THEME=Grukai -$GTK_THEME=Grukai +$HYDE_THEME=Monterey Frost +$GTK_THEME=WhiteSur-Dark $COLOR-SCHEME=prefer-dark -$ICON_THEME=buuf-icons-for-plasma +$ICON_THEME=WhiteSur -$CURSOR_THEME=Simp1e -$CURSOR_SIZE=18 +$CURSOR_THEME=macOS-Black +$CURSOR_SIZE=26 -$FONT=Inter +$FONT=SF Pro Rounded Regular 10.5 $FONT_SIZE=10 $DOCUMENT_FONT=Cantarell $DOCUMENT_FONT_SIZE=10 @@ -21,7 +21,7 @@ $MONOSPACE_FONT=CaskaydiaCove Nerd Font Mono $MONOSPACE_FONT_SIZE=9 -$CODE_THEME=Wallbash +$CODE_THEME=MacOS Modern Dark - Xcode Modern $SDDM_THEME= # // ---------------------------- diff --git a/.config/hypr/windowrules.conf b/.config/hypr/windowrules.conf index 1044c50..a4a6479 100644 --- a/.config/hypr/windowrules.conf +++ b/.config/hypr/windowrules.conf @@ -62,7 +62,7 @@ windowrulev2 = float,class:^(kitty)$,title:^(htop)$ windowrulev2 = size 800 600,center,class:^(kitty)$ windowrulev2 = float,class:^(vlc)$ windowrulev2 = float,class:^(thunar)$ -windowrulev2 = float,class:^(org.kde.dolphin)$ +windowrulev2 = size 1200 800,float,class:^(org.kde.dolphin)$ windowrulev2 = float,class:^(mpv)$ windowrulev2 = float,class:^(kvantummanager)$ windowrulev2 = float,class:^(qt5ct)$ diff --git a/.config/nvim/lazy-lock.json b/.config/nvim/lazy-lock.json index 66f1635..cd7f12c 100644 --- a/.config/nvim/lazy-lock.json +++ b/.config/nvim/lazy-lock.json @@ -1,5 +1,5 @@ { - "LuaSnip": { "branch": "master", "commit": "3d5bced1b9ae69fa3f9b1942e28af5dbc537f946" }, + "LuaSnip": { "branch": "master", "commit": "de10d8414235b0a8cabfeba60d07c24304e71f5c" }, "NvChad": { "branch": "v2.5", "commit": "29ebe31ea6a4edf351968c76a93285e6e108ea08" }, "base46": { "branch": "v2.5", "commit": "fde7a2cd54599e148d376f82980407c2d24b0fa2" }, "cmp-async-path": { "branch": "main", "commit": "0ed1492f59e730c366d261a5ad822fa37e44c325" }, @@ -8,27 +8,27 @@ "cmp-nvim-lua": { "branch": "main", "commit": "f12408bdb54c39c23e67cab726264c10db33ada8" }, "cmp_luasnip": { "branch": "master", "commit": "98d9cb5c2c38532bd9bdb481067b20fea8f32e90" }, "conform.nvim": { "branch": "master", "commit": "973f3cb73887d510321653044791d7937c7ec0fa" }, - "crates.nvim": { "branch": "main", "commit": "c915ab5334a46178f64ce17ab606a79454bcd14f" }, + "crates.nvim": { "branch": "main", "commit": "fe66681d97a1eefddb5d7e48bd427b2cb0271881" }, "friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" }, - "gitsigns.nvim": { "branch": "main", "commit": "b01433169be710d6c69f7b4ee264d9670698b831" }, + "gitsigns.nvim": { "branch": "main", "commit": "8270378ab83540b03d09c0194ba3e208f9d0cb72" }, "indent-blankline.nvim": { "branch": "master", "commit": "005b56001b2cb30bfa61b7986bc50657816ba4ba" }, "lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" }, - "mason.nvim": { "branch": "main", "commit": "3671ab0d40aa5bd24b1686562bd0a23391ecf76a" }, + "mason.nvim": { "branch": "main", "commit": "9e25c98d4826998460926f8c5c2284848d80ae89" }, "menu": { "branch": "main", "commit": "7a0a4a2896b715c066cfbe320bdc048091874cc6" }, "minty": { "branch": "main", "commit": "aafc9e8e0afe6bf57580858a2849578d8d8db9e0" }, "nvim-autopairs": { "branch": "master", "commit": "23320e75953ac82e559c610bec5a90d9c6dfa743" }, "nvim-cmp": { "branch": "main", "commit": "b5311ab3ed9c846b585c0c15b7559be131ec4be9" }, - "nvim-dap": { "branch": "master", "commit": "5dd4d50f2e6a2eaf9e57fad023d294ef371bda35" }, + "nvim-dap": { "branch": "master", "commit": "a479e25ed5b5d331fb46ee4b9e160ff02ac64310" }, "nvim-dap-ui": { "branch": "master", "commit": "cf91d5e2d07c72903d052f5207511bf7ecdb7122" }, - "nvim-lspconfig": { "branch": "master", "commit": "4d3b3bb8815fbe37bcaf3dbdb12a22382bc11ebe" }, + "nvim-lspconfig": { "branch": "master", "commit": "63a38440989c58e1f100373ab603fd24665bdc9a" }, "nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" }, - "nvim-tree.lua": { "branch": "master", "commit": "65bae449224b8a3bc149471b96587b23b13a9946" }, + "nvim-tree.lua": { "branch": "master", "commit": "0a7fcdf3f8ba208f4260988a198c77ec11748339" }, "nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" }, - "nvim-web-devicons": { "branch": "master", "commit": "4a8369f4c78ef6f6f895f0cec349e48f74330574" }, + "nvim-web-devicons": { "branch": "master", "commit": "3362099de3368aa620a8105b19ed04c2053e38c0" }, "plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" }, "riscv-asm-vim": { "branch": "master", "commit": "af37cced21452c6edbe1f42811103be34ee19de2" }, "rust.vim": { "branch": "master", "commit": "889b9a7515db477f4cb6808bef1769e53493c578" }, - "rustaceanvim": { "branch": "master", "commit": "66398662c07d265b226897500ed50eafba3dffb4" }, + "rustaceanvim": { "branch": "master", "commit": "7f4b28a888340c7658e3f95a965cee67f29f9a23" }, "telescope.nvim": { "branch": "master", "commit": "b4da76be54691e854d3e0e02c36b0245f945c2c7" }, "ui": { "branch": "v3.0", "commit": "dc4950f5bd4117e2da108b681506c908b93d4a62" }, "vim-wakatime": { "branch": "master", "commit": "3403495670f0ee08887401a28f8430dc4ac67429" },