diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-07-10 10:49:55 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-07-10 10:49:55 +0000 |
| commit | 9ea4e05127e7aaf79a58f98076288b25973e949f (patch) | |
| tree | 38e526e572e48a4c9e9cf08d6d1a6dabacb893c9 /.config/hypr/visual.lua | |
| parent | dd03d22b6605aa26ceb9d2fbaf9b24c4ceb0e0fb (diff) | |
backup
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, + }, +}) + |
