diff options
author | awy <awy@awy.one> | 2025-08-06 03:02:32 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-06 03:02:32 +0300 |
commit | 2fc168cc358777d63b66f14337bad943a3e0470d (patch) | |
tree | 04a26936600e7cf63c0da462ee690c3f726d5523 /.config | |
parent | 65e138bb143e4f11fb7cbc72fbfc9d846956b082 (diff) | |
download | hyprdots-2fc168cc358777d63b66f14337bad943a3e0470d.tar.gz |
gruvbox
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprland.conf | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index fbe1638..448837a 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -16,11 +16,11 @@ exec-once = gpg-agent --daemon exec-once = gnome-keyring-daemon --start --components=secrets env = XCURSOR_SIZE,24 -env = XCURSOR_THEME,catppuccin-mocha-rosewater-cursors +env = XCURSOR_THEME,Retrowaita env = HYPRCURSOR_SIZE,24 -env = HYPRCURSOR_THEME,catppuccin-mocha-rosewater-cursors +env = HYPRCURSOR_THEME,Retrowaita env = GBM_BACKEND,nvidia-drm -env = GTK_THEME,catppuccin-mocha-rosewater-standard+default +env = GTK_THEME,Gruvbox-Material-Dark # ecosystem { # enforce_permissions = 1 @@ -31,18 +31,18 @@ env = GTK_THEME,catppuccin-mocha-rosewater-standard+default # permission = /usr/(bin|local/bin)/hyprpm, plugin, allow general { - gaps_in = 5 - gaps_out = 10 + gaps_in = 5 + gaps_out = 10 - border_size = 2 - col.active_border = rgb(f5e0dc) - col.inactive_border = rgba(595959aa) + border_size = 3 + col.active_border = rgba(83a598ff) + col.inactive_border = rgba(595959aa) - resize_on_border = false + resize_on_border = false - allow_tearing = false + allow_tearing = false - layout = dwindle + layout = dwindle } decoration { @@ -57,6 +57,10 @@ decoration { blur { enabled = true + size = 3 + passes = 1 + + vibrancy = 0.1696 } } @@ -82,8 +86,8 @@ animations { animation = fadeLayersIn, 1, 1.79, almostLinear animation = fadeLayersOut, 1, 1.39, almostLinear animation = workspaces, 1, 1.94, almostLinear, fade - animation = workspacesIn, 1, 1.21, almostLinear, fade - animation = workspacesOut, 1, 1.94, almostLinear, fade + animation = workspacesIn, 1, 3, easeOutQuint, slidevert + animation = workspacesOut, 1, 3, easeOutQuint, slidevert } dwindle { |