add waybar config
This commit is contained in:
34
waybar/styles/global.css
Normal file
34
waybar/styles/global.css
Normal file
@@ -0,0 +1,34 @@
|
||||
* {
|
||||
color: @main-fg;
|
||||
}
|
||||
|
||||
.module {
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
|
||||
#waybar {
|
||||
background-color: @outline;
|
||||
}
|
||||
#waybar > box {
|
||||
margin: 4px;
|
||||
background-color: @main-bg;
|
||||
}
|
||||
|
||||
button {
|
||||
border-radius: 16px;
|
||||
min-width: 16px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
button:hover {
|
||||
background-color: @hover-bg;
|
||||
color: @hover-fg;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
border: 2px solid @main-br;
|
||||
border-radius: 10px;
|
||||
background-color: @main-bg;
|
||||
}
|
||||
tooltip > box {
|
||||
padding: 0 6px;
|
||||
}
|
||||
Reference in New Issue
Block a user