- fixed setwll with quotes
- riced waybar more
This commit is contained in:
iceyrazor 2025-07-27 22:27:07 -05:00
parent 689a56ac10
commit f7ce5d9af5
2 changed files with 68 additions and 61 deletions

2
setwll
View File

@ -67,7 +67,7 @@ fi
if [ "$WAYLAND_DISPLAY" ]; then
if [ "$XDG_CURRENT_DESKTOP" == "sway:wlroots" ]; then
PID=$(pidof swaybg)
swaybg -o HDMI-A-1 -i $primary -m fill -o DP-1 -i $secondary -m fill & disown
swaybg -o HDMI-A-1 -i "$primary" -m fill -o DP-1 -i "$secondary" -m fill & disown
sleep 0.4s
kill $PID
else

View File

@ -1,50 +1,65 @@
fileout="$HOME/.config/waybar/style.css"
printf "* {
font-family: JetbrainsMono Nerd Font;
font-size: 13px;
font-family: 'JetbrainsMono Nerd Font', 'B612 Mono', 'monospace';
font-size: 14px;
min-height: 0;
padding: 0px;
padding-right: 2px;
padding-left: 2px;
padding-bottom: 0px;
}
#waybar {
background: transparent;
color: $color7;
margin: 2px 2px;
}
#workspaces {
border-radius: 5px;
margin: 5px;
background: $color0;
margin-left: 2px;
margin-bottom: 4px;
}
#workspaces button {
color: $color5;
border-radius: 5px;
padding: 0.4rem;
color: $color4;
}
#workspaces button.active {
color: $color14;
border-radius: 5px;
}
#workspaces button.visible {
color: $color14;
}
#workspaces button.empty {
color: $color5;
}
#workspaces button.focused {
color: $color14;
border-radius: 5px;
}
button {
background: transparent;
}
#workspaces button:hover {
background: $color8;
border: 0px solid transparent;
border: 1px solid transparent;
}
#custom-ws_end_arrow,
#custom-mod_end_arrow {
color: $color0;
padding-left: 0px;
margin-bottom: 6px;
}
#custom-mod_end_arrow {
padding-right: 0px;
margin-bottom: 1px;
}
#custom-music,
@ -63,21 +78,18 @@ button {
#custom-rss,
#custom-disc,
#custom-mic,
#custom-wifi,
#custom-docker {
background-color: $color0;
padding: 0.5rem 1rem;
margin: 5px 0;
margin-bottom: 4px;
}
#clock {
color: $color4;
border-radius: 0px;
}
#custom-weather {
color: $color4;
margin-left: 0.5rem;
border-radius: 5px;
}
#battery {
@ -96,18 +108,13 @@ button {
color: #e5c890;
}
#backlight,
#battery {
border-radius: 0;
}
#pulseaudio {
color: $color9;
}
#custom-mic{
color: $color9;
border-radius: 5px 0px 0px 5px;
padding-left: 10px;
}
#custom-docker {
@ -116,16 +123,16 @@ button {
#custom-music {
color: #ca9ee6;
border-radius: 5px;
}
#custom-lock {
color: #babbf1;
padding-right: 1rem;
}
#custom-power {
margin-right: 1rem;
border-radius: 0px 5px 5px 0px;
padding-right: 1rem;
padding-left: 1px;
color: #e78284;
}