summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/style.css b/style.css
index 8186f91..72b7810 100644
--- a/style.css
+++ b/style.css
@@ -5,7 +5,7 @@
* {
font-family: "Hack Nerd Font", monospace;
- font-size: 0.98em;
+ font-size: 12px;
font-weight: normal;
text-shadow: none;
box-shadow: none;
@@ -25,7 +25,7 @@
/* Bar */
window#waybar {
color: @fg;
- background: rgba(0,0,0,0.85);
+ background: rgba(0,0,0,0.8);
border-top: 1px solid rgba(255,255,255,0.3);
}
@@ -35,7 +35,7 @@ window#waybar.hidded {
/* Labels */
label.module {
- padding: 8px 10px 5px 10px;
+ padding: 4px 10px 2px 10px;
}
label:hover {
@@ -78,7 +78,7 @@ label:hover {
#workspaces button,
#taskbar button {
color: @mg;
- padding: 4px 10px 4px 10px;
+ padding: 4px 10px 2px 10px;
border-radius: 0;
border:none;
}