update config
This commit is contained in:
38
.config/waybar/styles/modules-left.css
Normal file
38
.config/waybar/styles/modules-left.css
Normal file
@@ -0,0 +1,38 @@
|
||||
/*--------------
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user