Add waybar config
This commit is contained in:
parent
43666f81f7
commit
81d9bf2fda
11
home/user/.config/waybar/config
Normal file
11
home/user/.config/waybar/config
Normal 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}%"}
|
||||||
|
}
|
13
home/user/.config/waybar/style.css
Normal file
13
home/user/.config/waybar/style.css
Normal 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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user