inconsequential fixes

This commit is contained in:
notgne2 2024-01-01 23:45:08 -07:00
parent 676d5239f0
commit 65f9fac132
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -102,7 +102,7 @@ in {
wayland.windowManager.hyprland = {
enable = false;
systemdIntegration = true;
systemd.enable = true;
extraConfig = let
swayConfig = config.wayland.windowManager.sway.config;
swayBindings = swayConfig.keybindings;
@ -178,7 +178,7 @@ in {
wayland.windowManager.sway = {
enable = lib.mkDefault true;
systemdIntegration = lib.mkDefault true;
systemd.enable = lib.mkDefault true;
wrapperFeatures.gtk = lib.mkDefault true;
extraConfig = ''
@ -327,7 +327,7 @@ in {
"custom/weather-precip" = {
exec = lib.mkDefault (weatherCommand "🌧+%p");
on-click = lib.mkDefault "${pkgs.xdg-utils}/bin/xdg-open 'https://www.lightningmaps.org/'";
on-click-right = "lib.mkDefault ${pkgs.xdg-utils}/bin/xdg-open 'https://wttr.in/${cfg.location}'";
on-click-right = lib.mkDefault "${pkgs.xdg-utils}/bin/xdg-open 'https://wttr.in/${cfg.location}'";
interval = lib.mkDefault 300;
};
"custom/weather-wind" = {