Compare commits
3 Commits
51ecf7e199
...
b14526d70b
Author | SHA1 | Date | |
---|---|---|---|
b14526d70b | |||
55ed9a1bb6 | |||
272cb0af2c |
@ -34,16 +34,15 @@
|
|||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "bottom",
|
"position": "bottom",
|
||||||
"height": 40,
|
"height": 40,
|
||||||
"modules-left": ["gamemode", "custom/backup", "battery", "cpu", "memory", "temperature", "network"],
|
"modules-left": ["gamemode", "custom/backup", "battery", "temperature", "cpu", "memory", "network"],
|
||||||
"modules-center": [],
|
"modules-center": [],
|
||||||
"modules-right": ["mpris", "pulseaudio", "backlight", "idle_inhibitor", "clock"],
|
"modules-right": ["mpris", "pulseaudio", "backlight", "idle_inhibitor", "clock"],
|
||||||
"clock": {
|
"clock": {
|
||||||
"format": "{:%a %b %d %I:%M %p}",
|
"format": "{:%a %b %d %I:%M %p}",
|
||||||
"format-alt": "{:%Y-%m-%d}",
|
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
"interval": 1,
|
"interval": 5,
|
||||||
"format": " {bandwidthUpBytes} {bandwidthDownBytes}",
|
"format": " {bandwidthUpBytes} {bandwidthDownBytes}",
|
||||||
"format-disconnected": ""
|
"format-disconnected": ""
|
||||||
},
|
},
|
||||||
@ -59,18 +58,12 @@
|
|||||||
"format-icons": ["", "", "", "", ""]
|
"format-icons": ["", "", "", "", ""]
|
||||||
},
|
},
|
||||||
"backlight": {
|
"backlight": {
|
||||||
"format": "{icon} {percent}%",
|
"format": " {percent}%"
|
||||||
"format-icons": ["", ""]
|
|
||||||
},
|
},
|
||||||
"idle_inhibitor": {
|
"idle_inhibitor": {
|
||||||
"format": "{icon}",
|
"format": ""
|
||||||
"format-icons": {
|
|
||||||
"activated": "",
|
|
||||||
"deactivated": ""
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"gamemode": {
|
"gamemode": {
|
||||||
"hide-not-running": false,
|
|
||||||
"format": "{glyph}",
|
"format": "{glyph}",
|
||||||
"glyph": "",
|
"glyph": "",
|
||||||
"use-icon": false,
|
"use-icon": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user