Files
dotfiles/.config/waybar/styles/modules-left.css
2025-11-23 11:42:35 +01:00

39 lines
477 B
CSS

/*--------------
username
--------------*/
#custom-user {
padding-right: 12px;
}
/*----------------
workspaces
----------------*/
#custom-left_div.1,
#custom-right_div.1 {
color: @workspaces;
}
#workspaces {
padding: 0 1px;
background-color: @workspaces;
}
#workspaces button {
/*content: "c";*/
}
/*------------------
window title
------------------*/
#window {
margin-left: 12px;
margin-top: 3px;
}
#window label {
font-size: 14px;
color: #888;
}