[themes] restore all themes
This commit is contained in:
parent
dc8da374fb
commit
0bae9e33bb
25 changed files with 1945 additions and 0 deletions
363
themes/icons/ascii.json
Normal file
363
themes/icons/ascii.json
Normal file
|
@ -0,0 +1,363 @@
|
|||
{
|
||||
"defaults": {
|
||||
"padding": " "
|
||||
},
|
||||
"memory": {
|
||||
"prefix": "ram"
|
||||
},
|
||||
"cpu": {
|
||||
"prefix": "cpu"
|
||||
},
|
||||
"cpu2": {
|
||||
"freq": { "prefix": "freq" },
|
||||
"load": { "prefix": "load" },
|
||||
"loads": { "prefix": "" },
|
||||
"temp": { "prefix": "temp" },
|
||||
"fan": { "prefix": "fan" }
|
||||
},
|
||||
"disk": {
|
||||
"prefix": "hdd"
|
||||
},
|
||||
"dnf": {
|
||||
"prefix": "dnf"
|
||||
},
|
||||
"apt": {
|
||||
"prefix": "apt"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"amixer": {
|
||||
"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-upower": {
|
||||
"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"
|
||||
},
|
||||
"unknown-25": {
|
||||
"suffix": "?"
|
||||
},
|
||||
"unknown-50": {
|
||||
"suffix": "?"
|
||||
},
|
||||
"unknown-80": {
|
||||
"suffix": "?"
|
||||
},
|
||||
"unknown-100": {
|
||||
"suffix": "?"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"unknown-25": {
|
||||
"suffix": "?"
|
||||
},
|
||||
"unknown-50": {
|
||||
"suffix": "?"
|
||||
},
|
||||
"unknown-80": {
|
||||
"suffix": "?"
|
||||
},
|
||||
"unknown-100": {
|
||||
"suffix": "?"
|
||||
}
|
||||
},
|
||||
"battery_all": {
|
||||
"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"
|
||||
},
|
||||
"unknown-25": {
|
||||
"suffix": "?"
|
||||
},
|
||||
"unknown-50": {
|
||||
"suffix": "?"
|
||||
},
|
||||
"unknown-80": {
|
||||
"suffix": "?"
|
||||
},
|
||||
"unknown-100": {
|
||||
"suffix": "?"
|
||||
}
|
||||
},
|
||||
"caffeine": {
|
||||
"activated": {
|
||||
"prefix": "caf-on"
|
||||
},
|
||||
"deactivated": {
|
||||
"prefix": "caf-off "
|
||||
}
|
||||
},
|
||||
"xrandr": {
|
||||
"on": {
|
||||
"prefix": " off "
|
||||
},
|
||||
"off": {
|
||||
"prefix": " on "
|
||||
},
|
||||
"refresh": {
|
||||
"prefix": " refresh "
|
||||
}
|
||||
},
|
||||
"redshift": {
|
||||
"day": {
|
||||
"prefix": "day"
|
||||
},
|
||||
"night": {
|
||||
"prefix": "night"
|
||||
},
|
||||
"transition": {
|
||||
"prefix": "trans"
|
||||
}
|
||||
},
|
||||
"docker_ps": {
|
||||
"prefix": "containers"
|
||||
},
|
||||
"sensors": {
|
||||
"prefix": "sensors"
|
||||
},
|
||||
"traffic": {
|
||||
"rx": {
|
||||
"prefix": "down"
|
||||
},
|
||||
"tx": {
|
||||
"prefix": "up"
|
||||
}
|
||||
},
|
||||
"mpd": {
|
||||
"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]"
|
||||
}
|
||||
},
|
||||
"github": {
|
||||
"prefix": "github"
|
||||
},
|
||||
"deezer": {
|
||||
"prefix": ""
|
||||
},
|
||||
"spotify": {
|
||||
"prefix": ""
|
||||
},
|
||||
"uptime": {
|
||||
"prefix": "uptime"
|
||||
},
|
||||
"zpool": {
|
||||
"poolread": {
|
||||
"prefix": "pool read "
|
||||
},
|
||||
"poolwrite": {
|
||||
"prefix": "pool write "
|
||||
},
|
||||
"ONLINE": {
|
||||
"prefix": "pool"
|
||||
},
|
||||
"FAULTED": {
|
||||
"prefix": "pool (!)"
|
||||
},
|
||||
"DEGRADED": {
|
||||
"prefix": "pool (!)"
|
||||
}
|
||||
},
|
||||
"git": {
|
||||
"main": {
|
||||
"prefix": ""
|
||||
},
|
||||
"new": {
|
||||
"prefix": "[n]"
|
||||
},
|
||||
"modified": {
|
||||
"prefix": "[m]"
|
||||
},
|
||||
"deleted": {
|
||||
"prefix": "[d]"
|
||||
}
|
||||
},
|
||||
"dunst": {
|
||||
"muted": {
|
||||
"prefix": "dunst(muted)"
|
||||
},
|
||||
"unmuted": {
|
||||
"prefix": "dunst"
|
||||
}
|
||||
},
|
||||
"twmn": {
|
||||
"muted": {
|
||||
"prefix": "twmn"
|
||||
},
|
||||
"unmuted": {
|
||||
"prefix": "twmn(muted)"
|
||||
}
|
||||
},
|
||||
"system": {
|
||||
"prefix": "system"
|
||||
},
|
||||
"pomodoro": {
|
||||
"off": { "prefix": "pom" },
|
||||
"paused": { "prefix": "||" },
|
||||
"on": { "prefix": " >" }
|
||||
},
|
||||
"hddtemp": {
|
||||
"prefix": "hddtemp"
|
||||
}
|
||||
}
|
264
themes/icons/awesome-fonts.json
Normal file
264
themes/icons/awesome-fonts.json
Normal file
|
@ -0,0 +1,264 @@
|
|||
{
|
||||
"defaults": {
|
||||
"separator": "",
|
||||
"padding": " ",
|
||||
"unknown": { "prefix": "" }
|
||||
},
|
||||
"date": { "prefix": "" },
|
||||
"time": { "prefix": "" },
|
||||
"datetime": { "prefix": "" },
|
||||
"datetz": { "prefix": "" },
|
||||
"timetz": { "prefix": "" },
|
||||
"datetimetz": { "prefix": "" },
|
||||
"memory": { "prefix": "" },
|
||||
"cpu": { "prefix": "" },
|
||||
"cpu2": {
|
||||
"freq": { "prefix": "" },
|
||||
"load": { "prefix": "" },
|
||||
"loads": { "prefix": "" },
|
||||
"temp": { "prefix": "" },
|
||||
"fan": { "prefix": "" }
|
||||
},
|
||||
"disk": { "prefix": "" },
|
||||
"dnf": { "prefix": "" },
|
||||
"apt": { "prefix": "" },
|
||||
"pacman": { "prefix": "" },
|
||||
"brightness": { "prefix": "" },
|
||||
"load": { "prefix": "" },
|
||||
"layout": { "prefix": "" },
|
||||
"layout-xkb": { "prefix": "" },
|
||||
"layout-xkbswitch": { "prefix": "" },
|
||||
"notmuch_count": {
|
||||
"empty": { "prefix": "\uf0e0" },
|
||||
"items": { "prefix": "\uf0e0" }
|
||||
},
|
||||
"todo": {
|
||||
"empty": { "prefix": "" },
|
||||
"items": { "prefix": "" },
|
||||
"uptime": { "prefix": "" }
|
||||
},
|
||||
"zpool": {
|
||||
"poolread": { "prefix": "→ " },
|
||||
"poolwrite": { "prefix": "← " },
|
||||
"ONLINE": { "prefix": "" },
|
||||
"FAULTED": { "prefix": "!" },
|
||||
"DEGRADED": { "prefix": "!" }
|
||||
},
|
||||
"cmus": {
|
||||
"playing": { "prefix": "" },
|
||||
"paused": { "prefix": "" },
|
||||
"stopped": { "prefix": "" },
|
||||
"prev": { "prefix": "" },
|
||||
"next": { "prefix": "" },
|
||||
"shuffle-on": { "prefix": "" },
|
||||
"shuffle-off": { "prefix": "" },
|
||||
"repeat-on": { "prefix": "" },
|
||||
"repeat-off": { "prefix": "" }
|
||||
},
|
||||
"gpmdp": {
|
||||
"playing": { "prefix": "" },
|
||||
"paused": { "prefix": "" },
|
||||
"stopped": { "prefix": "" },
|
||||
"prev": { "prefix": "" },
|
||||
"next": { "prefix": "" }
|
||||
},
|
||||
"pasink": {
|
||||
"muted": { "prefix": "" },
|
||||
"unmuted": { "prefix": "" }
|
||||
},
|
||||
"amixer": {
|
||||
"muted": { "prefix": "" },
|
||||
"unmuted": { "prefix": "" }
|
||||
},
|
||||
"pasource": {
|
||||
"muted": { "prefix": "" },
|
||||
"unmuted": { "prefix": "" }
|
||||
},
|
||||
"kernel": {
|
||||
"prefix": "\uf17c"
|
||||
},
|
||||
"nic": {
|
||||
"wireless-up": { "prefix": "" },
|
||||
"wireless-down": { "prefix": "" },
|
||||
"wired-up": { "prefix": "" },
|
||||
"wired-down": { "prefix": "" },
|
||||
"tunnel-up": { "prefix": "" },
|
||||
"tunnel-down": { "prefix": "" }
|
||||
},
|
||||
"bluetooth": {
|
||||
"ON": { "prefix": "" },
|
||||
"OFF": { "prefix": "" },
|
||||
"?": { "prefix": "" }
|
||||
},
|
||||
"battery-upower": {
|
||||
"charged": { "prefix": "", "suffix": "" },
|
||||
"AC": { "suffix": "" },
|
||||
"charging": {
|
||||
"prefix": ["", "", "", "", ""],
|
||||
"suffix": ""
|
||||
},
|
||||
"discharging-10": { "prefix": "", "suffix": "" },
|
||||
"discharging-25": { "prefix": "", "suffix": "" },
|
||||
"discharging-50": { "prefix": "", "suffix": "" },
|
||||
"discharging-80": { "prefix": "", "suffix": "" },
|
||||
"discharging-100": { "prefix": "", "suffix": "" },
|
||||
"unlimited": { "prefix": "", "suffix": "" },
|
||||
"estimate": { "prefix": "" },
|
||||
"unknown-10": { "prefix": "", "suffix": "" },
|
||||
"unknown-25": { "prefix": "", "suffix": "" },
|
||||
"unknown-50": { "prefix": "", "suffix": "" },
|
||||
"unknown-80": { "prefix": "", "suffix": "" },
|
||||
"unknown-100": { "prefix": "", "suffix": "" }
|
||||
},
|
||||
"battery": {
|
||||
"charged": { "prefix": "", "suffix": "" },
|
||||
"AC": { "suffix": "" },
|
||||
"charging": {
|
||||
"prefix": ["", "", "", "", ""],
|
||||
"suffix": ""
|
||||
},
|
||||
"discharging-10": { "prefix": "", "suffix": "" },
|
||||
"discharging-25": { "prefix": "", "suffix": "" },
|
||||
"discharging-50": { "prefix": "", "suffix": "" },
|
||||
"discharging-80": { "prefix": "", "suffix": "" },
|
||||
"discharging-100": { "prefix": "", "suffix": "" },
|
||||
"unlimited": { "prefix": "", "suffix": "" },
|
||||
"estimate": { "prefix": "" },
|
||||
"unknown-10": { "prefix": "", "suffix": "" },
|
||||
"unknown-25": { "prefix": "", "suffix": "" },
|
||||
"unknown-50": { "prefix": "", "suffix": "" },
|
||||
"unknown-80": { "prefix": "", "suffix": "" },
|
||||
"unknown-100": { "prefix": "", "suffix": "" }
|
||||
},
|
||||
"battery_all": {
|
||||
"charged": { "prefix": "", "suffix": "" },
|
||||
"AC": { "suffix": "" },
|
||||
"charging": {
|
||||
"prefix": ["", "", "", "", ""],
|
||||
"suffix": ""
|
||||
},
|
||||
"discharging-10": { "prefix": "", "suffix": "" },
|
||||
"discharging-25": { "prefix": "", "suffix": "" },
|
||||
"discharging-50": { "prefix": "", "suffix": "" },
|
||||
"discharging-80": { "prefix": "", "suffix": "" },
|
||||
"discharging-100": { "prefix": "", "suffix": "" },
|
||||
"unlimited": { "prefix": "", "suffix": "" },
|
||||
"estimate": { "prefix": "" },
|
||||
"unknown-10": { "prefix": "", "suffix": "" },
|
||||
"unknown-25": { "prefix": "", "suffix": "" },
|
||||
"unknown-50": { "prefix": "", "suffix": "" },
|
||||
"unknown-80": { "prefix": "", "suffix": "" },
|
||||
"unknown-100": { "prefix": "", "suffix": "" }
|
||||
},
|
||||
"caffeine": {
|
||||
"activated": { "prefix": " " },
|
||||
"deactivated": { "prefix": " " }
|
||||
},
|
||||
"xrandr": {
|
||||
"on": { "prefix": " " },
|
||||
"off": { "prefix": " " },
|
||||
"refresh": { "prefix": "" }
|
||||
},
|
||||
"redshift": {
|
||||
"day": { "prefix": "" },
|
||||
"night": { "prefix": "" },
|
||||
"transition": { "prefix": "" }
|
||||
},
|
||||
"docker_ps": {
|
||||
"prefix": ""
|
||||
},
|
||||
"sensors": {
|
||||
"prefix": ""
|
||||
},
|
||||
"sensors2": {
|
||||
"temp": { "prefix": "" },
|
||||
"fan": { "prefix": "" },
|
||||
"cpu": { "prefix": "" }
|
||||
},
|
||||
"traffic": {
|
||||
"rx": { "prefix": "" },
|
||||
"tx": { "prefix": "" }
|
||||
},
|
||||
"network_traffic": {
|
||||
"rx": { "prefix": "" },
|
||||
"tx": { "prefix": "" }
|
||||
},
|
||||
"mpd": {
|
||||
"playing": { "prefix": "" },
|
||||
"paused": { "prefix": "" },
|
||||
"stopped": { "prefix": "" },
|
||||
"prev": { "prefix": "" },
|
||||
"next": { "prefix": "" },
|
||||
"shuffle-on": { "prefix": "" },
|
||||
"shuffle-off": { "prefix": "" },
|
||||
"repeat-on": { "prefix": "" },
|
||||
"repeat-off": { "prefix": "" }
|
||||
},
|
||||
"arch-update": {
|
||||
"prefix": " "
|
||||
},
|
||||
"github": {
|
||||
"prefix": " "
|
||||
},
|
||||
"deezer": {
|
||||
"prefix": " "
|
||||
},
|
||||
"spotify": {
|
||||
"prefix": " "
|
||||
},
|
||||
"publicip": {
|
||||
"prefix": " "
|
||||
},
|
||||
"weather": {
|
||||
"clouds": { "prefix": "" },
|
||||
"rain": { "prefix": "" },
|
||||
"snow": { "prefix": "" },
|
||||
"clear": { "prefix": "" },
|
||||
"thunder": { "prefix": "" }
|
||||
},
|
||||
"taskwarrior": {
|
||||
"prefix": " "
|
||||
},
|
||||
"progress": {
|
||||
"copying": {
|
||||
"prefix": ""
|
||||
}
|
||||
},
|
||||
"git": {
|
||||
"main": { "prefix": "" },
|
||||
"new": { "prefix": "" },
|
||||
"modified": { "prefix": "" },
|
||||
"deleted": { "prefix": "" }
|
||||
},
|
||||
"dunst": {
|
||||
"muted": { "prefix": "" },
|
||||
"unmuted": { "prefix": "" }
|
||||
},
|
||||
"twmn": {
|
||||
"muted": { "prefix": "" },
|
||||
"unmuted": { "prefix": "" }
|
||||
},
|
||||
"pihole": {
|
||||
"enabled": { "prefix": "" },
|
||||
"disabled": { "prefix": "" }
|
||||
},
|
||||
"vpn": {
|
||||
"prefix": ""
|
||||
},
|
||||
"system": {
|
||||
"prefix": " "
|
||||
},
|
||||
"sun": {
|
||||
"prefix": ""
|
||||
},
|
||||
"rss": {
|
||||
"prefix": ""
|
||||
},
|
||||
"pomodoro": {
|
||||
"off": { "prefix": "" },
|
||||
"paused": { "prefix": "" },
|
||||
"work": { "prefix": "" },
|
||||
"break": { "prefix": "" }
|
||||
},
|
||||
"hddtemp": { "prefix": "" }
|
||||
}
|
198
themes/icons/ionicons.json
Normal file
198
themes/icons/ionicons.json
Normal file
|
@ -0,0 +1,198 @@
|
|||
{
|
||||
"defaults": {
|
||||
"separator": "\ue0b2",
|
||||
"padding": "\u2800",
|
||||
"unknown": { "prefix": "\uf100" }
|
||||
},
|
||||
"date": { "prefix": "\uf2d1" },
|
||||
"time": { "prefix": "\uf3b3" },
|
||||
"datetime": { "prefix": "\uf3b3" },
|
||||
"memory": { "prefix": "\uf389" },
|
||||
"cpu": { "prefix": "\uf4b0" },
|
||||
"disk": { "prefix": "\u26c1" },
|
||||
"dnf": { "prefix": "\uf2be" },
|
||||
"apt": { "prefix": "\uf2be" },
|
||||
"pacman": { "prefix": "\uf2be" },
|
||||
"brightness": { "prefix": "\u263c" },
|
||||
"load": { "prefix": "\uf13d" },
|
||||
"layout": { "prefix": "\uf38c" },
|
||||
"layout-xkb": { "prefix": "\uf38c" },
|
||||
"todo": {
|
||||
"empty": { "prefix": "\uf453" },
|
||||
"items": { "prefix": "\uf454" },
|
||||
"uptime": { "prefix": "\uf4c1" }
|
||||
},
|
||||
"zpool": {
|
||||
"poolread": { "prefix": "\u26c1\uf3d6" },
|
||||
"poolwrite": { "prefix": "\u26c1\uf3d5" },
|
||||
"ONLINE": { "prefix": "\u26c1" },
|
||||
"FAULTED": { "prefix": "\u26c1\uf3bc" },
|
||||
"DEGRADED": { "prefix": "\u26c1\uf3bc" }
|
||||
},
|
||||
"cmus": {
|
||||
"playing": { "prefix": "\uf488" },
|
||||
"paused": { "prefix": "\uf210" },
|
||||
"stopped": { "prefix": "\uf24f" },
|
||||
"prev": { "prefix": "\uf4ab" },
|
||||
"next": { "prefix": "\uf4ad" },
|
||||
"shuffle-on": { "prefix": "\uf4a8" },
|
||||
"shuffle-off": { "prefix": "\uf453" },
|
||||
"repeat-on": { "prefix": "\uf459" },
|
||||
"repeat-off": { "prefix": "\uf30f" }
|
||||
},
|
||||
"gpmdp": {
|
||||
"playing": { "prefix": "\uf488" },
|
||||
"paused": { "prefix": "\uf210" },
|
||||
"stopped": { "prefix": "\uf24f" },
|
||||
"prev": { "prefix": "\uf4ab" },
|
||||
"next": { "prefix": "\uf4ad" }
|
||||
},
|
||||
"pasink": {
|
||||
"muted": { "prefix": "\uf3b9" },
|
||||
"unmuted": { "prefix": "\uf3ba" }
|
||||
},
|
||||
"amixer": {
|
||||
"muted": { "prefix": "\uf3b9" },
|
||||
"unmuted": { "prefix": "\uf3ba" }
|
||||
},
|
||||
"pasource": {
|
||||
"muted": { "prefix": "\uf395" },
|
||||
"unmuted": { "prefix": "\uf2ec" }
|
||||
},
|
||||
"kernel": {
|
||||
"prefix": "\uf17c"
|
||||
},
|
||||
"nic": {
|
||||
"wireless-up": { "prefix": "\uf25c" },
|
||||
"wireless-down": { "prefix": "\uf3d0" },
|
||||
"wired-up": { "prefix": "\uf270" },
|
||||
"wired-down": { "prefix": "\uf271" },
|
||||
"tunnel-up": { "prefix": "\uf133" },
|
||||
"tunnel-down": { "prefix": "\uf306" }
|
||||
},
|
||||
"bluetooth": {
|
||||
"ON": { "prefix": "\uf116" },
|
||||
"OFF": { "prefix": "\uf116" },
|
||||
"?": { "prefix": "\uf116" }
|
||||
},
|
||||
"battery": {
|
||||
"charged": { "prefix": "\uf113", "suffix": "\uf493" },
|
||||
"AC": { "suffix": "\uf493" },
|
||||
"charging": {
|
||||
"prefix": ["\uf112", "\uf115", "\uf114", "", "\uf111"],
|
||||
"suffix": "\uf493"
|
||||
},
|
||||
"discharging-10": { "prefix": "\uf112", "suffix": "\uf3bc" },
|
||||
"discharging-25": { "prefix": "\uf115", "suffix": "\uf3e6" },
|
||||
"discharging-50": { "prefix": "\uf115", "suffix": "\uf3e6" },
|
||||
"discharging-80": { "prefix": "\uf114", "suffix": "\uf3e6" },
|
||||
"discharging-100": { "prefix": "\uf113", "suffix": "\uf3e6" },
|
||||
"unknown-10": { "prefix": "\uf112", "suffix": "\uf3bc" },
|
||||
"unknown-25": { "prefix": "\uf115", "suffix": "\uf142" },
|
||||
"unknown-50": { "prefix": "\uf115", "suffix": "\uf142" },
|
||||
"unknown-80": { "prefix": "\uf114", "suffix": "\uf142" },
|
||||
"unknown-100": { "prefix": "\uf113", "suffix": "\uf142" },
|
||||
"unlimited": { "prefix": "\uf402", "suffix": "\uf493" },
|
||||
"estimate": { "prefix": "\uf402" }
|
||||
},
|
||||
"battery_all": {
|
||||
"charged": { "prefix": "\uf113", "suffix": "\uf493" },
|
||||
"AC": { "suffix": "\uf493" },
|
||||
"charging": {
|
||||
"prefix": ["\uf112", "\uf115", "\uf114", "", "\uf111"],
|
||||
"suffix": "\uf493"
|
||||
},
|
||||
"discharging-10": { "prefix": "\uf112", "suffix": "\uf3bc" },
|
||||
"discharging-25": { "prefix": "\uf115", "suffix": "\uf3e6" },
|
||||
"discharging-50": { "prefix": "\uf115", "suffix": "\uf3e6" },
|
||||
"discharging-80": { "prefix": "\uf114", "suffix": "\uf3e6" },
|
||||
"discharging-100": { "prefix": "\uf113", "suffix": "\uf3e6" },
|
||||
"unknown-10": { "prefix": "\uf112", "suffix": "\uf3bc" },
|
||||
"unknown-25": { "prefix": "\uf115", "suffix": "\uf142" },
|
||||
"unknown-50": { "prefix": "\uf115", "suffix": "\uf142" },
|
||||
"unknown-80": { "prefix": "\uf114", "suffix": "\uf142" },
|
||||
"unknown-100": { "prefix": "\uf113", "suffix": "\uf142" },
|
||||
"unlimited": { "prefix": "\uf402", "suffix": "\uf493" },
|
||||
"estimate": { "prefix": "\uf402" }
|
||||
},
|
||||
"caffeine": {
|
||||
"activated": { "prefix": "\uf272\u3000\uf354" },
|
||||
"deactivated": { "prefix": "\uf272\u3000\uf355" }
|
||||
},
|
||||
"xrandr": {
|
||||
"on": { "prefix": "\uf465\u3000\uf354" },
|
||||
"off": { "prefix": "\uf465\u3000\uf355" }
|
||||
},
|
||||
"redshift": {
|
||||
"day": { "prefix": "\uf4b6" },
|
||||
"night": { "prefix": "\uf467" },
|
||||
"transition": { "prefix": "\uf475" }
|
||||
},
|
||||
"sensors": {
|
||||
"prefix": "\uf3b6"
|
||||
},
|
||||
"traffic": {
|
||||
"rx": { "prefix": "\uf365" },
|
||||
"tx": { "prefix": "\uf35f" }
|
||||
},
|
||||
"network_traffic": {
|
||||
"rx": { "prefix": "\uf365" },
|
||||
"tx": { "prefix": "\uf35f" }
|
||||
},
|
||||
"mpd": {
|
||||
"playing": { "prefix": "\uf488" },
|
||||
"paused": { "prefix": "\uf210" },
|
||||
"stopped": { "prefix": "\uf24f" },
|
||||
"prev": { "prefix": "\uf4ab" },
|
||||
"next": { "prefix": "\uf4ad" },
|
||||
"shuffle-on": { "prefix": "\uf4a8" },
|
||||
"shuffle-off": { "prefix": "\uf453" },
|
||||
"repeat-on": { "prefix": "\uf459" },
|
||||
"repeat-off": { "prefix": "\uf30f" }
|
||||
},
|
||||
"github": {
|
||||
"prefix": "\uf233"
|
||||
},
|
||||
"deezer": {
|
||||
"prefix": "\uf305"
|
||||
},
|
||||
"spotify": {
|
||||
"prefix": "\uf305"
|
||||
},
|
||||
"publicip": {
|
||||
"prefix": "\uf268"
|
||||
},
|
||||
"weather": {
|
||||
"clouds": { "prefix": "\uf12b" },
|
||||
"rain": { "prefix": "\uf495" },
|
||||
"snow": { "prefix": "\uf4ae" },
|
||||
"clear": { "prefix": "\uf3b0" },
|
||||
"thunder": { "prefix": "\uf4bd" }
|
||||
},
|
||||
"taskwarrior": {
|
||||
"prefix": "\uf454"
|
||||
},
|
||||
"dunst": {
|
||||
"muted": { "prefix": "\uf39a" },
|
||||
"unmuted": { "prefix": "\uf39b" }
|
||||
},
|
||||
"twmn": {
|
||||
"muted": { "prefix": "\uf1f6" },
|
||||
"unmuted": { "prefix": "\uf0f3" }
|
||||
},
|
||||
"system": {
|
||||
"prefix": " \uf2a9 "
|
||||
},
|
||||
"sun": {
|
||||
"prefix": "\uf3b0"
|
||||
},
|
||||
"rss": {
|
||||
"prefix": "\uf1ea"
|
||||
},
|
||||
"pomodoro": {
|
||||
"off": { "prefix": "\uf24f" },
|
||||
"paused": { "prefix": "\uf210" },
|
||||
"on": { "prefix": "\uf488" }
|
||||
}
|
||||
|
||||
}
|
5
themes/icons/paxy97.json
Normal file
5
themes/icons/paxy97.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"memory": {
|
||||
"prefix": " "
|
||||
}
|
||||
}
|
6
themes/icons/test.json
Normal file
6
themes/icons/test.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"test-widget": {
|
||||
"prefix": "widget-prefix",
|
||||
"suffix": "widget-suffix"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue