Dotfiles V.1.1.5
Updated Neovim Plugins as well as cleaned up aerospace config and sketbar config and added fastfetch config
This commit is contained in:
@@ -2,5 +2,12 @@
|
||||
|
||||
sketchybar --add item battery right \
|
||||
--set battery update_freq=120 \
|
||||
script="$PLUGIN_DIR/battery.sh" \
|
||||
script="$PLUGIN_DIR/battery.sh" \
|
||||
click_script="$PLUGIN_DIR/battery_popup.sh" \
|
||||
--subscribe battery system_woke power_source_change
|
||||
|
||||
sketchybar --add item batteryStatus popup.battery
|
||||
|
||||
sketchybar --add item batteryMaintain popup.battery
|
||||
|
||||
sketchybar --add item batteryCharge popup.battery
|
||||
|
||||
10
.config/sketchybar/items/front_app.sh
Executable file
10
.config/sketchybar/items/front_app.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
sketchybar --add item front_app q \
|
||||
--set front_app background.color=$ITEM_BG_COLOR \
|
||||
icon.color=$BLUE \
|
||||
icon.font="sketchybar-app-font:Regular:16.0" \
|
||||
label.color=$BLUE \
|
||||
script="$PLUGIN_DIR/front_app.sh" \
|
||||
associated_display=1 \
|
||||
--subscribe front_app front_app_switched
|
||||
@@ -1,12 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
sketchybar --add item media e \
|
||||
--set media label.color=$ACCENT_COLOR \
|
||||
label.max_chars=20 \
|
||||
icon.padding_left=0 \
|
||||
scroll_texts=on \
|
||||
icon= \
|
||||
icon.color=$ACCENT_COLOR \
|
||||
background.drawing=off \
|
||||
script="$PLUGIN_DIR/media.sh" \
|
||||
--subscribe media media_change
|
||||
13
.config/sketchybar/items/pomodoro.sh
Executable file
13
.config/sketchybar/items/pomodoro.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
sketchybar --add item pomodoro e \
|
||||
--set pomodoro update_freq=1 \
|
||||
associated_display=1 \
|
||||
script="$PLUGIN_DIR/pomodoro.sh" \
|
||||
click_script="$PLUGIN_DIR/pomodoro_popup.sh"
|
||||
|
||||
sketchybar --add item focus popup.pomodoro
|
||||
|
||||
sketchybar --add item shortBreak popup.pomodoro
|
||||
|
||||
sketchybar --add item longBreak popup.pomodoro
|
||||
@@ -11,7 +11,5 @@ do
|
||||
--set $str icon=$str \
|
||||
associated_display=1 \
|
||||
label.font="sketchybar-app-font:Regular:16.0" \
|
||||
label.padding_right=20 \
|
||||
label.y_offset=-1\
|
||||
script="$PLUGIN_DIR/space.sh $str"
|
||||
done
|
||||
|
||||
5
.config/sketchybar/items/wifi.sh
Executable file
5
.config/sketchybar/items/wifi.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
sketchybar --add item wifi right \
|
||||
--set wifi update_freq=10 \
|
||||
script="$PLUGIN_DIR/wifi.sh"
|
||||
Reference in New Issue
Block a user