This commit is contained in:
Stephan Raabe
2023-08-28 14:42:41 +02:00
parent c459d3b1a3
commit 726b9ab296
4 changed files with 89 additions and 30 deletions
+24
View File
@@ -1,5 +1,24 @@
/*
* __ __ _ ____ _ _
* \ \ / /_ _ _ _| |__ __ _ _ __ / ___|| |_ _ _| | ___
* \ \ /\ / / _` | | | | '_ \ / _` | '__| \___ \| __| | | | |/ _ \
* \ V V / (_| | |_| | |_) | (_| | | ___) | |_| |_| | | __/
* \_/\_/ \__,_|\__, |_.__/ \__,_|_| |____/ \__|\__, |_|\___|
* |___/ |___/
*
* by Stephan Raabe (2023)
* -----------------------------------------------------
*/
/* -----------------------------------------------------
* Import Pywal colors
* ----------------------------------------------------- */
@import 'colors-waybar.css';
/* -----------------------------------------------------
* General
* ----------------------------------------------------- */
* {
font-family: "Fira Sans Semibold", FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 14px;
@@ -24,6 +43,10 @@ button {
}
*/
/* -----------------------------------------------------
* Workspaces
* ----------------------------------------------------- */
#workspaces button {
padding: 0px 10px;
border-radius: 10px;
@@ -77,6 +100,7 @@ button {
#scratchpad,
#language,
#custom-youtube,
#user,
#mpd {
margin: 6px 10px 6px 0px;
padding: 0 0px;