Compare commits

..

No commits in common. "b14526d70b1a2b437c6564a4258fff1fb9df0581" and "51ecf7e1993c719182aa3fdef240c7c342408a70" have entirely different histories.

View File

@ -34,15 +34,16 @@
"layer": "top", "layer": "top",
"position": "bottom", "position": "bottom",
"height": 40, "height": 40,
"modules-left": ["gamemode", "custom/backup", "battery", "temperature", "cpu", "memory", "network"], "modules-left": ["gamemode", "custom/backup", "battery", "cpu", "memory", "temperature", "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": 5, "interval": 1,
"format": " {bandwidthUpBytes}  {bandwidthDownBytes}", "format": " {bandwidthUpBytes}  {bandwidthDownBytes}",
"format-disconnected": "" "format-disconnected": ""
}, },
@ -58,12 +59,18 @@
"format-icons": ["", "", "", "", ""] "format-icons": ["", "", "", "", ""]
}, },
"backlight": { "backlight": {
"format": " {percent}%" "format": "{icon} {percent}%",
"format-icons": ["", ""]
}, },
"idle_inhibitor": { "idle_inhibitor": {
"format": "" "format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
}
}, },
"gamemode": { "gamemode": {
"hide-not-running": false,
"format": "{glyph}", "format": "{glyph}",
"glyph": "", "glyph": "",
"use-icon": false, "use-icon": false,