Switch to eww for status bar

This commit is contained in:
Kiana Sheibani 2024-05-11 19:17:30 -04:00
parent f4c7c3e1e2
commit 106a9f4b38
15 changed files with 704 additions and 10 deletions

View file

@ -1,9 +1,12 @@
#!/usr/bin/env bash
# Background
swaybg -o '*' -i "$background" -m fill &
waybar &
# Status Bar
eww open "$platform"_bar --screen 0
# Idle Handler
swayidle timeout 120 'swaylock -f --grace=180' \
timeout 600 'systemctl suspend' \
before-sleep 'swaylock -f' &