waybar style tune
This commit is contained in:
@@ -31,11 +31,11 @@
|
||||
"all-outputs": true,
|
||||
"format": "{icon}",
|
||||
// "format": "< %g >",
|
||||
// "format_focused" : "< %g ● >",
|
||||
//"format_focused" : "< %g ● >",
|
||||
"format-icons": {
|
||||
"1": "",
|
||||
"2": "", //
|
||||
"3": " ", //
|
||||
"3": "", //
|
||||
"4": "",
|
||||
"5": "",
|
||||
"6": "",
|
||||
@@ -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
|
||||
@@ -99,7 +99,7 @@
|
||||
"on-click": "foot -e btop"
|
||||
},
|
||||
"memory": {
|
||||
"format": " {: >3}%",
|
||||
"format": "{: >3}%",
|
||||
"on-click": "foot -e btop"
|
||||
},
|
||||
"temperature": {
|
||||
@@ -107,7 +107,7 @@
|
||||
"hwmon-path": "/sys/class/hwmon/hwmon0/temp1_input",
|
||||
"critical-threshold": 80,
|
||||
// "format-critical": "{temperatureC}°C ",
|
||||
"format": " {temperatureC}°C"
|
||||
"format": " {temperatureC}°C"
|
||||
},
|
||||
"backlight": {
|
||||
// "device": "acpi_video1",
|
||||
@@ -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": "",
|
||||
|
Reference in New Issue
Block a user