changes to both panel alts
This commit is contained in:
parent
92b9b80af5
commit
bee9d7c135
3 changed files with 45 additions and 21 deletions
|
|
@ -60,8 +60,21 @@
|
|||
"org.kde.plasma.battery"
|
||||
"org.kde.plasma.bluetooth"
|
||||
"org.kde.plasma.networkmanagement"
|
||||
"org.kde.plasma.brightness"
|
||||
"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"
|
||||
];
|
||||
};
|
||||
nightLight = {
|
||||
enable = true;
|
||||
mode = "location";
|
||||
# Atlanta
|
||||
location.latitude = "33.7501";
|
||||
location.longitude = "-84.3885";
|
||||
temperature.day = 6000;
|
||||
temperature.night = 3500;
|
||||
transitionTime = 60;
|
||||
};
|
||||
};
|
||||
|
||||
configFile = {
|
||||
kwinrc.Desktops.Number = 3;
|
||||
kwinrc.Desktops.Number = 4;
|
||||
# kdeglobals.KDE.AutomaticLookAndFeel = true;
|
||||
kwinrc.Round-Corners.ActiveOutlinePalette = 3;
|
||||
kwinrc.Round-Corners.ActiveOutlineUseCustom = false;
|
||||
|
|
@ -280,7 +290,7 @@
|
|||
};
|
||||
|
||||
panels = [
|
||||
# Windows-like panel at the bottom
|
||||
# Small dock at the bottom right
|
||||
{
|
||||
location = "bottom";
|
||||
height = 40;
|
||||
|
|
@ -305,6 +315,7 @@
|
|||
];
|
||||
};
|
||||
}
|
||||
"org.kde.plasma.pager"
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
|
|
@ -57,35 +57,23 @@
|
|||
};
|
||||
layout = {
|
||||
elements = [ "windowTitle" ];
|
||||
horizontalAlignment = "left";
|
||||
horizontalAlignment = "right";
|
||||
showDisabledElements = "deactivated";
|
||||
verticalAlignment = "center";
|
||||
};
|
||||
overrideForMaximized.enable = false;
|
||||
titleReplacements = [
|
||||
{
|
||||
type = "regexp";
|
||||
originalTitle = "^Brave Web Browser$";
|
||||
newTitle = "Brave";
|
||||
}
|
||||
{
|
||||
type = "regexp";
|
||||
originalTitle = ''\\bDolphin\\b'';
|
||||
newTitle = "File manager";
|
||||
}
|
||||
];
|
||||
windowTitle = {
|
||||
font = {
|
||||
bold = false;
|
||||
fit = "fixedSize";
|
||||
size = 12;
|
||||
size = 10;
|
||||
};
|
||||
hideEmptyTitle = true;
|
||||
margins = {
|
||||
bottom = 0;
|
||||
bottom = 5;
|
||||
left = 10;
|
||||
right = 5;
|
||||
top = 0;
|
||||
right = 0;
|
||||
top = 5;
|
||||
};
|
||||
source = "appName";
|
||||
};
|
||||
|
|
@ -93,7 +81,6 @@
|
|||
}
|
||||
"org.kde.plasma.appmenu"
|
||||
"org.kde.plasma.panelspacer"
|
||||
"org.kde.plasma.activitypager"
|
||||
{
|
||||
plasmusicToolbar = {
|
||||
panelIcon = {
|
||||
|
|
@ -107,7 +94,7 @@
|
|||
musicControls.showPlaybackControls = true;
|
||||
songText = {
|
||||
displayInSeparateLines = true;
|
||||
maximumWidth = 640;
|
||||
maximumWidth = 300;
|
||||
scrolling = {
|
||||
behavior = "alwaysScroll";
|
||||
speed = 3;
|
||||
|
|
@ -122,8 +109,21 @@
|
|||
"org.kde.plasma.battery"
|
||||
"org.kde.plasma.bluetooth"
|
||||
"org.kde.plasma.networkmanagement"
|
||||
"org.kde.plasma.brightness"
|
||||
"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