feat(waybar): add privacy module
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
This commit is contained in:
parent
9612ff6b70
commit
5af620ed61
@ -19,6 +19,7 @@
|
||||
"custom/media"
|
||||
],
|
||||
"modules-right": [
|
||||
"privacy",
|
||||
"systemd-failed-units",
|
||||
"tray",
|
||||
"backlight",
|
||||
@ -220,6 +221,10 @@
|
||||
"firefoxdeveloperedition": "firefox-developer-edition"
|
||||
}
|
||||
},
|
||||
"privacy": {
|
||||
"icon-spacing": 2,
|
||||
"icon-size": 14,
|
||||
},
|
||||
"systemd-failed-units": {
|
||||
"format": "✗ Degraded Units: {nr_failed}",
|
||||
"system": true,
|
||||
|
@ -71,6 +71,7 @@ tooltip label,
|
||||
#taskbar,
|
||||
#tray,
|
||||
#backlight,
|
||||
#privacy,
|
||||
#systemd-failed-units,
|
||||
#tray menu,
|
||||
#custom-lock {
|
||||
@ -263,6 +264,26 @@ tooltip {
|
||||
background: #98bb6c;
|
||||
}
|
||||
|
||||
|
||||
#privacy-item.audio-in {
|
||||
color: #FF5D62;
|
||||
-gtk-icon-shadow: 0 0 2px #FF5D62;
|
||||
}
|
||||
|
||||
#privacy-item.audio-out {
|
||||
color: #98BB6C;
|
||||
-gtk-icon-shadow: 0 0 2px #98BB6C;
|
||||
}
|
||||
|
||||
#privacy-item.screenshare {
|
||||
color: #A3D4D5;
|
||||
-gtk-icon-shadow: 0 0 2px #A3D4D5;
|
||||
}
|
||||
|
||||
#privacy-item.screenshare {
|
||||
color: #A3D4D5;
|
||||
}
|
||||
|
||||
#systemd-failed-units.ok {
|
||||
color: #98BB6C;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user