macbook m1 files for sway/wayland, initial commit

This commit is contained in:
markmental 2025-11-16 17:23:28 -05:00
commit 90f520f8e3
3 changed files with 29 additions and 4 deletions

View file

@ -5,11 +5,21 @@ general {
# Order of modules in the bar
order += "read_file hostname"
order += "read_file battery"
order += "disk /"
order += "memory"
order += "load"
order += "tztime local"
# battery usage
read_file battery {
path = "/tmp/battery_percent"
format = "🔋 %content"
}
# Hostname shown as 🖥 debi3.lan
read_file hostname {
path = "/home/mrkmntal/.hostname_lan"