Update .config/waybar/config.jsonc

Update .config/waybar/style.css
This commit is contained in:
2025-09-22 15:48:05 +02:00
parent 4f5dbaf215
commit 3995517e92
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
"layer": "top", // Waybar at top layer
"position": "right", // Waybar position (top|bottom|left|right)
"spacing": 4, // Gaps between modules (4px)
"width": 100,
"width": 80,
"output": [
"DP-1",
"eDP-1",

View File

@@ -3,7 +3,7 @@
/* Global styles */
* {
transition: 0.7s all ease-in-out;
font-size: 16px;
font-size: 14px;
font-family: inherit;
padding: 3px;
margin: 1px 2px;