macbook m1 files for sway/wayland, initial commit
This commit is contained in:
parent
787584b08f
commit
90f520f8e3
3 changed files with 29 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue