Tweak colors a bit

This commit is contained in:
Salt 2024-08-29 20:26:37 -05:00
parent 5fc2e1d18a
commit c4cd0b945f
3 changed files with 30 additions and 11 deletions

View File

@ -0,0 +1,17 @@
# vim: set ft=config:
# See https://wiki.hyprland.org/Configuring/Monitors/
#monitor=eDP-1,preferred,auto,1.3333
monitor = DP-1,preferred,1440x937,1
monitor = DP-2,preferred,0x0,1,transform,1
workspace = 1, monitor:DP-1
workspace = 2, monitor:DP-1
workspace = 3, monitor:DP-1
workspace = 4, monitor:DP-1
workspace = 5, monitor:DP-1
workspace = 6, monitor:DP-1
workspace = 7, monitor:DP-1
workspace = 8, monitor:DP-2
workspace = 9, monitor:DP-2
workspace = 10, monitor:DP-2

View File

@ -12,7 +12,9 @@
"all-outputs": false,
"disable-scroll": true,
"persistent-workspaces": {
"eDP-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ]
"eDP-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ],
"DP-1": [ 1, 2, 3, 4, 5, 6, 7 ],
"DP-2": [ 8, 9, 10 ]
}
},
"hyprland/window": {

View File

@ -35,10 +35,10 @@ window#waybar {
border-radius: 8px;
}
#workspaces button.persistent {
color: #a89984
color: rgba(235, 219, 178, 0.8);
}
#workspaces button.empty {
color: #504945
color: rgba(235, 219, 178, 0.2);
}
#workspaces button:hover {
/* A button that is currently being hovered over by the mouse cursor */
@ -92,12 +92,12 @@ window#waybar {
color: #d3869b;
}
#mpris.paused, #mpris.stopped {
color: #504945;
color: rgba(235, 219, 178, 0.2);
}
#network {
padding: 0 1em;
color: #504945;
color: rgba(235, 219, 178, 0.2);
}
#network.disconnected {
color: #fb4934;
@ -107,7 +107,7 @@ window#waybar {
padding: 0 1em;
}
#idle_inhibitor.deactivated {
color: #504945;
color: rgba(235, 219, 178, 0.2);
}
#idle_inhibitor.activated {
color: #ebdbb2;
@ -119,7 +119,7 @@ window#waybar {
}
#gamemode {
padding: 0 1em;
color: #504945;
color: rgba(235, 219, 178, 0.2);
}
#gamemode.running {
color: #b8bb26;
@ -127,7 +127,7 @@ window#waybar {
/* Memory */
#memory {
padding: 0 1em;
color: #504945;
color: rgba(235, 219, 178, 0.2);
}
#memory.critical {
color: #fb4934;
@ -141,7 +141,7 @@ window#waybar {
/* CPU */
#cpu {
padding: 0 1em;
color: #504945;
color: rgba(235, 219, 178, 0.2);
}
#cpu.critical {
color: #fb4934;
@ -160,7 +160,7 @@ window#waybar {
color: #b8bb26;
}
#battery.good {
color: #504945;
color: rgba(235, 219, 178, 0.2);
}
#battery.discharging.warning {
color: #fabd2f;
@ -175,7 +175,7 @@ window#waybar {
/* Temperature*/
#temperature {
padding: 0 1em;
color: #504945;
color: rgba(235, 219, 178, 0.2);
}
#temperature.critical {
color: #fb4934;