More waybar styling
This commit is contained in:
parent
460a893555
commit
d9ed54a6e3
@ -1,7 +1,7 @@
|
|||||||
// vim:ft=javascript:
|
// vim:ft=javascript:
|
||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "top",
|
"position": "bottom",
|
||||||
"height": 30,
|
"height": 30,
|
||||||
"modules-left": ["sway/workspaces", "sway/mode", "sway/window"],
|
"modules-left": ["sway/workspaces", "sway/mode", "sway/window"],
|
||||||
"modules-center": ["clock"],
|
"modules-center": ["clock"],
|
||||||
@ -21,9 +21,9 @@
|
|||||||
// "2": "",
|
// "2": "",
|
||||||
// "3": "",
|
// "3": "",
|
||||||
// "4": ""
|
// "4": ""
|
||||||
//"urgent": "",
|
// "urgent": ""
|
||||||
//"focused": "",
|
// "focused": "",
|
||||||
//"default": ""
|
// "default": ""
|
||||||
},
|
},
|
||||||
"disable-scroll": true,
|
"disable-scroll": true,
|
||||||
"all-outputs": false
|
"all-outputs": false
|
||||||
|
@ -7,22 +7,29 @@
|
|||||||
min-height: 0;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window#waybar, #workspaces button {
|
||||||
|
color: #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
window#waybar{
|
window#waybar{
|
||||||
background: #222;
|
background: #000;
|
||||||
color: white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 15px;
|
padding: 0 10px;
|
||||||
color: white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused {
|
#workspaces button.focused {
|
||||||
color: black;
|
color: black;
|
||||||
background: #bbb;
|
background: #aaa;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.urgent {
|
||||||
|
color: black;
|
||||||
|
background: OrangeRed;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mode {
|
#mode {
|
||||||
|
Loading…
Reference in New Issue
Block a user