Update
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user