diff options
author | Blaster4385 <[email protected]> | 2025-08-01 21:19:49 +0530 |
---|---|---|
committer | Blaster4385 <[email protected]> | 2025-08-01 21:19:49 +0530 |
commit | 6af657af074bbcd82cc77bef9456362bbbf5d495 (patch) | |
tree | c3f4666c664a0add5be39c6b96e28606dd0f2c7e /hypr/hyprland.conf | |
parent | eda3e250c5b3ff8fb117cdad1fd63fe993ce06bf (diff) |
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r-- | hypr/hyprland.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c1134aa..129db6a 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -12,8 +12,8 @@ source = ~/.config/hypr/windows.conf source = ~/.config/hypr/workspaces.conf $bg = rgb(282828) -$fg = rgb(ebdbb2) -$fg1 = rgb(a89984) +$fg = rgba(ebdbb280) +$fg1 = rgba(a8998480) general { gaps_in = 15 @@ -27,7 +27,7 @@ general { } render { - explicit_sync = 1 + # explicit_sync = 1 } master { |