diff options
Diffstat (limited to '.config/hypr/visual.lua')
| -rw-r--r-- | .config/hypr/visual.lua | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.config/hypr/visual.lua b/.config/hypr/visual.lua new file mode 100644 index 0000000..b8ed8d5 --- /dev/null +++ b/.config/hypr/visual.lua @@ -0,0 +1,34 @@ +----------------------- +---- LOOK AND FEEL ---- +----------------------- +-- https://wiki.hypr.land/Configuring/Basics/Variables/ + +hl.config({ + general = { + gaps_in = 2, + gaps_out = 2, + border_size = 2, + col = { + active_border = "rgba(ef934dff)", + inactive_border = "rgba(3b403cff)", + }, + resize_on_border = false, + -- https://wiki.hypr.land/Configuring/Advanced-and-Cool/Tearing/ + allow_tearing = false, + layout = "master", + }, + + decoration = { + rounding = 0, + shadow = { enabled = false, }, + blur = { enabled = false, }, + }, + + animations = { enabled = false, }, + + misc = { + force_default_wallpaper = 0, + disable_hyprland_logo = true, + }, +}) + |
