pełna konfiguracja noctalia i czystka waybar, swaync, wlogout i skryptów
This commit is contained in:
57
modules/home/noctalia/settings/bar/widgets/left.nix
Normal file
57
modules/home/noctalia/settings/bar/widgets/left.nix
Normal file
@@ -0,0 +1,57 @@
|
||||
_: {
|
||||
left = [
|
||||
{
|
||||
id = "Launcher";
|
||||
icon = "rocket";
|
||||
usePrimaryColor = true;
|
||||
}
|
||||
{
|
||||
id = "Clock";
|
||||
customFont = "";
|
||||
formatHorizontal = "HH:mm:ss";
|
||||
formatVertical = "HH mm ss - ddd MMM d";
|
||||
tooltipFormat = "ddd MMM d HH:mm:ss";
|
||||
useCustomFont = false;
|
||||
usePrimaryColor = false;
|
||||
}
|
||||
{
|
||||
id = "SystemMonitor";
|
||||
compactMode = true;
|
||||
diskPath = "/home";
|
||||
showCpuFreq = false;
|
||||
showCpuTemp = false;
|
||||
showCpuUsage = true;
|
||||
showDiskAsFree = true;
|
||||
showDiskUsage = true;
|
||||
showGpuTemp = false;
|
||||
showLoadAverage = false;
|
||||
showMemoryAsPercent = false;
|
||||
showMemoryUsage = true;
|
||||
showNetworkStats = true;
|
||||
showSwapUsage = false;
|
||||
useMonospaceFont = true;
|
||||
usePrimaryColor = false;
|
||||
}
|
||||
{
|
||||
id = "plugin:mini-docker";
|
||||
}
|
||||
{
|
||||
id = "MediaMini";
|
||||
compactMode = true;
|
||||
compactShowAlbumArt = true;
|
||||
compactShowVisualizer = true;
|
||||
hideMode = "hidden";
|
||||
hideWhenIdle = false;
|
||||
maxWidth = 145;
|
||||
panelShowAlbumArt = true;
|
||||
panelShowVisualizer = true;
|
||||
scrollingMode = "hover";
|
||||
showAlbumArt = true;
|
||||
showArtistFirst = true;
|
||||
showProgressRing = true;
|
||||
showVisualizer = true;
|
||||
useFixedWidth = false;
|
||||
visualizerType = "linear";
|
||||
}
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user