move quickshell config
This commit is contained in:
parent
1cf7f41a69
commit
a3e1eee22e
3 changed files with 16 additions and 6 deletions
|
|
@ -17,10 +17,10 @@
|
|||
|
||||
programs.quickshell = {
|
||||
enable = true;
|
||||
configs = {
|
||||
"default" = ./shell.qml;
|
||||
};
|
||||
activeConfig = "default";
|
||||
# configs = {
|
||||
# "default" = ./shell.qml;
|
||||
# };
|
||||
# activeConfig = "default";
|
||||
};
|
||||
|
||||
services.mako = {
|
||||
|
|
|
|||
10
modules/home/quickshell/quickshell.nix
Normal file
10
modules/home/quickshell/quickshell.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.quickshell = {
|
||||
enable = true;
|
||||
configs = {
|
||||
"default" = ./shell.qml;
|
||||
};
|
||||
activeConfig = "default";
|
||||
};
|
||||
}
|
||||
|
|
@ -62,8 +62,8 @@ PanelWindow {
|
|||
anchor.rect.y: tray_item.height
|
||||
anchor.rect.x: tray_item.width
|
||||
visible: true
|
||||
width: 1
|
||||
height: 1
|
||||
implicitWidth: 1
|
||||
implicitHeight: 1
|
||||
color: "transparent"
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue