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