more styling

This commit is contained in:
Benjamin Palko 2024-03-22 17:32:45 -05:00
parent 7798e8360c
commit 3c21b077ba
10 changed files with 51 additions and 21 deletions

View file

@ -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

View file

@ -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