non important commit
This commit is contained in:
parent
eab9bb97eb
commit
9f91e19129
1 changed files with 32 additions and 0 deletions
|
|
@ -27,5 +27,37 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
style = ''
|
||||
* {
|
||||
font-family: monospace;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: #1e1e2e;
|
||||
color: #cdd6f4;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 8px;
|
||||
color: #cdd6f4;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
background-color: #89b4fa;
|
||||
color: #1e1e2e;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background-color: #313244;
|
||||
}
|
||||
|
||||
#clock {
|
||||
padding: 0 10px;
|
||||
color: #cdd6f4;
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue