changes to both panel alts
This commit is contained in:
parent
084ec9772f
commit
9de16f1132
3 changed files with 45 additions and 21 deletions
|
|
@ -60,8 +60,21 @@
|
||||||
"org.kde.plasma.battery"
|
"org.kde.plasma.battery"
|
||||||
"org.kde.plasma.bluetooth"
|
"org.kde.plasma.bluetooth"
|
||||||
"org.kde.plasma.networkmanagement"
|
"org.kde.plasma.networkmanagement"
|
||||||
|
"org.kde.plasma.brightness"
|
||||||
"org.kde.plasma.volume"
|
"org.kde.plasma.volume"
|
||||||
];
|
];
|
||||||
|
hidden = [
|
||||||
|
"org.kde.plasma.clipboard"
|
||||||
|
"org.kde.plasma.manage-inputmethod"
|
||||||
|
"org.kde.plasma.cameraindicator"
|
||||||
|
"org.kde.plasma.keyboardlayout"
|
||||||
|
"org.kde.plasma.devicenotifier"
|
||||||
|
"org.kde.plasma.notifications"
|
||||||
|
"org.kde.plasma.weather"
|
||||||
|
"org.kde.plasma.printmanager"
|
||||||
|
"org.kde.plasma.keyboardindicator"
|
||||||
|
"org.kde.plasma.mediacontroller"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
|
||||||
15
home/all.nix
15
home/all.nix
|
|
@ -259,10 +259,20 @@
|
||||||
"close"
|
"close"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
nightLight = {
|
||||||
|
enable = true;
|
||||||
|
mode = "location";
|
||||||
|
# Atlanta
|
||||||
|
location.latitude = "33.7501";
|
||||||
|
location.longitude = "-84.3885";
|
||||||
|
temperature.day = 6000;
|
||||||
|
temperature.night = 3500;
|
||||||
|
transitionTime = 60;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
configFile = {
|
configFile = {
|
||||||
kwinrc.Desktops.Number = 3;
|
kwinrc.Desktops.Number = 4;
|
||||||
# kdeglobals.KDE.AutomaticLookAndFeel = true;
|
# kdeglobals.KDE.AutomaticLookAndFeel = true;
|
||||||
kwinrc.Round-Corners.ActiveOutlinePalette = 3;
|
kwinrc.Round-Corners.ActiveOutlinePalette = 3;
|
||||||
kwinrc.Round-Corners.ActiveOutlineUseCustom = false;
|
kwinrc.Round-Corners.ActiveOutlineUseCustom = false;
|
||||||
|
|
@ -280,7 +290,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
panels = [
|
panels = [
|
||||||
# Windows-like panel at the bottom
|
# Small dock at the bottom right
|
||||||
{
|
{
|
||||||
location = "bottom";
|
location = "bottom";
|
||||||
height = 40;
|
height = 40;
|
||||||
|
|
@ -305,6 +315,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
"org.kde.plasma.pager"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -57,35 +57,23 @@
|
||||||
};
|
};
|
||||||
layout = {
|
layout = {
|
||||||
elements = [ "windowTitle" ];
|
elements = [ "windowTitle" ];
|
||||||
horizontalAlignment = "left";
|
horizontalAlignment = "right";
|
||||||
showDisabledElements = "deactivated";
|
showDisabledElements = "deactivated";
|
||||||
verticalAlignment = "center";
|
verticalAlignment = "center";
|
||||||
};
|
};
|
||||||
overrideForMaximized.enable = false;
|
overrideForMaximized.enable = false;
|
||||||
titleReplacements = [
|
|
||||||
{
|
|
||||||
type = "regexp";
|
|
||||||
originalTitle = "^Brave Web Browser$";
|
|
||||||
newTitle = "Brave";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
type = "regexp";
|
|
||||||
originalTitle = ''\\bDolphin\\b'';
|
|
||||||
newTitle = "File manager";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
windowTitle = {
|
windowTitle = {
|
||||||
font = {
|
font = {
|
||||||
bold = false;
|
bold = false;
|
||||||
fit = "fixedSize";
|
fit = "fixedSize";
|
||||||
size = 12;
|
size = 10;
|
||||||
};
|
};
|
||||||
hideEmptyTitle = true;
|
hideEmptyTitle = true;
|
||||||
margins = {
|
margins = {
|
||||||
bottom = 0;
|
bottom = 5;
|
||||||
left = 10;
|
left = 10;
|
||||||
right = 5;
|
right = 0;
|
||||||
top = 0;
|
top = 5;
|
||||||
};
|
};
|
||||||
source = "appName";
|
source = "appName";
|
||||||
};
|
};
|
||||||
|
|
@ -93,7 +81,6 @@
|
||||||
}
|
}
|
||||||
"org.kde.plasma.appmenu"
|
"org.kde.plasma.appmenu"
|
||||||
"org.kde.plasma.panelspacer"
|
"org.kde.plasma.panelspacer"
|
||||||
"org.kde.plasma.activitypager"
|
|
||||||
{
|
{
|
||||||
plasmusicToolbar = {
|
plasmusicToolbar = {
|
||||||
panelIcon = {
|
panelIcon = {
|
||||||
|
|
@ -107,7 +94,7 @@
|
||||||
musicControls.showPlaybackControls = true;
|
musicControls.showPlaybackControls = true;
|
||||||
songText = {
|
songText = {
|
||||||
displayInSeparateLines = true;
|
displayInSeparateLines = true;
|
||||||
maximumWidth = 640;
|
maximumWidth = 300;
|
||||||
scrolling = {
|
scrolling = {
|
||||||
behavior = "alwaysScroll";
|
behavior = "alwaysScroll";
|
||||||
speed = 3;
|
speed = 3;
|
||||||
|
|
@ -122,8 +109,21 @@
|
||||||
"org.kde.plasma.battery"
|
"org.kde.plasma.battery"
|
||||||
"org.kde.plasma.bluetooth"
|
"org.kde.plasma.bluetooth"
|
||||||
"org.kde.plasma.networkmanagement"
|
"org.kde.plasma.networkmanagement"
|
||||||
|
"org.kde.plasma.brightness"
|
||||||
"org.kde.plasma.volume"
|
"org.kde.plasma.volume"
|
||||||
];
|
];
|
||||||
|
hidden = [
|
||||||
|
"org.kde.plasma.clipboard"
|
||||||
|
"org.kde.plasma.manage-inputmethod"
|
||||||
|
"org.kde.plasma.cameraindicator"
|
||||||
|
"org.kde.plasma.keyboardlayout"
|
||||||
|
"org.kde.plasma.devicenotifier"
|
||||||
|
"org.kde.plasma.notifications"
|
||||||
|
"org.kde.plasma.weather"
|
||||||
|
"org.kde.plasma.printmanager"
|
||||||
|
"org.kde.plasma.keyboardindicator"
|
||||||
|
"org.kde.plasma.mediacontroller"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue