Changed system tray configuration to enable battery percentage display
This commit is contained in:
@ -28,10 +28,6 @@
|
|||||||
General = {
|
General = {
|
||||||
sensors = "[{\"name\":\"Average CPU Temperature\",\"sensorId\":\"cpu/all/averageTemperature\"}]";
|
sensors = "[{\"name\":\"Average CPU Temperature\",\"sensorId\":\"cpu/all/averageTemperature\"}]";
|
||||||
};
|
};
|
||||||
#ConfigDialog = {
|
|
||||||
# DialogHeight = 540;
|
|
||||||
# DialogWidth = 720;
|
|
||||||
#};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
@ -56,28 +52,39 @@
|
|||||||
}
|
}
|
||||||
"zayron.simple.separator"
|
"zayron.simple.separator"
|
||||||
{
|
{
|
||||||
systemTray.items = {
|
systemTray = {
|
||||||
# Explicitly shown icons (always visible)
|
items = {
|
||||||
shown = [
|
# Explicitly shown icons (always visible)
|
||||||
"Trayscale"
|
shown = [
|
||||||
"org.kde.plasma.battery"
|
"Trayscale"
|
||||||
"org.kde.plasma.networkmanagement"
|
#"org.kde.plasma.battery"
|
||||||
"org.kde.plasma.volume"
|
"org.kde.plasma.networkmanagement"
|
||||||
];
|
"org.kde.plasma.volume"
|
||||||
# Explicitly hidden icons (in the popup menu)
|
];
|
||||||
hidden = [
|
# Explicitly hidden icons (in the popup menu)
|
||||||
"org.kde.plasma.brightness"
|
hidden = [
|
||||||
"toolbox"
|
"org.kde.plasma.brightness"
|
||||||
"Yakuake"
|
"toolbox"
|
||||||
"org.kde.plasma.notifications"
|
"Yakuake"
|
||||||
"Xwayland Video Bridge_pipewireToXProxy"
|
"org.kde.plasma.notifications"
|
||||||
"zero-trust-client"
|
"Xwayland Video Bridge_pipewireToXProxy"
|
||||||
"org.kde.plasma.clipboard"
|
"zero-trust-client"
|
||||||
"org.kde.plasma.bluetooth"
|
"org.kde.plasma.clipboard"
|
||||||
"org.kde.plasma.clipboard"
|
"org.kde.plasma.bluetooth"
|
||||||
"org.kde.plasma.printmanager"
|
"org.kde.plasma.clipboard"
|
||||||
"org.kde.plasma.weather"
|
"org.kde.plasma.printmanager"
|
||||||
];
|
"org.kde.plasma.weather"
|
||||||
|
"org.kde.plasma.battery"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "org.kde.plasma.battery";
|
||||||
|
config = {
|
||||||
|
General = {
|
||||||
|
showPercentage = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user