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;
|
line-height = 30;
|
||||||
fields = "name,generic,comment";
|
fields = "name,generic,comment";
|
||||||
terminal = lib.my.getExe osConfig.modules.system.roles.desktop.terminal;
|
terminal = lib.my.getExe osConfig.modules.system.roles.desktop.terminal;
|
||||||
prompt = "❯ ";
|
prompt = ''"❯ "'';
|
||||||
layer = "overlay";
|
layer = "overlay";
|
||||||
};
|
};
|
||||||
colors = {
|
colors = {
|
||||||
|
|
|
@ -29,11 +29,7 @@ mkIf osConfig.programs.hyprland.enable {
|
||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"${config.services.kdeconnect.package}/bin/kdeconnect-indicator"
|
"${config.services.kdeconnect.package}/bin/kdeconnect-indicator"
|
||||||
"${pkgs.protonmail-bridge-gui}/bin/protonmail-bridge-gui --no-window"
|
"${pkgs.keepassxc}/bin/keepassxc"
|
||||||
|
|
||||||
# keepassxc ignores themeing and doesnt show up in system tray otherwise
|
|
||||||
# Dirty solution but hey
|
|
||||||
"sleep 3 && ${pkgs.keepassxc}/bin/keepassxc"
|
|
||||||
(lib.mkIf config.services.hypridle.enable "${pkgs.hypridle}/bin/hypridle")
|
(lib.mkIf config.services.hypridle.enable "${pkgs.hypridle}/bin/hypridle")
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -26,10 +26,7 @@ in
|
||||||
pkgs.brightnessctl
|
pkgs.brightnessctl
|
||||||
pkgs.networkmanager
|
pkgs.networkmanager
|
||||||
];
|
];
|
||||||
wantedBy = [
|
wantedBy = [ "graphical-session.target" ];
|
||||||
"multi-user.target"
|
|
||||||
"graphical-session.target"
|
|
||||||
];
|
|
||||||
partOf = [ "graphical-session.target" ];
|
partOf = [ "graphical-session.target" ];
|
||||||
after = [ "graphical-session-pre.target" ];
|
after = [ "graphical-session-pre.target" ];
|
||||||
|
|
||||||
|
|
|
@ -86,7 +86,7 @@ in
|
||||||
description = "tailscale system tray";
|
description = "tailscale system tray";
|
||||||
wantedBy = [ "graphical-session.target" ];
|
wantedBy = [ "graphical-session.target" ];
|
||||||
wants = [ "graphical-session.target" ];
|
wants = [ "graphical-session.target" ];
|
||||||
after = [ "graphical-session.target" ];
|
after = [ "graphical-session-pre.target" ];
|
||||||
path = [ pkgs.polkit ];
|
path = [ pkgs.polkit ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
|
|
Loading…
Add table
Reference in a new issue