[theme] Add ASCII "icons"
This commit is contained in:
parent
f441be7d11
commit
8bde4845e0
1 changed files with 56 additions and 0 deletions
56
themes/icons/ascii.json
Normal file
56
themes/icons/ascii.json
Normal file
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"defaults": {
|
||||
"padding": " "
|
||||
},
|
||||
"memory": { "prefix": "ram" },
|
||||
"cpu": { "prefix": "cpu" },
|
||||
"disk": { "prefix": "hdd" },
|
||||
"dnf": { "prefix": "dnf" },
|
||||
"brightness": { "prefix": "o" },
|
||||
"cmus": {
|
||||
"playing": { "prefix": ">" },
|
||||
"paused": { "prefix": "||" },
|
||||
"stopped": { "prefix": "[]" },
|
||||
"prev": { "prefix": "|<" },
|
||||
"next": { "prefix": ">|" },
|
||||
"shuffle-on": { "prefix": "S" },
|
||||
"shuffle-off": { "prefix": "[s]" },
|
||||
"repeat-on": { "prefix": "R" },
|
||||
"repeat-off": { "prefix": "[r]" }
|
||||
},
|
||||
"pasink": {
|
||||
"muted": { "prefix": "audio(mute)" },
|
||||
"unmuted": { "prefix": "audio" }
|
||||
},
|
||||
"pasource": {
|
||||
"muted": { "prefix": "mic(mute)" },
|
||||
"unmuted": { "prefix": "mic" }
|
||||
},
|
||||
"nic": {
|
||||
"wireless-up": { "prefix": "wifi" },
|
||||
"wireless-down": { "prefix": "wifi" },
|
||||
"wired-up": { "prefix": "lan" },
|
||||
"wired-down": { "prefix": "lan" },
|
||||
"tunnel-up": { "prefix": "tun" },
|
||||
"tunnel-down": { "prefix": "tun" }
|
||||
},
|
||||
"battery": {
|
||||
"charged": { "suffix": "full" },
|
||||
"charging": { "suffix": "chr" },
|
||||
"AC": { "suffix": "ac" },
|
||||
"discharging-10": {
|
||||
"prefix": "!",
|
||||
"suffix": "dis"
|
||||
},
|
||||
"discharging-25": { "suffix": "dis" },
|
||||
"discharging-50": { "suffix": "dis" },
|
||||
"discharging-80": { "suffix": "dis" },
|
||||
"discharging-100": { "suffix": "dis" }
|
||||
},
|
||||
"caffeine": {
|
||||
"activated": {"prefix": "caf-on" }, "deactivated": { "prefix": "caf-off " }
|
||||
},
|
||||
"xrandr": {
|
||||
"on": { "prefix": " off "}, "off": { "prefix": " on "}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue