mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 10:43:55 -05:00
hyprland,sway: don't start swayosd
This commit is contained in:
parent
3bd64a7155
commit
c3895dc388
|
@ -130,7 +130,6 @@ in {
|
||||||
(lib.getExe pkgs.waybar)
|
(lib.getExe pkgs.waybar)
|
||||||
(lib.getExe pkgs.wayland-pipewire-idle-inhibit)
|
(lib.getExe pkgs.wayland-pipewire-idle-inhibit)
|
||||||
(lib.getExe' pkgs.playerctl "playerctld")
|
(lib.getExe' pkgs.playerctl "playerctld")
|
||||||
(lib.getExe' pkgs.swayosd "swayosd-server")
|
|
||||||
]
|
]
|
||||||
++ lib.lists.optional (cfg.desktop.redShift)
|
++ lib.lists.optional (cfg.desktop.redShift)
|
||||||
"${lib.getExe pkgs.gammastep} -l 33.74:-84.38"
|
"${lib.getExe pkgs.gammastep} -l 33.74:-84.38"
|
||||||
|
|
|
@ -162,7 +162,6 @@ in {
|
||||||
{command = lib.getExe pkgs.mako;}
|
{command = lib.getExe pkgs.mako;}
|
||||||
{command = lib.getExe pkgs.wayland-pipewire-idle-inhibit;}
|
{command = lib.getExe pkgs.wayland-pipewire-idle-inhibit;}
|
||||||
{command = lib.getExe' pkgs.playerctl "playerctld";}
|
{command = lib.getExe' pkgs.playerctl "playerctld";}
|
||||||
{command = lib.getExe' pkgs.swayosd "swayosd-server";}
|
|
||||||
]
|
]
|
||||||
++ lib.optional cfg.desktop.redShift
|
++ lib.optional cfg.desktop.redShift
|
||||||
{command = "${lib.getExe pkgs.gammastep} -l 33.74:-84.38";}
|
{command = "${lib.getExe pkgs.gammastep} -l 33.74:-84.38";}
|
||||||
|
|
Loading…
Reference in a new issue