pełna konfiguracja noctalia i czystka waybar, swaync, wlogout i skryptów
This commit is contained in:
23
modules/home/noctalia/settings/bar/widgets/center.nix
Normal file
23
modules/home/noctalia/settings/bar/widgets/center.nix
Normal file
@@ -0,0 +1,23 @@
|
||||
_: {
|
||||
center = [
|
||||
{
|
||||
id = "Workspace";
|
||||
characterCount = 2;
|
||||
colorizeIcons = false;
|
||||
emptyColor = "secondary";
|
||||
enableScrollWheel = true;
|
||||
focusedColor = "primary";
|
||||
followFocusedScreen = false;
|
||||
groupedBorderOpacity = 0;
|
||||
hideUnoccupied = false;
|
||||
iconScale = 1;
|
||||
labelMode = "index";
|
||||
occupiedColor = "secondary";
|
||||
reverseScroll = false;
|
||||
showApplications = true;
|
||||
showBadge = true;
|
||||
showLabelsOnlyWhenOccupied = true;
|
||||
unfocusedIconsOpacity = 1;
|
||||
}
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user