more styling
This commit is contained in:
parent
7798e8360c
commit
3c21b077ba
10 changed files with 51 additions and 21 deletions
|
|
@ -60,9 +60,9 @@ input {
|
|||
general {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
gaps_in = 5
|
||||
gaps_out = 20
|
||||
border_size = 2
|
||||
gaps_in = 20
|
||||
gaps_out = 40
|
||||
border_size = 3
|
||||
col.active_border = $color4 $color13 45deg
|
||||
col.inactive_border = $color0
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ CONFIG_FILES="$HOME/.config/waybar/ $HOME/.cache/wal/"
|
|||
trap "killall waybar" EXIT
|
||||
|
||||
while true; do
|
||||
sleep 0.4
|
||||
sleep 1.6
|
||||
waybar &
|
||||
inotifywait -e create,modify -r $CONFIG_FILES
|
||||
killall waybar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue