diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 3cdd5dd..57007cc 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -115,6 +115,7 @@ kitty-themes btop hyprlock + wlogout hypridle solaar pavucontrol diff --git a/nixos/hyprland/hyprlock.nix b/nixos/hyprland/hyprlock.nix index 1176786..86e4b85 100644 --- a/nixos/hyprland/hyprlock.nix +++ b/nixos/hyprland/hyprlock.nix @@ -38,9 +38,6 @@ text = "$USER"; font_family = "Fira Code"; font_size = 56; - font_color = "rgb(255, 255, 255)"; - shadow_color = "rgba(0, 0, 0, 0.5)"; - shadow_offset = "2, 2"; position = "0, 100"; halign = "center"; valign = "center"; @@ -49,9 +46,6 @@ text = "$TIME"; font_family = "Roboto"; font_size = 72; - font_color = "rgb(255, 255, 255)"; - shadow_color = "rgba(0, 0, 0, 0.7)"; - shadow_offset = "3, 3"; position = "-40, -40"; halign = "right"; valign = "top"; @@ -60,9 +54,6 @@ text = "$LAYOUT"; font_family = "JetBrains Mono"; font_size = 28; - font_color = "rgb(200, 200, 200)"; - shadow_color = "rgba(0, 0, 0, 0.5)"; - shadow_offset = "1, 1"; position = "-20, 20"; halign = "right"; valign = "bottom"; diff --git a/nixos/hyprland/waybar.nix b/nixos/hyprland/waybar.nix index 10f039d..5bafc51 100644 --- a/nixos/hyprland/waybar.nix +++ b/nixos/hyprland/waybar.nix @@ -117,14 +117,15 @@ "custom/power" = { format = "⏻ "; tooltip = false; - menu = "on-click"; - menu-file = ./power_menu.xml; - menu-actions = { - shutdown = "shutdown -h now"; - reboot = "reboot"; - suspend = "systemctl suspend"; - hibernate = "systemctl hibernate"; - }; + #menu = "on-click"; + #menu-file = ./power_menu.xml; + #menu-actions = { + # shutdown = "shutdown -h now"; + # reboot = "reboot"; + # suspend = "systemctl suspend"; + # hibernate = "systemctl hibernate"; + #}; + on-click = "wlogout"; }; "custom/notification" = {