Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4279c0549e |
9
config
9
config
@ -6,7 +6,7 @@
|
||||
// Choose the order of the modules
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-center": ["sway/window"],
|
||||
"modules-right": ["idle_inhibitor", "pulseaudio", "network", "cpu", "memory", "temperature", "custom/bat1", "clock", "tray"],
|
||||
"modules-right": ["idle_inhibitor", "pulseaudio", "network", "cpu", "memory", "temperature", "custom/bat0", "custom/bat1", "clock", "tray"],
|
||||
// Modules configuration
|
||||
// "sway/workspaces": {
|
||||
// "disable-scroll": true,
|
||||
@ -111,6 +111,13 @@
|
||||
//"battery#bat2": {
|
||||
// "bat": "BAT2"
|
||||
//},
|
||||
"custom/bat0": {
|
||||
"exec": "~/.config/waybar/scripts/battery.py BAT0",
|
||||
"return-type": "json",
|
||||
"format": " {} {icon} ",
|
||||
"format-icons": ["", "", "", "", ""],
|
||||
"tooltip": true
|
||||
},
|
||||
"custom/bat1": {
|
||||
"exec": "~/.config/waybar/scripts/battery.py BAT1",
|
||||
"return-type": "json",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user