use hyprlock, because it looks okay at least
This commit is contained in:
parent
e0c6a80533
commit
1c7f744aaf
9 changed files with 17 additions and 10 deletions
|
|
@ -24,6 +24,7 @@ in
|
|||
isDefault = true;
|
||||
search = {
|
||||
default = "ddg";
|
||||
force = true;
|
||||
order = [
|
||||
"ddg"
|
||||
"google"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ in
|
|||
settings.mainBar."${name}" = {
|
||||
format = "";
|
||||
on-click = "${inputs.self.packages.${pkgs.system}.fuzzel-power}/bin/fuzzel-power";
|
||||
on-click-right = "${pkgs.swaylock}/bin/swaylock"; # TODO: change to whatever lock screen i want
|
||||
on-click-right = "${pkgs.hyprlock}/bin/hyprlock";
|
||||
};
|
||||
style = ''
|
||||
#custom-poweroff {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue