Felix Delattre
2359ed01a8
Update .config/helix/config.toml Update .config/helix/languages.toml Update .config/i3/bin/brightness.sh Update .config/i3/bin/exit.sh Update .config/i3/bin/i3.config.keycodes Update .config/i3/bin/i3blocks-battery Update .config/i3/bin/lock.sh Update .config/i3/bin/monitor.sh Update .config/i3/bin/toggletouchpad.sh Update .config/i3/config Update .config/i3/i3blocks.conf Update .config/i3/i3status.conf Update .config/lvim/config.lua Update .config/spacebar/spacebarrc Update .config/sway/bin/brightness.sh Update .config/sway/bin/i3blocks-battery Update .config/sway/bin/toggletouchpad.sh Update .config/sway/blocks.conf Update .config/sway/config Update .config/sway/wallpaper.jpg Update .gitconfig Update .oh-my-zsh/custom/aliases.zsh Update .oh-my-zsh/custom/linux.zsh Update .oh-my-zsh/custom/mac.zsh Update .oh-my-zsh/custom/prompt.zsh Update .skhdrc Update .tmux.conf Update .vimrc Update .zshrc Update backup.sh Update .yabairc
35 lines
1.8 KiB
Bash
Executable file
35 lines
1.8 KiB
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
spacebar -m config position top
|
|
spacebar -m config height 24
|
|
spacebar -m config title off
|
|
spacebar -m config spaces on
|
|
spacebar -m config clock on
|
|
spacebar -m config power on
|
|
spacebar -m config padding_left 16
|
|
spacebar -m config padding_right 16
|
|
spacebar -m config spacing_left 20
|
|
spacebar -m config spacing_right 10
|
|
#spacebar -m config text_font "Menlo:Regular:12.0"
|
|
spacebar -m config text_font "Helvetica Neue:Bold:12.0"
|
|
spacebar -m config icon_font "Font Awesome 6 Free:Solid:12.0"
|
|
spacebar -m config background_color 0xff000000
|
|
spacebar -m config foreground_color 0xffa8a8a8
|
|
spacebar -m config power_icon_color 0xffcd950c
|
|
spacebar -m config battery_icon_color 0xffd75f5f
|
|
spacebar -m config dnd_icon_color 0xffa8a8a8
|
|
spacebar -m config clock_icon_color 0xffa8a8a8
|
|
spacebar -m config power_icon_strip
|
|
spacebar -m config space_icon •
|
|
spacebar -m config space_icon_color 0xffffab91
|
|
spacebar -m config space_icon_color_secondary 0xff78c4d4
|
|
spacebar -m config space_icon_color_tertiary 0xfffff9b0
|
|
spacebar -m config space_icon_strip 1 2 3 4 5 6 7 8 9 10
|
|
spacebar -m config clock_icon
|
|
spacebar -m config dnd_icon
|
|
spacebar -m config clock_format "%y-%m-%d %R"
|
|
spacebar -m config right_shell off
|
|
spacebar -m config right_shell_icon
|
|
spacebar -m config right_shell_command "whoami"
|
|
|
|
echo "spacebar configuration loaded.."
|