mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
25 lines
1.0 KiB
Bash
25 lines
1.0 KiB
Bash
# Set links for Nautilus action icons
|
|
sudo ln -snf /usr/share/icons/Adwaita/symbolic/actions/go-previous-symbolic.svg /usr/share/icons/Yaru/scalable/actions/go-previous-symbolic.svg
|
|
sudo ln -snf /usr/share/icons/Adwaita/symbolic/actions/go-next-symbolic.svg /usr/share/icons/Yaru/scalable/actions/go-next-symbolic.svg
|
|
|
|
# Setup user theme folder
|
|
mkdir -p ~/.config/omarchy/themes
|
|
|
|
# Set initial theme
|
|
omarchy-theme-set "Tokyo Night"
|
|
rm -rf ~/.config/chromium/SingletonLock # otherwise archiso will own the chromium singleton
|
|
|
|
# Set specific app links for current theme
|
|
mkdir -p ~/.config/btop/themes
|
|
ln -snf ~/.config/omarchy/current/theme/btop.theme ~/.config/btop/themes/current.theme
|
|
|
|
mkdir -p ~/.config/mako
|
|
ln -snf ~/.config/omarchy/current/theme/mako.ini ~/.config/mako/config
|
|
|
|
# Add managed policy directories for Chromium and Brave for theme changes
|
|
sudo mkdir -p /etc/chromium/policies/managed
|
|
sudo chmod a+rw /etc/chromium/policies/managed
|
|
|
|
sudo mkdir -p /etc/brave/policies/managed
|
|
sudo chmod a+rw /etc/brave/policies/managed
|