added wayland and sway configs

This commit is contained in:
2025-07-25 10:50:09 +02:00
parent c131b87619
commit e1e4f6ae51
17 changed files with 1425 additions and 3 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f /sys/class/power_supply/BAT*/current_now ]; then
powerDraw="󰠰 $(($(cat /sys/class/power_supply/BAT*/current_now)/1000000))w"
fi
cat << EOF
{ "text":"$powerDraw", "tooltip":"power Draw $powerDraw"}
EOF