waybar style tune
This commit is contained in:
parent
8f3a5a2b2e
commit
529518c715
@ -59,8 +59,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tray": {
|
"tray": {
|
||||||
"icon-size": 14,
|
"icon-size": 16,
|
||||||
"spacing": 5
|
"spacing": 6
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
"tooltip-format": "<tt><small>{calendar}</small></tt>",
|
"tooltip-format": "<tt><small>{calendar}</small></tt>",
|
||||||
@ -86,7 +86,7 @@
|
|||||||
"on-scroll-down": "shift_down"
|
"on-scroll-down": "shift_down"
|
||||||
},
|
},
|
||||||
//"format": " {:%a %d %b %I:%M %p}", //12 hour format
|
//"format": " {:%a %d %b %I:%M %p}", //12 hour format
|
||||||
"format": " {:%d %m %Y %H:%M}", //24 hour format
|
"format": " {:%d.%m.%Y %H:%M}", //24 hour format
|
||||||
"format-alt": " {:%d/%m/%Y %H:%M:%S}",
|
"format-alt": " {:%d/%m/%Y %H:%M:%S}",
|
||||||
// //"timezones": [ "Kolkata" ],
|
// //"timezones": [ "Kolkata" ],
|
||||||
// //"max-length": 200
|
// //"max-length": 200
|
||||||
@ -121,7 +121,7 @@
|
|||||||
"battery": {
|
"battery": {
|
||||||
"states": {
|
"states": {
|
||||||
// "good": 95,
|
// "good": 95,
|
||||||
"warning": 30,
|
"warning": 45,
|
||||||
"critical": 15
|
"critical": 15
|
||||||
},
|
},
|
||||||
"format": "{icon} {capacity: >3}%",
|
"format": "{icon} {capacity: >3}%",
|
||||||
@ -155,8 +155,8 @@
|
|||||||
"default": ["", ""]
|
"default": ["", ""]
|
||||||
},
|
},
|
||||||
"on-click": "pavucontrol",
|
"on-click": "pavucontrol",
|
||||||
"on-scroll-up": "pamixer -ui 2 && pamixer --get-volume > $SWAYSOCK.wob",
|
"on-scroll-up": "pamixer -ud 2 && pamixer --get-volume > $SWAYSOCK.wob",
|
||||||
"on-scroll-down": "pamixer -ud 2 && pamixer --get-volume > $SWAYSOCK.wob"
|
"on-scroll-down": "pamixer -ui 2 && pamixer --get-volume > $SWAYSOCK.wob"
|
||||||
},
|
},
|
||||||
"custom/power": {
|
"custom/power": {
|
||||||
"format": "",
|
"format": "",
|
||||||
|
@ -297,13 +297,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#custom-launcher,
|
#custom-launcher,
|
||||||
#custom-power {}
|
#custom-power {
|
||||||
|
}
|
||||||
|
|
||||||
#custom-launcher {
|
#custom-launcher {
|
||||||
background-color: @mauve;
|
background-color: @mauve;
|
||||||
color: @base;
|
color: @base;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
|
padding-right: 5px;
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -332,8 +334,6 @@
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* window#waybar {
|
/* window#waybar {
|
||||||
background: #2d2a2e;
|
background: #2d2a2e;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user