fixing up waybar styles a bit more

This commit is contained in:
Matt Nish-Lapidus 2025-06-02 13:46:47 -04:00
parent 54865fc3b8
commit 4c1510ab9c
2 changed files with 12 additions and 4 deletions

View file

@ -249,6 +249,10 @@ window#waybar {
border-left: 0; border-left: 0;
} }
#taskbar {
border-left: 0;
}
#taskbar button { #taskbar button {
margin: 0 3px; margin: 0 3px;
padding: 3px 6px; padding: 3px 6px;
@ -294,8 +298,12 @@ window#waybar {
} }
#mpris { #mpris {
margin-left: 15px; border-left: 2px #222 solid;
border: none; border-right: 0
}
#workspaces {
border-right: 0;
} }
#workspaces button { #workspaces button {

View file

@ -32,7 +32,7 @@
}; };
keymap = { keymap = {
manager.prepend_keymap = [ mgr.prepend_keymap = [
{ on = "!"; run = "shell '$SHELL' --block"; desc = "Open shell here"; } { on = "!"; run = "shell '$SHELL' --block"; desc = "Open shell here"; }
{ on = ["c" "d"]; run = "shell 'ripdrag \"$@\" -x 2>/dev/null &' --confirm"; desc = "Drag selection";} { on = ["c" "d"]; run = "shell 'ripdrag \"$@\" -x 2>/dev/null &' --confirm"; desc = "Drag selection";}
@ -81,7 +81,7 @@
]; ];
}; };
settings = { settings = {
manager = { mgr = {
sort_dir_first = false; sort_dir_first = false;
linemode = "time_and_size"; linemode = "time_and_size";
show_symlink = true; show_symlink = true;