dev: automated commit - 2025-09-29 16:06:36
This commit is contained in:
parent
e1a5203154
commit
8b08b8eccb
3 changed files with 9 additions and 15 deletions
|
|
@ -43,8 +43,7 @@
|
||||||
},
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
"custom/expand-icon",
|
"custom/expand-icon",
|
||||||
"tray",
|
"tray"
|
||||||
"custom/notification"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"custom/expand-icon": {
|
"custom/expand-icon": {
|
||||||
|
|
@ -118,20 +117,11 @@
|
||||||
"battery": {
|
"battery": {
|
||||||
"format": "{icon} {capacity}% ",
|
"format": "{icon} {capacity}% ",
|
||||||
"format-discharging": "{icon} {capacity}%",
|
"format-discharging": "{icon} {capacity}%",
|
||||||
"format-charging": "{icon} {time}",
|
"format-charging": "{icon}",
|
||||||
"format-plugged": "",
|
"format-plugged": "",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"charging": [
|
"charging": [
|
||||||
"",
|
""
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
"",
|
|
||||||
""
|
|
||||||
],
|
],
|
||||||
"default": [
|
"default": [
|
||||||
"",
|
"",
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,8 @@
|
||||||
"custom/randwall",
|
"custom/randwall",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"clock",
|
"clock",
|
||||||
"group/tray-expander"
|
"group/tray-expander",
|
||||||
|
"custom/notification"
|
||||||
],
|
],
|
||||||
"output": [
|
"output": [
|
||||||
"HDMI-A-1"
|
"HDMI-A-1"
|
||||||
|
|
@ -54,7 +55,9 @@
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"backlight",
|
"backlight",
|
||||||
"battery",
|
"battery",
|
||||||
"group/tray-expander"
|
"clock",
|
||||||
|
"group/tray-expander",
|
||||||
|
"custom/notification"
|
||||||
],
|
],
|
||||||
"output": [
|
"output": [
|
||||||
"eDP-1"
|
"eDP-1"
|
||||||
|
|
|
||||||
|
|
@ -97,6 +97,7 @@ tooltip {
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-notification {
|
#custom-notification {
|
||||||
|
margin-left: 8px;
|
||||||
margin-right: 12px;
|
margin-right: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue