aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr/hyprland.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/hypr/hyprland.conf')
-rw-r--r--.config/hypr/hyprland.conf20
1 files changed, 9 insertions, 11 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 29c2360..65c46b4 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -27,7 +27,7 @@ env = XCURSOR_THEME,Adwaita
env = HYPRCURSOR_SIZE,24
env = HYPRCURSOR_THEME,Adwaita
env = GBM_BACKEND,nvidia-drm
-env = GTK_THEME,Everforest-Yellow-Dark
+env = GTK_THEME,Catppuccin-Pink-Dark
# ecosystem {
# enforce_permissions = 1
@@ -38,16 +38,14 @@ env = GTK_THEME,Everforest-Yellow-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)
- # col.inactive_border = rgb(595959)
- # col.active_border = rgb(83a598)
- # col.inactive_border = rgb(3c3836)
- col.active_border = rgb(7fbbb3)
- col.inactive_border = rgb(2e383c)
+ col.active_border = rgb(f5c2e7)
+ col.inactive_border = rgb(313244)
+ # col.active_border = rgb(7fbbb3)
+ # col.inactive_border = rgb(2e383c)
resize_on_border = false
@@ -76,7 +74,7 @@ decoration {
}
animations {
- enabled = false
+ enabled = true
bezier = easeOutQuint,0.23,1,0.32,1
bezier = easeInOutCubic,0.65,0.05,0.36,1
bezier = linear,0,0,1,1
@@ -115,7 +113,7 @@ misc {
disable_hyprland_logo = true
enable_swallow = 1
swallow_regex = ^(footclient)$
- background_color = 0x1E2326
+ background_color = 0x181825
disable_hyprland_guiutils_check = true
middle_click_paste = false
}