Add waybar config

This commit is contained in:
nxshock 2023-04-08 21:51:49 +05:00
parent 43666f81f7
commit 81d9bf2fda
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
// "layer": "top", // Waybar at top layer
// "position": "bottom", // Waybar position (top|bottom|left|right)
// "height": 30, // Waybar height (to be removed for auto height)
// "width": 1280, // Waybar width
// Choose the order of the modules
"modules-left": ["sway/workspaces", "sway/mode", "custom/media"],
"modules-center": ["sway/window"],
"modules-right": ["pulseaudio", "keyboard-state", "sway/language", "clock", "tray"],
"pulseaudio": {"format": "{volume}%"}
}

View File

@ -0,0 +1,13 @@
* {
font-size: 15px;
font-family: 'Terminus';
font-weight: bold;
background-color: #000;
color: #777;
}
.modules-right * {
margin-left: 0.5em;
margin-right: 0.5em;
}