making things work decent in sway
This commit is contained in:
parent
71151f755f
commit
81a8ca2b4e
11 changed files with 84 additions and 16 deletions
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
// "layer": "top", // Waybar at top layer
|
||||
"position": "bottom", // Waybar position (top|bottom|left|right)
|
||||
"height": 20, // Waybar height (to be removed for auto height)
|
||||
"height": 25, // Waybar height (to be removed for auto height)
|
||||
// "width": 1280, // Waybar width
|
||||
// Choose the order of the modules
|
||||
"modules-left": ["sway/workspaces", "sway/mode", "sway/window"],
|
||||
"modules-center": ["clock"],
|
||||
"modules-right": ["pulseaudio", "network", "cpu", "memory", "temperature", "battery", "battery#bat2", "tray"],
|
||||
"modules-right": ["pulseaudio", "network", "cpu", "memory", "battery", "battery#bat2", "tray"],
|
||||
"margin-top": 5,
|
||||
"margin-bottom": 5,
|
||||
"margin-bottom": 10,
|
||||
// Modules configuration
|
||||
"sway/workspaces": {
|
||||
"disable-scroll": true,
|
||||
|
|
|
@ -166,7 +166,7 @@ window#waybar.solo {
|
|||
padding-right: 10px;
|
||||
border-radius: 20px;
|
||||
transition: none;
|
||||
color: @base0C;
|
||||
color: @base0E;
|
||||
background: @backtransparent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue