Version 0.1.0
This commit is contained in:
21
home-manager/10_hypr/03_look-and-feel.nix
Normal file
21
home-manager/10_hypr/03_look-and-feel.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.file.".config/hypr/03_look-and-feel.conf".text = ''
|
||||
# ── LOOK AND FEEL ─────────────────────────────────────────────────────────
|
||||
general {
|
||||
col.active_border = rgba(9cdef2ff)
|
||||
col.inactive_border = rgba(444444ff)
|
||||
gaps_in = 5
|
||||
gaps_out = 20
|
||||
border_size = 2
|
||||
|
||||
col.active_border = rgba(61afefff) # Blue for focused windows
|
||||
col.inactive_border = rgba(444444ff)
|
||||
|
||||
resize_on_border = false
|
||||
allow_tearing = false
|
||||
layout = dwindle
|
||||
}
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user