forked from foxora/nix
fixed outer gap and added waybar config for mango :3
This commit is contained in:
parent
6ba376e1f5
commit
8252c59090
4 changed files with 22 additions and 6 deletions
|
|
@ -20,6 +20,7 @@ monitorrule = name:HDMI-A-1,width:1920,height:1080,refresh:60,x:-1920,y:0
|
|||
################################################################################
|
||||
|
||||
exec-once = waybar
|
||||
exec-once = waybar --config ~/.config/mango/waybar.jsonc
|
||||
exec-once = awww-daemon
|
||||
|
||||
exec-once = wl-paste --type text --watch cliphist store
|
||||
|
|
@ -35,10 +36,13 @@ exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY DISPLAY
|
|||
################################################################################
|
||||
|
||||
borderpx = 2
|
||||
|
||||
gappih = 5 # inner gap horizontal
|
||||
gappiv = 5 # inner gap vertical
|
||||
gappoh = 10 # outer gap horizontal
|
||||
gappov = 10 # outer gap horizontal
|
||||
# we set the bottom vertical gap by using an empty layer that defines an exclusive zone
|
||||
gappov = 0 # outer gap vertical
|
||||
|
||||
border_radius = 8
|
||||
|
||||
focused_opacity = 1.0
|
||||
|
|
|
|||
5
homes/modules/wm/mango/mango/waybar.jsonc
Normal file
5
homes/modules/wm/mango/mango/waybar.jsonc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"layer": "bottom",
|
||||
"position": "bottom",
|
||||
"height": 10,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue