This commit is contained in:
2026-05-08 16:25:23 +02:00
parent 468ef3252b
commit f35aa2ee81
2 changed files with 10 additions and 1 deletions
+7
View File
@@ -20,6 +20,7 @@
"custom/temp",
"custom/cpu",
"custom/mem",
"custom/notification",
"custom/battery",
"tray",
"clock"
@@ -39,6 +40,7 @@
"b_mail": " ",
"c_yuzzit": "Y",
"d_ai": "AI",
"e_music": "󰎇",
"11": "1",
"12": "2",
"13": "3",
@@ -168,5 +170,10 @@
"exec": "sed '4q;d' ~/.config/hypr/.stat.txt",
"return-type": "json",
"restart-interval": 2
},
"custom/notification": {
"exec": "makoctl mode | grep '^do-not-disturb$' > /dev/null 2>&1 && echo '󱙍 ' || echo '󰍡 '",
"on-click": "makoctl mode -t do-not-disturb",
"restart-interval": 2
}
}