changes to niri/noctalia, add fuzzel

This commit is contained in:
Sean Kovacs 2026-02-06 21:49:13 -05:00
commit 7e322b21f8
Signed by: sckova
GPG key ID: 00F325187C68651A
5 changed files with 46 additions and 15 deletions

View file

@ -31,12 +31,12 @@
enforceMinimum = false;
};
bar = {
position = "top";
# position = "top";
# density = "spacious";
backgroundOpacity = 1;
monitors = [ ];
density = "spacious";
showCapsule = true;
capsuleOpacity = 0.5;
capsuleOpacity = 1;
floating = false;
marginVertical = 0.25;
marginHorizontal = 0.25;
@ -44,11 +44,6 @@
exclusive = true;
widgets = {
left = [
{
icon = "rocket";
id = "CustomButton";
leftClickExec = "noctalia-shell ipc call launcher toggle";
}
{
id = "Workspace";
}
@ -120,7 +115,7 @@
};
general = {
avatarImage = "/home/${config.userOptions.username}/.face";
dimmerOpacity = 0.6;
dimmerOpacity = 0.5;
showScreenCorners = false;
forceBlackScreenCorners = false;
scaleRatio = 1;
@ -147,7 +142,7 @@
fontDefaultScale = 1;
fontFixedScale = 1;
tooltipsEnabled = true;
panelBackgroundOpacity = 0.5;
panelBackgroundOpacity = 1;
panelsAttachedToBar = true;
settingsPanelMode = "attached";
};