fix: fuzzel prompt
This commit is contained in:
parent
9894be9b65
commit
f7459348f4
4 changed files with 4 additions and 11 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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")
|
||||
];
|
||||
|
||||
|
|
|
@ -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" ];
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue