This commit is contained in:
2026-06-26 10:14:26 +02:00
parent f7d80ecf05
commit c3ff9e5a68
6 changed files with 495 additions and 719 deletions
+7 -36
View File
@@ -21,6 +21,7 @@
"custom/cpu",
"custom/mem",
"custom/notification",
"custom/mic",
"custom/battery",
"tray",
"clock"
@@ -41,45 +42,9 @@
"c_yuzzit": "Y",
"d_ai": "AI",
"e_music": "󰎇",
"11": "1",
"12": "2",
"13": "3",
"14": "4",
"15": "5",
"16": "6",
"17": "7",
"18": "8",
"19": "9",
"20": "0",
"21": "1",
"22": "2",
"23": "3",
"24": "4",
"25": "5",
"26": "6",
"27": "7",
"28": "8",
"29": "9",
"30": "0",
"31": "1",
"32": "2",
"33": "3",
"34": "4",
"35": "5",
"36": "6",
"37": "7",
"38": "8",
"39": "9",
"40": "0",
},
"on-click": "activate",
"sort-by-number": true,
"persistent-workspaces": {
"eDP-1": [11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
"DP-3": [11, 12, 13, 14, 15, 16, 17, 18, 19, 20],
"DP-2": [21, 22, 23, 24, 25, 26, 27, 28, 29, 30],
"HDMI-A-1": [31, 32, 33, 34, 35, 36, 37, 38, 39, 40]
},
"show-special": true
},
"clock": {
@@ -175,5 +140,11 @@
"exec": "makoctl mode | grep '^do-not-disturb$' > /dev/null 2>&1 && echo '󱙍 ' || echo '󰍡 '",
"on-click": "makoctl mode -t do-not-disturb",
"restart-interval": 2
},
"custom/mic": {
"exec": "pactl get-source-mute alsa_input.usb-Generic_Blue_Microphones_LT_2206140951259D030044_111000-00.analog-stereo | grep -q yes && echo '  ' || echo '  '",
"on-click": "pactl set-source-mute alsa_input.usb-Generic_Blue_Microphones_LT_2206140951259D030044_111000-00.analog-stereo toggle",
"restart-interval": 1,
"tooltip": false
}
}