diff --git a/modules/desktop/hyprland/home.nix b/modules/desktop/hyprland/home.nix index 3ea595b..5a589f6 100644 --- a/modules/desktop/hyprland/home.nix +++ b/modules/desktop/hyprland/home.nix @@ -16,10 +16,10 @@ { home.file = { ".config/hypr/hyprland.conf".text = '' -# monitor=DP-2,1920x1080@60,0x0,1 + monitor=eDP-1,1920x1080@60,0x0,1 # monitor=HDMI-A-2,1920x1080@60,1920x0,1 # monitor=HDMI-A-1,1280x1028@60,3840x0,1 -# workspace=DP-2,1 + workspace=eDP-1,1 # workspace=HDMI-A-2,2 # workspace=HDMI-A-1,3 general { diff --git a/modules/programs/waybar.nix b/modules/programs/waybar.nix index 098d739..20ddc55 100644 --- a/modules/programs/waybar.nix +++ b/modules/programs/waybar.nix @@ -41,40 +41,40 @@ window#waybar.hidden { opacity: 0.2; } - #workspace, - #mode, - #clock, - #pulseaudio, - #network, - #mpd, - #memory, - #network, - #window, - #cpu, - #disk, - #battery, - #tray { + workspace, + mode, + clock, + pulseaudio, + network, + mpd, + memory, + network, + window, + cpu, + disk, + battery, + tray { color: #999999; margin: 2px 16px 2px 16px; background-clip: padding-box; } - #workspaces button { + workspaces button { padding: 0 5px; min-width: 15px; } - #workspaces button:hover { + workspaces button:hover { background-color: rgba(0,0,0,0.2); } - #workspaces button.focused { + workspaces button.focused { color: #ccffff; } - #battery.warning { + battery.warning { color: #ff5d17; } - #battery.critical { + battery.critical { color: #ff200c; } - #battery.charging { + battery.charging { color: #9ece6a; } ''; @@ -83,9 +83,9 @@ position = "top"; height = 16; output = [ - #"eDP-1" - "DP-2" - "HDMI-A-2" + "eDP-1" + #"DP-2" + #"HDMI-A-2" ]; tray = { spacing = 10; }; #modules-center = [ "clock" ];