From aeb3f14a900e3648f7127c370e8b95783e663e56 Mon Sep 17 00:00:00 2001 From: Amoelle Date: Wed, 9 Jul 2025 21:16:09 +0300 Subject: [PATCH] update hyprlock & change to default file manager to dolphin --- .config/hypr/hyprland.conf | 2 - .config/hypr/hyprlock.conf | 183 ++++++++++++++++----------- .config/hypr/keybindings.conf | 2 +- .config/hypr/themes/colors.conf | 176 +++++++++++++------------- .config/hypr/themes/theme.conf | 40 +++--- .config/hypr/themes/wallbash.conf | 37 ++++-- .config/hypr/windowrules.conf | 1 + .config/nvim/lazy-lock.json | 14 +- .config/zsh/.zsh_history | 204 ++++++++++++++++++++++++++++++ 9 files changed, 453 insertions(+), 206 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 944010c..831fd0c 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -22,5 +22,3 @@ source = ./workflows.conf # workflows configuration overrides everything # // ██████╔╝╚█████╔╝  ██║░╚███║╚█████╔╝░░░██║░░░  ███████╗██████╔╝██║░░░██║░░░ # // ╚═════╝░░╚════╝░  ╚═╝░░╚══╝░╚════╝░░░░╚═╝░░░  ╚══════╝╚═════╝░╚═╝░░░╚═╝░░░ -source = ~/.config/hypr/nvidia.conf # auto sourced vars for nvidia - diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index d6d170e..2639ea6 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -1,84 +1,119 @@ -#! █░█ █▄█ █▀█ █▀█ █░░ █▀█ █▀▀ █▄▀ -#! █▀█ ░█░ █▀▀ █▀▄ █▄▄ █▄█ █▄▄ █░█ +source = $HOME/.config/hypr/macchiato.conf -#*  Hyprlock Configuration File  -# Please do not edit this file manually. -# Follow the instructions below on how to make changes. +$accent = $mauve +$accentAlpha = $mauveAlpha +$font = JetBrainsMono Nerd Font +# GENERAL +general { + hide_cursor = true +} -#* Hyprlock active layout path: -# Set the layout path to be used by Hyprlock. -# Check the available layouts in the './hyprlock/' directory. -# Example: /=/path/to/anurati -$LAYOUT_PATH=~/.config/hypr/hyprlock/theme.conf +# BACKGROUND +background { + monitor = + path = screenshot # $HOME/.config/background + blur_passes = 2 + color = $base +} -#*  Persistent layout declaration  -# If a persistent layout path is declared in $XDG_CONFIG_HOME/hypr/hyde.conf, -# the above layout setting will be ignored. -# this should be the full path to the layout file. +# LAYOUT +label { + monitor = + text = Layout: $LAYOUT + color = $text + font_size = 25 + font_family = $font + position = 30, -30 + halign = left + valign = top +} -#*  All boilerplate configurations are handled by HyDE  -source = ~/.local/share/hyde/hyprlock.conf +# TIME +label { + monitor = + text = $TIME + color = $text + font_size = 90 + font_family = $font + position = -30, 0 + halign = right + valign = top +} -#*  Making a custom layout  -# To create a custom layout, make a file in the './hyprlock/' directory. -# Example: './hyprlock/your_custom.conf' -# To use the custom layout, set the following variable: -# $LAYOUT_PATH=your_custom -# The custom layout will be sourced automatically. -# Alternatively, you can statically source the layout in '~/.config/hypr/hyde.conf'. -# This will take precedence over the variable in '~/.config/hypr/hyprlock.conf'. +# DATE +label { + monitor = + text = cmd[update:43200000] date +"%A, %d %B %Y" + color = $text + font_size = 25 + font_family = $font + position = -30, -150 + halign = right + valign = top +} +# FINGERPRINT +{ + monitor = ""; + text = "$FPRINTPROMPT"; + color = "$text"; + font_size = 14; + font_family = $font; + position = "0, -107"; + halign = "center"; + valign = "center"; +} -#*  Command Variables  -# Hyprlock ships with there default variables that can be used to customize the lock screen. -# - https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/#label -# HyDE also provides custom variables that extend the functionality of Hyprlock. +# USER AVATAR +image { + monitor = + path = $HOME/shit/hyprland-confs/catpuccin/hyprlock/catppuccin-circle.png + size = 130 + border_color = $accent + shadow_passes = 2 + shadow_color = $crust + position = 0, 100 + halign = center + valign = center +} -# $BACKGROUND_PATH -# - The path to the wallpaper image. - -# $HYPRLOCK_BACKGROUND -# - The path to the static hyprlock wallpaper image. -# - Can be set to set a static wallpaper for Hyprlock. - -# $MPRIS_IMAGE -# - The path to the MPRIS image. -# - If MPRIS is not available, it will show the ~/.face.icon image -# - if available, otherwise, it will show the HyDE logo. - -# $PROFILE_IMAGE -# - The path to the profile image. -# - If the image is not available, it will show the ~/.face.icon image -# - if available, otherwise, it will show the HyDE logo. - -# $GREET_TEXT -# - A greeting text to be displayed on the lock screen. -# - The text will be updated every hour. - -# $resolve.font -# - Resolves the font name and download link. -# - HyDE will run 'font.sh resolve' to install the font for you. -# - Note that you needed to have a network connection to download the font. -# - You also need to restart Hyprlock to apply the font. - -# cmd [update:1000] $MPRIS_TEXT -# - Text from media players in "Title  Author" format. - - -# cmd [update:1000] $SPLASH_CMD -# - Outputs the song title when MPRIS is available, -# - otherwise, it will output the splash command. - -# cmd [update:1] $CAVA_CMD -# - The command to be executed to get the CAVA output. -# - ⚠️ (Use with caution as it eats up the CPU.) - -# cmd [update:5000] $BATTERY_ICON -# - The battery icon to be displayed on the lock screen. -# - Only works if the battery is available. - -# cmd [update:1000] $KEYBOARD_LAYOUT -# - The current keyboard layout -# - SUPER + K to change the keyboard layout (or any binding you set) +# Catppuccin cat on line +image { + monitor = + path = $HOME/shit/hyprland-confs/catpuccin/hyprlock/output.png + size = 200 + border_color = rgba(0, 0, 0, 0.0) + position = 50, 0 + shadow_passes = 4 + shadow_size = 2 + shadow_color = $peach + shadow_boost = 1.1 + halign = center + valign = center +} +# INPUT FIELD +input-field { + monitor = + size = 300, 60 + outline_thickness = 4 + dots_size = 0.2 + dots_spacing = 0.2 + dots_center = true + outer_color = $accent + inner_color = $surface0 + font_color = $text + fade_on_empty = false + placeholder_text = 󰌾 Logged in as $USER + hide_input = false + check_color = $accent + fail_color = $red + fail_text = $FAIL ($ATTEMPTS) + capslock_color = $yellow + position = 0, -50 + shadow_passes = 2 + shadow_color = rgb(20, 20, 20) + halign = center + valign = center +} diff --git a/.config/hypr/keybindings.conf b/.config/hypr/keybindings.conf index 1e84855..a05e5d7 100644 --- a/.config/hypr/keybindings.conf +++ b/.config/hypr/keybindings.conf @@ -11,7 +11,7 @@ $mainMod = Super # super / meta / windows key # Assign apps $term = kitty $editor = code -$file = thunar +$file = dolphin $browser = librewolf $viewer = zathura diff --git a/.config/hypr/themes/colors.conf b/.config/hypr/themes/colors.conf index 3f84290..1fdc183 100644 --- a/.config/hypr/themes/colors.conf +++ b/.config/hypr/themes/colors.conf @@ -3,109 +3,109 @@ # Color group 1 -$wallbash_pry1 = 98B4C2 # primary color 1 -$wallbash_txt1 = 0D0D0D # text color 1 -$wallbash_1xa1 = 294452 # accent color 1 for primary color 1 -$wallbash_1xa2 = 3A5B6B # accent color 2 for primary color 1 -$wallbash_1xa3 = 4B6C7D # accent color 3 for primary color 1 -$wallbash_1xa4 = 577C8F # accent color 4 for primary color 1 -$wallbash_1xa5 = 658FA3 # accent color 5 for primary color 1 -$wallbash_1xa6 = 7AAAC2 # accent color 6 for primary color 1 -$wallbash_1xa7 = 9ACCE6 # accent color 7 for primary color 1 -$wallbash_1xa8 = AAD9F0 # accent color 8 for primary color 1 -$wallbash_1xa9 = CCEEFF # accent color 9 for primary color 1 +$wallbash_pry1 = 111524 # primary color 1 +$wallbash_txt1 = FFFFFF # text color 1 +$wallbash_1xa1 = 293152 # accent color 1 for primary color 1 +$wallbash_1xa2 = 3A446B # accent color 2 for primary color 1 +$wallbash_1xa3 = 4B557D # accent color 3 for primary color 1 +$wallbash_1xa4 = 57638F # accent color 4 for primary color 1 +$wallbash_1xa5 = 6572A3 # accent color 5 for primary color 1 +$wallbash_1xa6 = 7A89C2 # accent color 6 for primary color 1 +$wallbash_1xa7 = 9AAAE6 # accent color 7 for primary color 1 +$wallbash_1xa8 = AAB9F0 # accent color 8 for primary color 1 +$wallbash_1xa9 = CCD7FF # accent color 9 for primary color 1 # in rgba format -$wallbash_pry1_rgba = rgba(152,180,194,0.95) # primary color 1 -$wallbash_txt1_rgba = rgba(13,13,13,0.95) # text color 1 -$wallbash_1xa1_rgba = rgba(41,68,82,0.95) # accent color 1 for primary color 1 -$wallbash_1xa2_rgba = rgba(58,91,107,0.95) # accent color 2 for primary color 1 -$wallbash_1xa3_rgba = rgba(75,108,125,0.95) # accent color 3 for primary color 1 -$wallbash_1xa4_rgba = rgba(87,124,143,0.95) # accent color 4 for primary color 1 -$wallbash_1xa5_rgba = rgba(101,143,163,0.95) # accent color 5 for primary color 1 -$wallbash_1xa6_rgba = rgba(122,170,194,0.95) # accent color 6 for primary color 1 -$wallbash_1xa7_rgba = rgba(154,204,230,0.95) # accent color 7 for primary color 1 -$wallbash_1xa8_rgba = rgba(170,217,240,0.95) # accent color 8 for primary color 1 -$wallbash_1xa9_rgba = rgba(204,238,255,0.95) # accent color 9 for primary color 1 +$wallbash_pry1_rgba = rgba(17,21,36,0.95) # primary color 1 +$wallbash_txt1_rgba = rgba(255,255,255,0.95) # text color 1 +$wallbash_1xa1_rgba = rgba(41,49,82,0.95) # accent color 1 for primary color 1 +$wallbash_1xa2_rgba = rgba(58,68,107,0.95) # accent color 2 for primary color 1 +$wallbash_1xa3_rgba = rgba(75,85,125,0.95) # accent color 3 for primary color 1 +$wallbash_1xa4_rgba = rgba(87,99,143,0.95) # accent color 4 for primary color 1 +$wallbash_1xa5_rgba = rgba(101,114,163,0.95) # accent color 5 for primary color 1 +$wallbash_1xa6_rgba = rgba(122,137,194,0.95) # accent color 6 for primary color 1 +$wallbash_1xa7_rgba = rgba(154,170,230,0.95) # accent color 7 for primary color 1 +$wallbash_1xa8_rgba = rgba(170,185,240,0.95) # accent color 8 for primary color 1 +$wallbash_1xa9_rgba = rgba(204,215,255,0.95) # accent color 9 for primary color 1 # Color group 2 -$wallbash_pry2 = 547A97 # primary color 2 -$wallbash_txt2 = FFFFFF # text color 2 -$wallbash_2xa1 = 294052 # accent color 1 for primary color 2 -$wallbash_2xa2 = 3A566B # accent color 2 for primary color 2 -$wallbash_2xa3 = 4B677D # accent color 3 for primary color 2 -$wallbash_2xa4 = 57778F # accent color 4 for primary color 2 -$wallbash_2xa5 = 6588A3 # accent color 5 for primary color 2 -$wallbash_2xa6 = 7AA3C2 # accent color 6 for primary color 2 -$wallbash_2xa7 = 9AC5E6 # accent color 7 for primary color 2 -$wallbash_2xa8 = AAD2F0 # accent color 8 for primary color 2 -$wallbash_2xa9 = CCE9FF # accent color 9 for primary color 2 +$wallbash_pry2 = 667EBA # primary color 2 +$wallbash_txt2 = D2D1CF # text color 2 +$wallbash_2xa1 = 293452 # accent color 1 for primary color 2 +$wallbash_2xa2 = 3A486B # accent color 2 for primary color 2 +$wallbash_2xa3 = 4B597D # accent color 3 for primary color 2 +$wallbash_2xa4 = 57678F # accent color 4 for primary color 2 +$wallbash_2xa5 = 6577A3 # accent color 5 for primary color 2 +$wallbash_2xa6 = 7A8FC2 # accent color 6 for primary color 2 +$wallbash_2xa7 = 9AAFE6 # accent color 7 for primary color 2 +$wallbash_2xa8 = AABEF0 # accent color 8 for primary color 2 +$wallbash_2xa9 = CCDBFF # accent color 9 for primary color 2 # in rgba format -$wallbash_pry2_rgba = rgba(84,122,151,0.95) # primary color 2 -$wallbash_txt2_rgba = rgba(255,255,255,0.95) # text color 2 -$wallbash_2xa1_rgba = rgba(41,64,82,0.95) # accent color 1 for primary color 2 -$wallbash_2xa2_rgba = rgba(58,86,107,0.95) # accent color 2 for primary color 2 -$wallbash_2xa3_rgba = rgba(75,103,125,0.95) # accent color 3 for primary color 2 -$wallbash_2xa4_rgba = rgba(87,119,143,0.95) # accent color 4 for primary color 2 -$wallbash_2xa5_rgba = rgba(101,136,163,0.95) # accent color 5 for primary color 2 -$wallbash_2xa6_rgba = rgba(122,163,194,0.95) # accent color 6 for primary color 2 -$wallbash_2xa7_rgba = rgba(154,197,230,0.95) # accent color 7 for primary color 2 -$wallbash_2xa8_rgba = rgba(170,210,240,0.95) # accent color 8 for primary color 2 -$wallbash_2xa9_rgba = rgba(204,233,255,0.95) # accent color 9 for primary color 2 +$wallbash_pry2_rgba = rgba(102,126,186,0.95) # primary color 2 +$wallbash_txt2_rgba = rgba(210,209,207,0.95) # text color 2 +$wallbash_2xa1_rgba = rgba(41,52,82,0.95) # accent color 1 for primary color 2 +$wallbash_2xa2_rgba = rgba(58,72,107,0.95) # accent color 2 for primary color 2 +$wallbash_2xa3_rgba = rgba(75,89,125,0.95) # accent color 3 for primary color 2 +$wallbash_2xa4_rgba = rgba(87,103,143,0.95) # accent color 4 for primary color 2 +$wallbash_2xa5_rgba = rgba(101,119,163,0.95) # accent color 5 for primary color 2 +$wallbash_2xa6_rgba = rgba(122,143,194,0.95) # accent color 6 for primary color 2 +$wallbash_2xa7_rgba = rgba(154,175,230,0.95) # accent color 7 for primary color 2 +$wallbash_2xa8_rgba = rgba(170,190,240,0.95) # accent color 8 for primary color 2 +$wallbash_2xa9_rgba = rgba(204,219,255,0.95) # accent color 9 for primary color 2 # Color group 3 -$wallbash_pry3 = 38526C # primary color 3 -$wallbash_txt3 = FFFFFF # text color 3 -$wallbash_3xa1 = 293D52 # accent color 1 for primary color 3 -$wallbash_3xa2 = 3A526B # accent color 2 for primary color 3 -$wallbash_3xa3 = 4B647D # accent color 3 for primary color 3 -$wallbash_3xa4 = 57738F # accent color 4 for primary color 3 -$wallbash_3xa5 = 6584A3 # accent color 5 for primary color 3 -$wallbash_3xa6 = 7A9EC2 # accent color 6 for primary color 3 -$wallbash_3xa7 = 9AC0E6 # accent color 7 for primary color 3 -$wallbash_3xa8 = AACDF0 # accent color 8 for primary color 3 -$wallbash_3xa9 = CCE6FF # accent color 9 for primary color 3 +$wallbash_pry3 = F4CCD8 # primary color 3 +$wallbash_txt3 = 050505 # text color 3 +$wallbash_3xa1 = 522935 # accent color 1 for primary color 3 +$wallbash_3xa2 = 6B3A49 # accent color 2 for primary color 3 +$wallbash_3xa3 = 7D4B5A # accent color 3 for primary color 3 +$wallbash_3xa4 = 8F5768 # accent color 4 for primary color 3 +$wallbash_3xa5 = A36578 # accent color 5 for primary color 3 +$wallbash_3xa6 = C27A90 # accent color 6 for primary color 3 +$wallbash_3xa7 = E69AB0 # accent color 7 for primary color 3 +$wallbash_3xa8 = F0AABF # accent color 8 for primary color 3 +$wallbash_3xa9 = FFCCDB # accent color 9 for primary color 3 # in rgba format -$wallbash_pry3_rgba = rgba(56,82,108,0.95) # primary color 3 -$wallbash_txt3_rgba = rgba(255,255,255,0.95) # text color 3 -$wallbash_3xa1_rgba = rgba(41,61,82,0.95) # accent color 1 for primary color 3 -$wallbash_3xa2_rgba = rgba(58,82,107,0.95) # accent color 2 for primary color 3 -$wallbash_3xa3_rgba = rgba(75,100,125,0.95) # accent color 3 for primary color 3 -$wallbash_3xa4_rgba = rgba(87,115,143,0.95) # accent color 4 for primary color 3 -$wallbash_3xa5_rgba = rgba(101,132,163,0.95) # accent color 5 for primary color 3 -$wallbash_3xa6_rgba = rgba(122,158,194,0.95) # accent color 6 for primary color 3 -$wallbash_3xa7_rgba = rgba(154,192,230,0.95) # accent color 7 for primary color 3 -$wallbash_3xa8_rgba = rgba(170,205,240,0.95) # accent color 8 for primary color 3 -$wallbash_3xa9_rgba = rgba(204,230,255,0.95) # accent color 9 for primary color 3 +$wallbash_pry3_rgba = rgba(244,204,216,0.95) # primary color 3 +$wallbash_txt3_rgba = rgba(5,5,5,0.95) # text color 3 +$wallbash_3xa1_rgba = rgba(82,41,53,0.95) # accent color 1 for primary color 3 +$wallbash_3xa2_rgba = rgba(107,58,73,0.95) # accent color 2 for primary color 3 +$wallbash_3xa3_rgba = rgba(125,75,90,0.95) # accent color 3 for primary color 3 +$wallbash_3xa4_rgba = rgba(143,87,104,0.95) # accent color 4 for primary color 3 +$wallbash_3xa5_rgba = rgba(163,101,120,0.95) # accent color 5 for primary color 3 +$wallbash_3xa6_rgba = rgba(194,122,144,0.95) # accent color 6 for primary color 3 +$wallbash_3xa7_rgba = rgba(230,154,176,0.95) # accent color 7 for primary color 3 +$wallbash_3xa8_rgba = rgba(240,170,191,0.95) # accent color 8 for primary color 3 +$wallbash_3xa9_rgba = rgba(255,204,219,0.95) # accent color 9 for primary color 3 # Color group 4 -$wallbash_pry4 = 21252B # primary color 4 -$wallbash_txt4 = FFFFFF # text color 4 -$wallbash_4xa1 = 293952 # accent color 1 for primary color 4 -$wallbash_4xa2 = 3A4E6B # accent color 2 for primary color 4 -$wallbash_4xa3 = 4B5F7D # accent color 3 for primary color 4 -$wallbash_4xa4 = 576D8F # accent color 4 for primary color 4 -$wallbash_4xa5 = 657EA3 # accent color 5 for primary color 4 -$wallbash_4xa6 = 7A97C2 # accent color 6 for primary color 4 -$wallbash_4xa7 = 9AB8E6 # accent color 7 for primary color 4 -$wallbash_4xa8 = AAC6F0 # accent color 8 for primary color 4 -$wallbash_4xa9 = CCE0FF # accent color 9 for primary color 4 +$wallbash_pry4 = FB4722 # primary color 4 +$wallbash_txt4 = CFD6D8 # text color 4 +$wallbash_4xa1 = 523029 # accent color 1 for primary color 4 +$wallbash_4xa2 = 6B423A # accent color 2 for primary color 4 +$wallbash_4xa3 = 7D534B # accent color 3 for primary color 4 +$wallbash_4xa4 = 8F6157 # accent color 4 for primary color 4 +$wallbash_4xa5 = A37065 # accent color 5 for primary color 4 +$wallbash_4xa6 = C2867A # accent color 6 for primary color 4 +$wallbash_4xa7 = E6A79A # accent color 7 for primary color 4 +$wallbash_4xa8 = F0B6AA # accent color 8 for primary color 4 +$wallbash_4xa9 = FFD5CC # accent color 9 for primary color 4 # in rgba format -$wallbash_pry4_rgba = rgba(33,37,43,0.95) # primary color 4 -$wallbash_txt4_rgba = rgba(255,255,255,0.95) # text color 4 -$wallbash_4xa1_rgba = rgba(41,57,82,0.95) # accent color 1 for primary color 4 -$wallbash_4xa2_rgba = rgba(58,78,107,0.95) # accent color 2 for primary color 4 -$wallbash_4xa3_rgba = rgba(75,95,125,0.95) # accent color 3 for primary color 4 -$wallbash_4xa4_rgba = rgba(87,109,143,0.95) # accent color 4 for primary color 4 -$wallbash_4xa5_rgba = rgba(101,126,163,0.95) # accent color 5 for primary color 4 -$wallbash_4xa6_rgba = rgba(122,151,194,0.95) # accent color 6 for primary color 4 -$wallbash_4xa7_rgba = rgba(154,184,230,0.95) # accent color 7 for primary color 4 -$wallbash_4xa8_rgba = rgba(170,198,240,0.95) # accent color 8 for primary color 4 -$wallbash_4xa9_rgba = rgba(204,224,255,0.95) # accent color 9 for primary color 4 +$wallbash_pry4_rgba = rgba(251,71,34,0.95) # primary color 4 +$wallbash_txt4_rgba = rgba(207,214,216,0.95) # text color 4 +$wallbash_4xa1_rgba = rgba(82,48,41,0.95) # accent color 1 for primary color 4 +$wallbash_4xa2_rgba = rgba(107,66,58,0.95) # accent color 2 for primary color 4 +$wallbash_4xa3_rgba = rgba(125,83,75,0.95) # accent color 3 for primary color 4 +$wallbash_4xa4_rgba = rgba(143,97,87,0.95) # accent color 4 for primary color 4 +$wallbash_4xa5_rgba = rgba(163,112,101,0.95) # accent color 5 for primary color 4 +$wallbash_4xa6_rgba = rgba(194,134,122,0.95) # accent color 6 for primary color 4 +$wallbash_4xa7_rgba = rgba(230,167,154,0.95) # accent color 7 for primary color 4 +$wallbash_4xa8_rgba = rgba(240,182,170,0.95) # accent color 8 for primary color 4 +$wallbash_4xa9_rgba = rgba(255,213,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 7562b55..e667f2c 100644 --- a/.config/hypr/themes/theme.conf +++ b/.config/hypr/themes/theme.conf @@ -1,42 +1,34 @@ -# // P̳r̳a̳s̳a̳n̳t̳h̳ R̳a̳n̳g̳a̳n̳ -$GTK_THEME = Catppuccin-Latte -$ICON_THEME = Tela-circle-grey -$COLOR_SCHEME = prefer-light - -# Optional: The varibles above will be set automatically when the theme is loaded -# This exec commands will soon be deprecated +$GTK_THEME=Kripton +$ICON_THEME=Vivid-Glassy-Dark-Icons +$CURSOR_THEME=Sweet-cursors +$COLOR_SCHEME=prefer-dark +$CURSOR_SIZE=20 +$FONT=Noto_Sans general { - gaps_in = 3 - gaps_out = 8 - border_size = 2 - col.active_border = rgba(dc8a78ff) rgba(8839efff) 45deg - col.inactive_border = rgba(7287fdcc) rgba(179299cc) 45deg + gaps_in = 6 + gaps_out = 12 + border_size = 3 + col.active_border = rgba(78c6ebff) rgba(8289a3ff) 45deg + col.inactive_border = rgba(7, 15, 42, 0.58) layout = dwindle resize_on_border = true } -group { - col.border_active = rgba(dc8a78ff) rgba(8839efff) 45deg - col.border_inactive = rgba(7287fdcc) rgba(179299cc) 45deg - col.border_locked_active = rgba(dc8a78ff) rgba(8839efff) 45deg - col.border_locked_inactive = rgba(7287fdcc) rgba(179299cc) 45deg -} - decoration { - rounding = 10 - shadow:enabled = false + rounding = 6 blur { enabled = yes - size = 6 - passes = 3 + size = 4 + passes = 2 new_optimizations = on ignore_opacity = on xray = false } } -layerrule = blur,waybar +blurls = waybar + diff --git a/.config/hypr/themes/wallbash.conf b/.config/hypr/themes/wallbash.conf index ec4654f..5203905 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: Catppuccin Latte -# Configuration File: "/home/elleoma/.config/hyde/themes/Catppuccin Latte/hypr.theme" -# Wallbash Mode : theme +# HyDE Theme: Code Garden +# Configuration File: "/home/elleoma/.config/hyde/themes/Code Garden/hypr.theme" +# Wallbash Mode : auto # // ---------------------------- -$HYDE_THEME=Catppuccin Latte -$GTK_THEME=Catppuccin-Latte -$COLOR-SCHEME=prefer-light -$ICON_THEME=Tela-circle-grey +$HYDE_THEME=Code Garden +$GTK_THEME=Kripton +$COLOR-SCHEME=prefer-dark +$ICON_THEME=Vivid-Glassy-Dark-Icons -$CURSOR_THEME=Bibata-Modern-Ice -$CURSOR_SIZE=24 +$CURSOR_THEME=Sweet-cursors +$CURSOR_SIZE=20 -$FONT=Cantarell +$FONT=Noto_Sans $FONT_SIZE=10 $DOCUMENT_FONT=Cantarell $DOCUMENT_FONT_SIZE=10 @@ -48,3 +48,20 @@ $SDDM_THEME= # exec = hyde-shell walbash code $CODE_THEME # Setting the code theme # // ---------------------------- +#//---Wallbash mode enabled--- +# Overriding values above + +$GTK_THEME = Wallbash-Gtk +$COLOR_SCHEME = prefer-dark + +general { + col.active_border = rgba(FB4722ff) rgba(523029ff) 45deg + col.inactive_border = rgba(111524ff) rgba(667EBAff) 45deg +} + +group { + col.border_active = rgba(FB4722ff) rgba(523029ff) 45deg + col.border_inactive = rgba(111524cc) rgba(667EBAcc) 45deg + col.border_locked_active = rgba(050505ff) rgba(CFD6D8ff) 45deg + col.border_locked_inactive = rgba(FFFFFFcc) rgba(D2D1CFcc) 45deg +} diff --git a/.config/hypr/windowrules.conf b/.config/hypr/windowrules.conf index 16c7b6d..1044c50 100644 --- a/.config/hypr/windowrules.conf +++ b/.config/hypr/windowrules.conf @@ -62,6 +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 = 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 62002f3..ef361a4 100644 --- a/.config/nvim/lazy-lock.json +++ b/.config/nvim/lazy-lock.json @@ -1,5 +1,5 @@ { - "LuaSnip": { "branch": "master", "commit": "eda5be8f0ce9816278671f0b578cdbb8b762c701" }, + "LuaSnip": { "branch": "master", "commit": "66b5c2707e624dcd2cd3605676c64a2efe47e9d1" }, "NvChad": { "branch": "v2.5", "commit": "a792fd1d96c1511a165b18911164baa28bf1d6f4" }, "base46": { "branch": "v2.5", "commit": "fde7a2cd54599e148d376f82980407c2d24b0fa2" }, "cmp-async-path": { "branch": "main", "commit": "0ed1492f59e730c366d261a5ad822fa37e44c325" }, @@ -19,18 +19,18 @@ "minty": { "branch": "main", "commit": "aafc9e8e0afe6bf57580858a2849578d8d8db9e0" }, "nvim-autopairs": { "branch": "master", "commit": "23320e75953ac82e559c610bec5a90d9c6dfa743" }, "nvim-cmp": { "branch": "main", "commit": "b5311ab3ed9c846b585c0c15b7559be131ec4be9" }, - "nvim-dap": { "branch": "master", "commit": "1c75a797b4017fec6491f509cf196c8c8833f26f" }, - "nvim-dap-ui": { "branch": "master", "commit": "73a26abf4941aa27da59820fd6b028ebcdbcf932" }, - "nvim-lspconfig": { "branch": "master", "commit": "bb3fb99cf14daa33014331ac6eb4b5de9180f775" }, + "nvim-dap": { "branch": "master", "commit": "cc77338e6e34c79f1c638f51ae4160dc9bfb05de" }, + "nvim-dap-ui": { "branch": "master", "commit": "cf91d5e2d07c72903d052f5207511bf7ecdb7122" }, + "nvim-lspconfig": { "branch": "master", "commit": "592916db3f4ecdf062962b3aa83583aebe3c4a14" }, "nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" }, "nvim-tree.lua": { "branch": "master", "commit": "b0b49552c9462900a882fe772993b01d780445fe" }, "nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" }, - "nvim-web-devicons": { "branch": "master", "commit": "19d6211c78169e78bab372b585b6fb17ad974e82" }, + "nvim-web-devicons": { "branch": "master", "commit": "a1366758b3a232036dc97be8ca41184aa3f50506" }, "plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" }, "rust.vim": { "branch": "master", "commit": "889b9a7515db477f4cb6808bef1769e53493c578" }, - "rustaceanvim": { "branch": "master", "commit": "322224d00a731d75eed6b700d38e460fd30f6e3c" }, + "rustaceanvim": { "branch": "master", "commit": "41d1e845ccbad1670fc32babe7fe7bf512d4ea16" }, "telescope.nvim": { "branch": "master", "commit": "b4da76be54691e854d3e0e02c36b0245f945c2c7" }, - "ui": { "branch": "v3.0", "commit": "ec5b1f8e591b2e8f1cd3653b41bb14d9cd43dfd1" }, + "ui": { "branch": "v3.0", "commit": "4c632329bf2a745c6e06c2012bcf432eb7af3135" }, "volt": { "branch": "main", "commit": "7b8c5e790120d9f08c8487dcb80692db6d2087a1" }, "which-key.nvim": { "branch": "main", "commit": "370ec46f710e058c9c1646273e6b225acf47cbed" } } diff --git a/.config/zsh/.zsh_history b/.config/zsh/.zsh_history index aa9dbbd..4a44fe3 100644 --- a/.config/zsh/.zsh_history +++ b/.config/zsh/.zsh_history @@ -2005,3 +2005,207 @@ : 1752064584:0;config status : 1752064928:0;config rm .zshrc : 1752064940:0;config add ~/.config/zsh +: 1752064944:0;config status +: 1752065029:0;config commit -m "update HyDE" +: 1752065033:0;config push +: 1752068067:0;ls +: 1752068069:0;git pull +: 1752068086:0;hydectl theme select +: 1752068094:0;hydectl theme import --help +: 1752068100:0;hydectl theme import +: 1752068555:0;tmux a +: 1752068565:0;cd .. +: 1752068566:0;ls +: 1752068574:0;git clone https://github.com/catppuccin/hyprlock +: 1752068577:0;cd hyprlock +: 1752068578:0;ls +: 1752068628:0;cd .. +: 1752068631:0;mkdir catpuccin +: 1752068636:0;mv hyprlock catpuccin +: 1752068640:0;cd catpuccin +: 1752068648:0;git clone https://github.com/catppuccin/hyprland +: 1752068665:0;cd hyprlock +: 1752068686:0;glow +: 1752068712:0;ls +: 1752068730:0;mv hyprlock.conf ~/.config/hyprlock/ +: 1752068763:0;mv hyprlock.conf ~/.config/hypr/ +: 1752068767:0;l +: 1752068773:0;git pull +: 1752068786:0;cp ~/.config/hyprlock/hyprlock.conf . +: 1752068797:0;cp hyprlock.conf ~/.config/hypr/ +: 1752068804:0;ll ~/.config/hypr +: 1752068848:0;cd .. +: 1752068852:0;cd hyprland +: 1752068852:0;ls +: 1752068930:0;ll +: 1752068934:0;ll assets +: 1752068938:0;ll themes +: 1752068947:0;cp themes/macchiato.conf ~/.config/hypr/ +: 1752068974:0;nv ~/.config/hypr/hyprlock.conf +: 1752069045:0;nv ~/.config/hypr/macchiato.conf +: 1752069263:0;cd .. +: 1752069265:0;cd hyprlock +: 1752069272:0;mv ~/Downloads/*.svg . +: 1752069272:0;ls +: 1752069277:0;icat gray0_ctp_on_line.svg +: 1752069282:0;ll ~/Downloads +: 1752069293:0;mv ~/Downloads/gray0_ctp_on_line.png . +: 1752069294:0;ls +: 1752069298:0;ocat gray0_ctp_on_line.png +: 1752069303:0;icat gray0_ctp_on_line.png +: 1752069432:0;cd ../hypr +: 1752069436:0;builtin cd -- /home/elleoma/.config/hypr/hyprlock +: 1752069437:0;ls +: 1752069443:0;cd .. +: 1752069447:0;nv hyprlock.conf +: 1752069616:0;ls +: 1752069617:0;ll +: 1752069620:0;fastfetch +: 1752069906:0;nv hyprlock.conf +: 1752070308:0;mv ~/Downloads/catpuccin-circle.png catppuccin-circle.png +: 1752070583:0;ll +: 1752070591:0;ls +: 1752070592:0;ll +: 1752070596:0;fastfetch +: 1752070617:0;ll +: 1752070619:0;fastfetch +: 1752070679:0;ll +: 1752070681:0;fastfetch +: 1752071841:0;icat gray0_ctp_on_line.svg +: 1752071848:0;nv sscript.sh +: 1752071893:0;mv sscript.sh script.sh +: 1752071896:0;chmod +x script.sh +: 1752072059:0;hyprlock +: 1752072223:0;imagemagic +: 1752072230:0;imagemagick +: 1752072247:0;in +: 1752072262:0;imagemagick +: 1752072276:0;ll +: 1752072287:0;convert gray0_ctp_on_line.svg output.png +: 1752072297:0;magick convert gray0_ctp_on_line.svg output.png +: 1752072303:0;magick gray0_ctp_on_line.svg output.png +: 1752072304:0;ls +: 1752072307:0;icat output.png +: 1752072315:0;icat gray0_ctp_on_line.png +: 1752072321:0;man magic +: 1752072327:0;man magick +: 1752072373:0;magick gray0_ctp_on_line.svg output.png -background none +: 1752072386:0;magick -background -none gray0_ctp_on_line.svg output.png +: 1752072391:0;magick -background none gray0_ctp_on_line.svg output.png +: 1752072392:0;ls +: 1752072395:0;icat output.png +: 1752072398:0;ll +: 1752072476:0;magick -background none -density 300 gray0_ctp_on_line.svg output.png +: 1752072477:0;ls +: 1752072481:0;icat output.png +: 1752072599:0;magick -background none -density 600 gray0_ctp_on_line.svg output.png +: 1752072600:0;ls +: 1752072602:0;icat output.png +: 1752072663:0;magick -background none -density 600 -trim gray0_ctp_on_line.svg output.png +: 1752072675:0;magick -background none -density 600 gray0_ctp_on_line.svg -trim output.png +: 1752072678:0;icat output.png +: 1752072749:0;nv hyprlock.conf +: 1752072949:0;magick -background none -density 600 gray0_ctp_on_line.svg -define png:alpha=off -trim output.png +: 1752072951:0;ll +: 1752072954:0;icat output.png +: 1752072975:0;magick -background none -density 800 gray0_ctp_on_line.svg -define png:alpha=off -trim output.png +: 1752072977:0;icat output.png +: 1752073008:0;ll +: 1752073015:0;magick -background none -density 1000 gray0_ctp_on_line.svg -define png:alpha=off -trim output.png +: 1752073018:0;icat output.png +: 1752073142:0;hyprlock +: 1752073181:0;nv gray0_ctp_on_line.svg +: 1752073288:0;icat gray0_ctp_on_line.svg +: 1752073294:0;nv gray0_ctp_on_line.svg +: 1752073299:0;icat gray0_ctp_on_line.svg +: 1752073301:0;nv gray0_ctp_on_line.svg +: 1752073305:0;icat gray0_ctp_on_line.svg +: 1752073333:0;nv gray0_ctp_on_line.svg +: 1752073346:0;icat gray0_ctp_on_line.svg +: 1752073373:0;magick -background none -density 800 gray0_ctp_on_line.svg -define png:alpha=off -trim output.png +: 1752073376:0;ls +: 1752073379:0;icat output.png +: 1752073418:0;magick -background none gray0_ctp_on_line.svg -define png:alpha=off -trim output.png +: 1752073419:0;ls +: 1752073421:0;icat output.png +: 1752073436:0;magick -background none -density 500 gray0_ctp_on_line.svg -define png:alpha=off -trim output.png +: 1752073438:0;ls +: 1752073440:0;icat output.png +: 1752073482:0;nv hyprlock.conf +: 1752073489:0;nv gray0_ctp_on_line.svg +: 1752073502:0;icat gray0_ctp_on_line.svg +: 1752073579:0;nv gray0_ctp_on_line.svg +: 1752073627:0;magick -background none -density 500 gray0_ctp_on_line.svg -define png:alpha=off -trim output.png +: 1752073630:0;ls +: 1752073632:0;icat output.png +: 1752073759:0;man magick +: 1752073845:0;magick -background none -density 600 gray0_ctp_on_line.svg -define png:alpha=off -trim -fill Transparent output.png +: 1752073848:0;ls +: 1752073851:0;icat output.png +: 1752073860:0;magick -background none -density 500 gray0_ctp_on_line.svg -define png:alpha=off -trim -fill Transparent output.png +: 1752073863:0;icat output.png +: 1752073970:0;in +: 1752074035:0;inkscape \\ + --export-png=out.png --export-dpi=300 \\ + --export-background-opacity=0 --without-gui gray0_ctp_on_line.svg +: 1752074038:0;ls +: 1752074041:0;icat out +: 1752074044:0;icat out.png +: 1752074092:0;inkscape \\ + --export-type=png --export-dpi=400 \\ + --export-background-opacity=0 gray0_ctp_on_line.svg +: 1752074093:0;ls +: 1752074108:0;icat gray0_ctp_on_line.png +: 1752074119:0;inkscape \\ + --export-type=out.png --export-dpi=400 \\ + --export-background-opacity=0 gray0_ctp_on_line.svg +: 1752074129:0;mv gray0_ctp_on_line.png out.png +: 1752076479:0;inkscape \\ + --export-type=out.png --export-dpi=600 \\ + --export-background-opacity=0 gray0_ctp_on_line.svg +: 1752076485:0;inkscape \\ + --export-type=png --export-dpi=600 \\ + --export-background-opacity=0 gray0_ctp_on_line.svg +: 1752076490:0;icat gray0_ctp_on_line.png +: 1752076492:0;ls +: 1752076512:0;mv gray0_ctp_on_line.png out.png +: 1752076570:0;inkscape \\ + --export-type=out.png --export-dpi=300 \\ + --export-background-opacity=0 gray0_ctp_on_line.svg +: 1752076575:0;inkscape \\ + --export-type=png --export-dpi=300 \\ + --export-background-opacity=0 gray0_ctp_on_line.svg +: 1752076579:0;mv gray0_ctp_on_line.png out.png +: 1752076601:0;nv hyprlock.conf +: 1752076996:0;tmix kill-session +: 1752077000:0;tmx kill-session +: 1752077002:0;tmux kill-session +: 1752077103:0;cd shit/notes +: 1752077105:0;ls +: 1752077106:0;nv README.md +: 1752077333:0;gst +: 1752077335:0;ga README.md +: 1752077345:0;git commit -m "switched to tuwunel" +: 1752077348:0;git push +: 1752077726:0;cd +: 1752077729:0;pi +: 1752080335:0;tmux new +: 1752080349:0;cd shit/bug-bounty +: 1752080352:0;mkdir emabrk +: 1752080357:0;mv emabrk embark +: 1752080360:0;cd embark +: 1752080360:0;ls +: 1752080439:0;git clone https://github.com/EmbarkStudios/presser.git +: 1752080446:0;cd presser +: 1752080446:0;ls +: 1752080448:0;nv +: 1752084683:0;nv ~/.config/hypr/keybindings.conf +: 1752084699:0;nv ~/.config/hypr/windowrules.conf +: 1752084754:0;l +: 1752084756:0;l btop +: 1752084760:0;l btop/themes +: 1752084763:0;cat btop/btop.conf +: 1752084820:0;btop +: 1752084850:0;ls +: 1752084853:0;config status +: 1752084932:0;config add -u