Update .config/packages/arch-packages.fish

Update .config/polybar/launch.sh
Update tags
This commit is contained in:
punkfairie 2024-10-01 19:29:57 -07:00
parent fea7fc04f5
commit cf917a845b
Signed by: punkfairie
GPG key ID: A86AF57F837E320F
3 changed files with 51 additions and 44 deletions

View file

@ -28,11 +28,11 @@ if ! test "{{ .chezmoi.hostname }}" = "$file"
{{ if eq .chezmoi.hostname "archgirlie" -}}
{{ range .packages.arch.archgirlie -}}
yay -S --needed - <{{ . }}
yay -S --needed {{ . }}
{{ end -}}
{{ else if eq .chezmoi.hostname "archbaby" -}}
{{ range .packages.arch.archbaby -}}
yay -S --needed - <{{ . }}
yay -S --needed {{ . }}
{{ end -}}
{{ end -}}
end

View file

@ -1,9 +1,10 @@
#!/usr/bin/env bash
dir="$HOME/.config/polybar"
themes=(`ls --hide="launch.sh" $dir`)
# themes=(`ls --hide="launch.sh" $dir`)
launch_bar() {
launch_bar()
{
# Terminate already running bar instances
killall -q polybar
@ -16,9 +17,15 @@ launch_bar() {
polybar -q bottom -c "$dir/$style/config.ini" &
elif [[ "$style" == "pwidgets" ]]; then
bash "$dir"/pwidgets/launch.sh --main
else
if type "xrandr" &>/dev/null; then
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
MONITOR=$m polybar -q main -c "$dir/$style/config.ini" &
done
else
polybar -q main -c "$dir/$style/config.ini" &
fi
fi
}
if [[ "$1" == "--material" ]]; then

2
tags
View file

@ -6506,7 +6506,7 @@ label dot_config/polybar/shapes/modules.ini /^label = %time%$/;" k section:modul
label dot_config/polybar/shapes/user_modules.ini /^label = "%output% "$/;" k section:module/updates
language dot_config/copyq/copyq.conf /^language=en$/;" k section:Options
laravel/installer dot_config/composer/composer.json /^ "laravel\/installer": "^5.6"$/;" s object:require
launch_bar dot_config/polybar/executable_launch.sh /^launch_bar() {$/;" f
launch_bar dot_config/polybar/executable_launch.sh /^launch_bar()$/;" f
launcher dot_config/polybar/panels/scripts/executable_launcher.sh /^launcher() {$/;" f
layer1 dot_config/awesome/themes/catppuccin/titlebar/close.svg /^<svg version="1.1" xmlns="http:\/\/www.w3.org\/2000\/svg" xmlns:xlink="http:\/\/www.w3.org\/1999/;" i
layer1 dot_config/awesome/themes/catppuccin/titlebar/close_hover.svg /^<svg version="1.1" xmlns="http:\/\/www.w3.org\/2000\/svg" xmlns:xlink="http:\/\/www.w3.org\/1999/;" i