Trying out some new icons for waybar.
This commit is contained in:
parent
1b0908c73f
commit
83f0aba2b7
@ -11,8 +11,8 @@
|
|||||||
"idle_inhibitor": {
|
"idle_inhibitor": {
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"activated": "⚪",
|
"activated": "☕",//☕
|
||||||
"deactivated": "⚫"
|
"deactivated": "⏾"//☾☁⛾⛔⏾⌛⏳
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tray": {
|
"tray": {
|
||||||
|
@ -21,22 +21,22 @@ while true; do
|
|||||||
|
|
||||||
if [ $battery_status -eq 3 ]; then
|
if [ $battery_status -eq 3 ]; then
|
||||||
if [ $battery_percentage -eq 100 ]; then
|
if [ $battery_percentage -eq 100 ]; then
|
||||||
battery_icon="⚉"
|
battery_icon="⚡"
|
||||||
else
|
else
|
||||||
battery_icon="⚇"
|
battery_icon="⚡"
|
||||||
fi
|
fi
|
||||||
elif [ $battery_percentage -le 20 ]; then
|
elif [ $battery_percentage -le 20 ]; then
|
||||||
battery_icon="⚋"
|
battery_icon="○"# ⚠
|
||||||
elif [ $battery_percentage -le 40 ]; then
|
elif [ $battery_percentage -le 40 ]; then
|
||||||
battery_icon="⚊"
|
battery_icon="◔"
|
||||||
elif [ $battery_percentage -le 60 ]; then
|
elif [ $battery_percentage -le 60 ]; then
|
||||||
battery_icon="⚍"
|
battery_icon="◑"
|
||||||
elif [ $battery_percentage -le 80 ]; then
|
elif [ $battery_percentage -le 80 ]; then
|
||||||
battery_icon="⚌"
|
battery_icon="◕"
|
||||||
elif [ $battery_percentage -lt 100 ]; then
|
elif [ $battery_percentage -lt 100 ]; then
|
||||||
battery_icon="☱"
|
battery_icon="●"
|
||||||
else
|
else
|
||||||
battery_icon="☰"
|
battery_icon="●"# █▇▆▅▄▃▂▁ ⚠ ▕▅▏
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $battery_percentage -le 15 ]; then
|
if [ $battery_percentage -le 15 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user