diff options
author | awy <awy@awy.one> | 2025-10-04 17:11:00 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-10-04 17:11:00 +0300 |
commit | f21d7562b4dc2557f1805685355a79df5e17dbad (patch) | |
tree | 7290b947fbdc8bf8b879a46eac83ddf4b086030e /.config | |
parent | 0471e7e77887d5f423add0ff00f439b687c2d1d4 (diff) | |
download | hyprdots-f21d7562b4dc2557f1805685355a79df5e17dbad.tar.gz |
gaps and transparency
Diffstat (limited to '.config')
-rw-r--r-- | .config/foot/foot.ini | 2 | ||||
-rw-r--r-- | .config/hypr/hyprland.conf | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index c641d98..c274682 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -13,7 +13,7 @@ style=beam hide-when-typing=true [colors] -# alpha = 0.8 +alpha = 0.90 #foreground=d3c6aa #background=2b3339 # diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 2a82853..3ff3614 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -17,7 +17,7 @@ exec-once = gpg-agent --daemon exec-once = gnome-keyring-daemon --start --components=secrets exec-once = portal exec-once = sleep 2 && waybar -exec-once = stmpdup +exec-once = sleep 2 && stmpdup env = XCURSOR_SIZE,24 env = XCURSOR_THEME,Adwaita @@ -35,8 +35,8 @@ env = GTK_THEME,Gruvbox-Dark # permission = /usr/(bin|local/bin)/hyprpm, plugin, allow general { - gaps_in = 0 - gaps_out = 0 + gaps_in = 5 + gaps_out = 10 border_size = 2 col.active_border = rgb(83a598) |