Rerice the things

This commit is contained in:
Salt 2024-04-23 20:14:46 -05:00
parent e096dfe038
commit 44c90d4e63
2 changed files with 13 additions and 15 deletions

View File

@ -1,4 +1,5 @@
# vim: set ft=swayconfig: # vim: set ft=swayconfig:
# Wallpaper # Wallpaper
output * bg ~/Pictures/Wallpapers/.current fill #output * bg ~/Pictures/Wallpapers/.current fill
output * bg ~/Pictures/Wallpapers/.current center #282828

View File

@ -14,7 +14,7 @@
window#waybar { window#waybar {
background: #282828; background: #282828;
border-bottom: 4px solid #32302f; /* border-bottom: 4px solid #32302f; */
} }
/* swaywm stuff */ /* swaywm stuff */
@ -22,19 +22,19 @@ window#waybar {
} }
#workspaces button { #workspaces button {
background: transparent; background: transparent;
color: #ebdbb2; color: #a89984;
padding: 0 0.9em; padding: 0 0.9em;
} }
#workspaces button.focused { #workspaces button.focused {
background: #83a598; color: #ebdbb2;
color: #282828; font-weight: bold;
} }
#workspaces button.urgent { #workspaces button.urgent {
background: #fabd2f; color: #fabd2f;
color: #282828; font-weight: bold;
} }
#workspaces button.persistent { #workspaces button.persistent {
color: #32302f; color: #504945;
} }
#mode { #mode {
background: #fb4934; background: #fb4934;
@ -54,26 +54,23 @@ window#waybar {
padding: 0 1em; padding: 0 1em;
} }
#mpris.playing { #mpris.playing {
background: #d3869b; color: #d3869b;
color: #282828;
} }
#mpris.paused, #mpris.stopped { #mpris.paused, #mpris.stopped {
background: #32302f; color: #504945;
color: #282828;
} }
#network { #network {
color: #928374; color: #928374;
font-size: 10; font-size: 10;
} }
#idle_inhibitor { #idle_inhibitor {
color: #282828;
padding: 0 1em; padding: 0 1em;
} }
#idle_inhibitor.deactivated { #idle_inhibitor.deactivated {
background: #32302f; color: #504945;
} }
#idle_inhibitor.activated { #idle_inhibitor.activated {
background: #fb4934; color: #fb4934;
} }
#backlight { #backlight {
padding: 0 1em; padding: 0 1em;