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:
2025-06-11 22:16:38 +02:00
parent 1f4666f417
commit af9d88c05f
100 changed files with 2045 additions and 3328 deletions

View File

@@ -9,6 +9,7 @@ source "$CONFIG_DIR/colors.sh"
PLUGIN_DIR="$CONFIG_DIR/plugins"
ITEM_DIR="$CONFIG_DIR/items"
HELPER_DIR="$CONFIG_DIR/helper"
##### Bar Appearance #####
# Configuring the general appearance of the bar.
@@ -17,7 +18,7 @@ ITEM_DIR="$CONFIG_DIR/items"
# If you are looking for other colors, see the color picker:
# https://felixkratz.github.io/SketchyBar/config/tricks#color-picker
sketchybar --bar position=top height=30 blur_radius=30 color=$BAR_COLOR
sketchybar --bar position=top height=40 blur_radius=30 color=$BAR_COLOR notch_width=220
##### Changing Defaults #####
# We now change some default values, which are applied to all further items.
@@ -27,10 +28,8 @@ sketchybar --bar position=top height=30 blur_radius=30 color=$BAR_COLOR
default=(
padding_left=5
padding_right=5
icon.font="MesloLGS Nerd Font:Bold:17.0"
label.font="MesloLGS Nerd Font:Bold:14.0"
icon.color=$WHITE
label.color=$WHITE
icon.font="JetBrainsMono Nerd Font:Bold:17.0"
label.font="JetBrainsMono Nerd Font:Bold:14.0"
background.color=$ITEM_BG_COLOR
background.corner_radius=5
background.height=24
@@ -47,13 +46,15 @@ source $ITEM_DIR/spaces.sh
# --Middle Items --
source $ITEM_DIR/media.sh
source $ITEM_DIR/front_app.sh
source $ITEM_DIR/pomodoro.sh
# --Right Side Items --
source $ITEM_DIR/calendar.sh
source $ITEM_DIR/volume.sh
source $ITEM_DIR/battery.sh
source $ITEM_DIR/wifi.sh
##### Force all scripts to run the first time (never do this in a script) #####
sketchybar --update