mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-27 19:34:57 -04:00
updates
This commit is contained in:
parent
bc4d4c403a
commit
715eb53860
57 changed files with 7755 additions and 3 deletions
17
.config/sketchybar/items/wifi.sh
Executable file
17
.config/sketchybar/items/wifi.sh
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
#!/bin/bash
|
||||
|
||||
source "$CONFIG_DIR/colors.sh"
|
||||
source "$CONFIG_DIR/icons.sh"
|
||||
|
||||
wifi=(
|
||||
script="$PLUGIN_DIR/wifi.sh"
|
||||
icon.color=0xffffffff
|
||||
icon.font="0xProto Nerd Font Mono:Bold:18.0"
|
||||
label.color=0xffffffff
|
||||
label.font="0xProto Nerd Font Mono:Bold:15.0"
|
||||
click_script="open 'x-apple.systempreferences:com.apple.Network-Settings.extension'"
|
||||
update_freq=10
|
||||
)
|
||||
|
||||
sketchybar --add item wifi right \
|
||||
--set wifi "${wifi[@]}"
|
||||
Loading…
Reference in a new issue