[themes] Remove default.yaml
Maintaining 2 separate theme files for the same theme is a bit redundant, so for consistency's sake, stay with JSON only.
This commit is contained in:
parent
dead54ed1f
commit
8b78b20d11
1 changed files with 0 additions and 70 deletions
|
@ -1,70 +0,0 @@
|
||||||
defaults:
|
|
||||||
prefix: " "
|
|
||||||
suffix: " "
|
|
||||||
urgent: true
|
|
||||||
fg: "#aabbcc"
|
|
||||||
date:
|
|
||||||
prefix: " "
|
|
||||||
time:
|
|
||||||
prefix: " "
|
|
||||||
memory:
|
|
||||||
prefix: " ram "
|
|
||||||
cpu:
|
|
||||||
prefix: " cpu "
|
|
||||||
disk:
|
|
||||||
prefix: " hdd "
|
|
||||||
dnf:
|
|
||||||
prefix: " dnf "
|
|
||||||
brightness:
|
|
||||||
prefix: " o "
|
|
||||||
cmus:
|
|
||||||
states:
|
|
||||||
playing:
|
|
||||||
prefix: " > "
|
|
||||||
paused:
|
|
||||||
prefix: " || "
|
|
||||||
stopped:
|
|
||||||
prefix: " [] "
|
|
||||||
pasink:
|
|
||||||
states:
|
|
||||||
muted:
|
|
||||||
prefix: " audio(mute) "
|
|
||||||
unmuted:
|
|
||||||
prefix: " audio "
|
|
||||||
pasource:
|
|
||||||
states:
|
|
||||||
muted:
|
|
||||||
prefix: " mic(mute) "
|
|
||||||
unmuted:
|
|
||||||
prefix: " mic "
|
|
||||||
nic:
|
|
||||||
states:
|
|
||||||
"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:
|
|
||||||
states:
|
|
||||||
charged:
|
|
||||||
suffix: " full "
|
|
||||||
charging:
|
|
||||||
suffix: " chr "
|
|
||||||
discharging-10:
|
|
||||||
prefix: " ! "
|
|
||||||
suffix: " dis "
|
|
||||||
discharging-25:
|
|
||||||
suffix: " dis "
|
|
||||||
discharging-50:
|
|
||||||
suffix: " dis "
|
|
||||||
discharging-80:
|
|
||||||
suffix: " dis "
|
|
||||||
discharging-100:
|
|
||||||
suffix: " dis "
|
|
Loading…
Reference in a new issue