This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * { | |
| /* `otf-font-awesome` is required to be installed for icons */ | |
| font-family: JetBrainsMono NFM, FontAwesome, Roboto, Helvetica, Arial, sans-serif; | |
| font-size: 14; | |
| border-radius: 25px; | |
| } | |
| window#waybar { | |
| background-color: rgba(0, 0, 0, 0.4); | |
| color: #ffffff; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| // -*- mode: jsonc -*- | |
| { | |
| // "layer": "top", // Waybar at top layer | |
| "position": "top", // Waybar position (top|bottom|left|right) | |
| "height": 30, // Waybar height (to be removed for auto height) | |
| "spacing": 10, // Gaps between modules (4px) | |
| "margin": 5, | |
| "modules-left": [ | |
| "network", |