aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/sketchybar/bar-config/icons.sh
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/sketchybar/bar-config/icons.sh')
-rw-r--r--users/ryan/modules/sketchybar/bar-config/icons.sh35
1 files changed, 35 insertions, 0 deletions
diff --git a/users/ryan/modules/sketchybar/bar-config/icons.sh b/users/ryan/modules/sketchybar/bar-config/icons.sh
new file mode 100644
index 0000000..39de9cd
--- /dev/null
+++ b/users/ryan/modules/sketchybar/bar-config/icons.sh
@@ -0,0 +1,35 @@
1#!/usr/bin/env bash
2# Nerd Font glyphs, byte-for-byte identical to the original Waybar config.
3# Font: AnonymicePro Nerd Font
4
5# battery format-icons (low -> high) + charging
6export BAT_0="󰁺"; export BAT_1="󰁻"; export BAT_2="󰁾"
7export BAT_3="󰂀"; export BAT_4="󰁹"; export BAT_CHARGING="󰂄"
8
9# bluetooth
10export BT_ON="󰂯"; export BT_OFF="󰂲"; export BT_CONNECTED="󰂱"
11
12# network (wifi weak -> strong, ethernet, disconnected)
13export WIFI_1="󰤟"; export WIFI_2="󰤢"; export WIFI_3="󰤥"
14export WIFI_4="󰤨"; export ETHERNET=""; export NET_OFF="󰤭"
15
16# pulseaudio / volume (default set) + muted
17export VOL_0=""; export VOL_1=""; export VOL_2=""
18export VOL_3=""; export VOL_MUTE=""
19
20# backlight / brightness (dim, bright)
21export BL_LOW=""; export BL_HIGH=""
22
23# idle_inhibitor (activated=lock, deactivated=unlock)
24export IDLE_ON=""; export IDLE_OFF=""
25
26# misc
27export DISK=""; export MAIL=""; export SPOTIFY=""
28
29# weather (nf-weather-*, wttr.in weatherCode -> glyph)
30export WEA_SUNNY=""; export WEA_NIGHT=""
31export WEA_DAY_CLOUDY=""; export WEA_NIGHT_CLOUDY=""
32export WEA_CLOUDY=""; export WEA_FOG=""
33export WEA_SHOWERS=""; export WEA_RAIN=""
34export WEA_SNOW=""; export WEA_SLEET=""
35export WEA_THUNDER=""