Compare commits
4 commits
87fb8d82e9
...
4bed115d59
Author | SHA1 | Date | |
---|---|---|---|
4bed115d59 | |||
58199d937f | |||
6bd9d78caf | |||
b417a0e9a2 |
2 changed files with 44 additions and 5 deletions
|
@ -28,11 +28,50 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
"org.kde.plasma.panelspacer"
|
"org.kde.plasma.panelspacer"
|
||||||
"org.kde.plasma.systemtray"
|
|
||||||
{
|
{
|
||||||
name = "org.kde.plasma.digitalclock";
|
systemTray.icons.scaleToFit = true;
|
||||||
config = {
|
systemTray.items = {
|
||||||
Appearance.showSeconds = "always";
|
showAll = false;
|
||||||
|
shown = [
|
||||||
|
"org.kde.plasma.battery"
|
||||||
|
"org.kde.plasma.networkmanagement"
|
||||||
|
"org.kde.plasma.volume"
|
||||||
|
"org.kde.plasma.keyboardlayout"
|
||||||
|
"org.kde.plasma.manage-inputmethod"
|
||||||
|
];
|
||||||
|
hidden = [
|
||||||
|
"org.kde.plasma.bluetooth"
|
||||||
|
"org.kde.plasma.notifications"
|
||||||
|
"org.kde.plasma.brightness"
|
||||||
|
"org.kde.kscreen"
|
||||||
|
];
|
||||||
|
extra = [
|
||||||
|
"org.kde.plasma.battery"
|
||||||
|
"org.kde.plasma.brightness"
|
||||||
|
"org.kde.plasma.cameraindicator"
|
||||||
|
"org.kde.plasma.devicenotifier"
|
||||||
|
"org.kde.plasma.notifications"
|
||||||
|
"org.kde.kscreen"
|
||||||
|
"org.kde.plasma.bluetooth"
|
||||||
|
"org.kde.plasma.keyboardlayout"
|
||||||
|
"org.kde.plasma.networkmanagement"
|
||||||
|
"org.kde.plasma.printmanager"
|
||||||
|
"org.kde.plasma.volume"
|
||||||
|
];
|
||||||
|
configs = {
|
||||||
|
"org.kde.plasma.keyboardlayout".config.General = {
|
||||||
|
displayStyle = "Flag";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
digitalClock = {
|
||||||
|
date.enable = false;
|
||||||
|
calendar.firstDayOfWeek = "sunday";
|
||||||
|
calendar.showWeekNumbers = true;
|
||||||
|
time.format = "24h";
|
||||||
|
time.showSeconds = "always";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
pane {
|
pane {
|
||||||
pane command="htop"
|
pane command="htop"
|
||||||
pane command="watch" {
|
pane command="watch" {
|
||||||
args "df -x tmpfs -x devtmpfs -x efivarfs -h"
|
args "df -x tmpfs -x devtmpfs -x efivarfs -h |rg -v boot\\|flatpak"
|
||||||
}
|
}
|
||||||
pane command="watch" {
|
pane command="watch" {
|
||||||
args "sensors k10temp-pci-00c3"
|
args "sensors k10temp-pci-00c3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue