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