Changed waybar to a full bar on bottom with transparency
This commit is contained in:
parent
cfa2f67baf
commit
bcc7b1eab0
@ -1,16 +1,16 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "main",
|
"name": "main",
|
||||||
"layer": "top",
|
"layer": "bottom",
|
||||||
"position": "bottom",
|
"position": "bottom",
|
||||||
"height": 42,
|
"height": 44,
|
||||||
"spacing": 0,
|
"spacing": 0,
|
||||||
"output": "DP-3",
|
"output": "DP-3",
|
||||||
"reload_style_on_change": true,
|
"reload_style_on_change": true,
|
||||||
"margin-left": 800,
|
"margin-left": 0,
|
||||||
"margin-right": 800,
|
"margin-right": 0,
|
||||||
"margin-top": 20,
|
"margin-top": 0,
|
||||||
"margin-bottom": 10,
|
"margin-bottom": 0,
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"wireplumber",
|
"wireplumber",
|
||||||
"disk",
|
"disk",
|
||||||
@ -29,7 +29,7 @@
|
|||||||
],
|
],
|
||||||
"clock": {
|
"clock": {
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"format": "<b>{:%H:%M:%S}</b>",
|
"format": "<b>{:%I:%M:%S %p}</b>",
|
||||||
"format-alt": "{:%Y-%m-%d}",
|
"format-alt": "{:%Y-%m-%d}",
|
||||||
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
|
||||||
},
|
},
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: @mantle;
|
background: alpha(@mantle, 0.7);
|
||||||
border: 4px solid @crust;
|
border-top: 4px solid @crust;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
color: @peach;
|
color: @peach;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
@ -37,7 +37,7 @@ window#waybar.hidden {
|
|||||||
.modules-left,
|
.modules-left,
|
||||||
.modules-center,
|
.modules-center,
|
||||||
.modules-right {
|
.modules-right {
|
||||||
padding: 4px;
|
padding: 4 4 2 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
|
Loading…
Reference in New Issue
Block a user