Change up waybar theme

This commit is contained in:
~erin 2022-04-19 18:30:59 -04:00
parent 4b09c0fd0a
commit a394bfd09a
No known key found for this signature in database
GPG Key ID: DA70E064A8C70F44
2 changed files with 5 additions and 39 deletions

View File

@ -2,7 +2,7 @@
"height": 37, // Waybar height (to be removed for auto height) "height": 37, // Waybar height (to be removed for auto height)
"modules-left": ["sway/workspaces", "custom/media"], "modules-left": ["sway/workspaces", "custom/media"],
"modules-center": ["clock"], "modules-center": ["clock"],
"modules-right": ["cpu", "memory", "temperature", "sway/language", "pulseaudio", "backlight", "battery", "network", "tray"], "modules-right": ["cpu", "memory", "temperature", "pulseaudio", "backlight", "battery", "network", "tray"],
// Modules configuration // Modules configuration
"sway/workspaces": { "sway/workspaces": {
@ -28,9 +28,6 @@
"sway/mode": { "sway/mode": {
"format": "<span style=\"italic\">{}</span>" "format": "<span style=\"italic\">{}</span>"
}, },
"sway/language": {
"format": "{short} ⠀⠀"
},
"tray": { "tray": {
"spacing": 10 "spacing": 10
}, },
@ -97,24 +94,6 @@
"on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle", "on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle",
"on-click-right": "pactl set-source-mute @DEFAULT_SOURCE@ toggle", "on-click-right": "pactl set-source-mute @DEFAULT_SOURCE@ toggle",
"on-click-middle": "pavucontrol" "on-click-middle": "pavucontrol"
},
"custom/media": {
"format": "{icon} {}",
"return-type": "json",
"max-length": 40,
"format-icons": {
"spotify": " ",
"default": " "
},
"escape": true,
"exec": "$HOME/.config/waybar/mediaplayer.py 2> /dev/null",
"on-click": "playerctl play-pause",
},
"custom/fans": {
"format": "{}",
"exec": "$HOME/.config/waybar/fans.sh",
"escape": true,
"restart-interval": 10,
} }
} }

View File

@ -44,7 +44,7 @@ window#waybar.hidden {
#workspaces button { #workspaces button {
padding: 0 5px; padding: 0 5px;
min-width: 20px; min-width: 20px;
color: #96CDFB; color: #575268;
} }
#workspaces button:hover { #workspaces button:hover {
@ -52,7 +52,7 @@ window#waybar.hidden {
} }
#workspaces button.focused { #workspaces button.focused {
color: #DDB6F2; color: #F2CDCD;
} }
#workspaces button.urgent { #workspaces button.urgent {
@ -60,7 +60,7 @@ window#waybar.hidden {
} }
#cpu { #cpu {
color: #F2CDCD; color: #FAE3B0;
} }
#memory { #memory {
@ -76,25 +76,12 @@ window#waybar.hidden {
color: #1A1826; color: #1A1826;
} }
#custom-media {
background-color: #c678dd;
color: #1e222a;
}
#custom-fans {
color: #98c379;
}
#clock { #clock {
color: #D9E0EE; color: #D9E0EE;
} }
#language {
color: #988BA2;
}
#pulseaudio { #pulseaudio {
color: #FAE3B0; color: #B5E8E0;
} }
#pulseaudio.muted { #pulseaudio.muted {