diff options
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/eww.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/home/eww.nix b/modules/home/eww.nix index 566eaea..3be22ea 100644 --- a/modules/home/eww.nix +++ b/modules/home/eww.nix @@ -46,6 +46,8 @@ window { color: @fg; background-color: @bg; + border: 2px solid @bg1; + border-bottom: none; } .main { |