Added a new theme and missing icons

This commit is contained in:
Martin 2020-05-01 13:36:28 +02:00
parent cb0c987531
commit e7466292d2
2 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,60 @@
{
"icons": [ "awesome-fonts" ],
"defaults": {
"separator-block-width": 0,
"separator": "",
"warning": {
"fg": "#282A36",
"bg": "#E5C07B"
},
"critical": {
"fg": "#282A36",
"bg": "#FF5555"
},
"fg": "#EFEFEF",
"bg": "#161821"
},
"dnf": {
"good": {
"fg": "#0f1117",
"bg": "#b4be82"
}
},
"apt": {
"good": {
"fg": "#0f1117",
"bg": "#b4be82"
}
},
"pacman": {
"good": {
"fg": "#0f1117",
"bg": "#b4be82"
}
},
"battery": {
"charged": {
"fg": "#b4be82",
"bg": "#161821"
},
"charging": {
"fg": "#89b8c2",
"bg": "#161821"
}
},
"pomodoro": {
"paused": {
"fg": "#0f1117",
"bg": "#e2a478"
},
"work": {
"fg": "#1d2021",
"bg": "#b8bb26"
},
"break": {
"fg": "#89b8c2",
"bg": "#161821"
}
}
}

View file

@ -20,6 +20,7 @@
"fan": { "prefix": "" }
},
"disk": { "prefix": "" },
"smartstatus": { "prefix": "" },
"dnf": { "prefix": "" },
"apt": { "prefix": "" },
"pacman": { "prefix": "" },
@ -90,6 +91,11 @@
"OFF": { "prefix": "" },
"?": { "prefix": "" }
},
"bluetooth2": {
"ON": { "prefix": "" },
"warning": { "prefix": "" },
"critical": { "prefix": "" }
},
"battery-upower": {
"charged": { "prefix": "", "suffix": "" },
"AC": { "suffix": "" },