fix: fuzzel prompt

This commit is contained in:
Nydragon 2024-12-11 18:14:59 +01:00
parent 9894be9b65
commit f7459348f4
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE
4 changed files with 4 additions and 11 deletions

View file

@ -10,7 +10,7 @@
line-height = 30;
fields = "name,generic,comment";
terminal = lib.my.getExe osConfig.modules.system.roles.desktop.terminal;
prompt = " ";
prompt = ''" "'';
layer = "overlay";
};
colors = {

View file

@ -29,11 +29,7 @@ mkIf osConfig.programs.hyprland.enable {
exec-once = [
"${config.services.kdeconnect.package}/bin/kdeconnect-indicator"
"${pkgs.protonmail-bridge-gui}/bin/protonmail-bridge-gui --no-window"
# keepassxc ignores themeing and doesnt show up in system tray otherwise
# Dirty solution but hey
"sleep 3 && ${pkgs.keepassxc}/bin/keepassxc"
"${pkgs.keepassxc}/bin/keepassxc"
(lib.mkIf config.services.hypridle.enable "${pkgs.hypridle}/bin/hypridle")
];

View file

@ -26,10 +26,7 @@ in
pkgs.brightnessctl
pkgs.networkmanager
];
wantedBy = [
"multi-user.target"
"graphical-session.target"
];
wantedBy = [ "graphical-session.target" ];
partOf = [ "graphical-session.target" ];
after = [ "graphical-session-pre.target" ];

View file

@ -86,7 +86,7 @@ in
description = "tailscale system tray";
wantedBy = [ "graphical-session.target" ];
wants = [ "graphical-session.target" ];
after = [ "graphical-session.target" ];
after = [ "graphical-session-pre.target" ];
path = [ pkgs.polkit ];
serviceConfig = {
Type = "simple";