home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 68de88c6bc6a620eb9c86cf3885540b5dcb7137e
parent 22b6f6f47f6a9d9eb7b02a451daee140a1081d0a
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 15 May 2024 13:35:25 +0200

users/vincent: trying something out with waybar

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/desktop/wayland.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/users/vincent/desktop/wayland.nix b/users/vincent/desktop/wayland.nix @@ -18,6 +18,7 @@ layer = "bottom"; position = "bottom"; mode = "hide"; + modifier-reset = "release"; modules-left = [ "sway/workspaces" "hyprland/workspaces" "sway/mode" "custom/media" ]; modules-center = [ "clock" "custom/notification" ]; modules-right = [ "temperature" "pulseaudio" "backlight" "battery#bat0" "tray" ];