move quickshell config

This commit is contained in:
veneficium 2026-01-10 17:54:41 +01:00
parent 1cf7f41a69
commit a3e1eee22e
3 changed files with 16 additions and 6 deletions

View file

@ -17,10 +17,10 @@
programs.quickshell = { programs.quickshell = {
enable = true; enable = true;
configs = { # configs = {
"default" = ./shell.qml; # "default" = ./shell.qml;
}; # };
activeConfig = "default"; # activeConfig = "default";
}; };
services.mako = { services.mako = {

View file

@ -0,0 +1,10 @@
{ ... }:
{
programs.quickshell = {
enable = true;
configs = {
"default" = ./shell.qml;
};
activeConfig = "default";
};
}

View file

@ -62,8 +62,8 @@ PanelWindow {
anchor.rect.y: tray_item.height anchor.rect.y: tray_item.height
anchor.rect.x: tray_item.width anchor.rect.x: tray_item.width
visible: true visible: true
width: 1 implicitWidth: 1
height: 1 implicitHeight: 1
color: "transparent" color: "transparent"
} }