change monitors and output for waybar for laptop

This commit is contained in:
Kabbone 2022-09-29 21:05:29 +02:00
parent d4699591d1
commit bbfa122461
2 changed files with 24 additions and 24 deletions

View File

@ -16,10 +16,10 @@
{ {
home.file = { home.file = {
".config/hypr/hyprland.conf".text = '' ".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-2,1920x1080@60,1920x0,1
# monitor=HDMI-A-1,1280x1028@60,3840x0,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-2,2
# workspace=HDMI-A-1,3 # workspace=HDMI-A-1,3
general { general {

View File

@ -41,40 +41,40 @@
window#waybar.hidden { window#waybar.hidden {
opacity: 0.2; opacity: 0.2;
} }
#workspace, workspace,
#mode, mode,
#clock, clock,
#pulseaudio, pulseaudio,
#network, network,
#mpd, mpd,
#memory, memory,
#network, network,
#window, window,
#cpu, cpu,
#disk, disk,
#battery, battery,
#tray { tray {
color: #999999; color: #999999;
margin: 2px 16px 2px 16px; margin: 2px 16px 2px 16px;
background-clip: padding-box; background-clip: padding-box;
} }
#workspaces button { workspaces button {
padding: 0 5px; padding: 0 5px;
min-width: 15px; min-width: 15px;
} }
#workspaces button:hover { workspaces button:hover {
background-color: rgba(0,0,0,0.2); background-color: rgba(0,0,0,0.2);
} }
#workspaces button.focused { workspaces button.focused {
color: #ccffff; color: #ccffff;
} }
#battery.warning { battery.warning {
color: #ff5d17; color: #ff5d17;
} }
#battery.critical { battery.critical {
color: #ff200c; color: #ff200c;
} }
#battery.charging { battery.charging {
color: #9ece6a; color: #9ece6a;
} }
''; '';
@ -83,9 +83,9 @@
position = "top"; position = "top";
height = 16; height = 16;
output = [ output = [
#"eDP-1" "eDP-1"
"DP-2" #"DP-2"
"HDMI-A-2" #"HDMI-A-2"
]; ];
tray = { spacing = 10; }; tray = { spacing = 10; };
#modules-center = [ "clock" ]; #modules-center = [ "clock" ];