mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
swaylock: match colors to catppuccin
This commit is contained in:
parent
39cd140c7a
commit
bb573b8bdc
|
@ -99,7 +99,7 @@
|
||||||
# lock = pkgs.hyprlock + "/bin/hyprlock --immediate";
|
# lock = pkgs.hyprlock + "/bin/hyprlock --immediate";
|
||||||
# idled = pkgs.hypridle + "/bin/hypridle";
|
# idled = pkgs.hypridle + "/bin/hypridle";
|
||||||
|
|
||||||
lock = pkgs.swaylock + ''/bin/swaylock -l -f -c 303446 --indicator-idle-visible --font "Noto SansM Nerd Font Regular" --ring-color ca9ee6 --inside-color 303446'';
|
lock = pkgs.swaylock + ''/bin/swaylock -l -f -c 303446 --indicator-idle-visible --font "Noto SansM Nerd Font Regular" --ring-color ca9ee6 --key-hl-color a6d189 --ring-ver-color a6d189 --ring-wrong-color e78284 --inside-color 303446'';
|
||||||
idled =
|
idled =
|
||||||
if config.alyraffauf.desktop.hyprland.autoSuspend
|
if config.alyraffauf.desktop.hyprland.autoSuspend
|
||||||
then ''
|
then ''
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
notifyd = pkgs.mako + "/bin/mako";
|
notifyd = pkgs.mako + "/bin/mako";
|
||||||
wallpaperd = pkgs.swaybg + "/bin/swaybg -i ~/.local/share/backgrounds/jr-korpa-9XngoIpxcEo-unsplash.jpg";
|
wallpaperd = pkgs.swaybg + "/bin/swaybg -i ~/.local/share/backgrounds/jr-korpa-9XngoIpxcEo-unsplash.jpg";
|
||||||
logout = pkgs.wlogout + "/bin/wlogout";
|
logout = pkgs.wlogout + "/bin/wlogout";
|
||||||
lock = pkgs.swaylock + ''/bin/swaylock -l -f -c 303446 --indicator-idle-visible --font "Noto SansM Nerd Font Regular" --ring-color ca9ee6 --inside-color 303446'';
|
lock = pkgs.swaylock + ''/bin/swaylock -l -f -c 303446 --indicator-idle-visible --font "Noto SansM Nerd Font Regular" --ring-color ca9ee6 --key-hl-color a6d189 --ring-ver-color a6d189 --ring-wrong-color e78284 --inside-color 303446'';
|
||||||
idled =
|
idled =
|
||||||
if config.alyraffauf.desktop.sway.autoSuspend
|
if config.alyraffauf.desktop.sway.autoSuspend
|
||||||
then ''
|
then ''
|
||||||
|
@ -383,7 +383,7 @@
|
||||||
|
|
||||||
bindgesture swipe:right workspace prev
|
bindgesture swipe:right workspace prev
|
||||||
bindgesture swipe:left workspace next
|
bindgesture swipe:left workspace next
|
||||||
|
|
||||||
bindswitch --reload --locked lid:on output eDP-1 disable
|
bindswitch --reload --locked lid:on output eDP-1 disable
|
||||||
bindswitch --reload --locked lid:off output eDP-1 enable
|
bindswitch --reload --locked lid:off output eDP-1 enable
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue