mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Merge branch 'dev' into add-docker-buildx
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
echo "Fixing persistent workspaces in waybar config"
|
||||
sed -i 's/"persistent_workspaces":/"persistent-workspaces":/' ~/.config/waybar/config
|
||||
pkill -SIGUSR2 waybar
|
||||
pkill waybar
|
||||
setsid waybar >/dev/null 2>&1 &
|
||||
|
2
migrations/1752709610.sh
Normal file
2
migrations/1752709610.sh
Normal file
@ -0,0 +1,2 @@
|
||||
echo "Enable ufw firewall"
|
||||
source ~/.local/share/omarchy/install/firewall.sh
|
15
migrations/1752725616.sh
Normal file
15
migrations/1752725616.sh
Normal file
@ -0,0 +1,15 @@
|
||||
echo "Make light themes possible"
|
||||
if [[ -f ~/.local/share/applications/blueberry.desktop ]]; then
|
||||
rm -f ~/.local/share/applications/blueberry.desktop
|
||||
rm -f ~/.local/share/applications/org.pulseaudio.pavucontrol.desktop
|
||||
update-desktop-database ~/.local/share/applications/
|
||||
|
||||
gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"
|
||||
gsettings set org.gnome.desktop.interface gtk-theme "Adwaita-dark"
|
||||
|
||||
omarchy-refresh-waybar
|
||||
fi
|
||||
|
||||
if [[ ! -L "~/.config/omarchy/themes/rose-pine" ]]; then
|
||||
ln -snf ~/.local/share/omarchy/themes/rose-pine ~/.config/omarchy/themes/
|
||||
fi
|
Reference in New Issue
Block a user