mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Add different themes
This commit is contained in:
@ -1,4 +0,0 @@
|
||||
mkdir -p ~/.local/share/backgrounds
|
||||
gum spin --title "Downloading background image..." -- curl -sL -o ~/.local/share/backgrounds/1-Milad-Fakurian-Abstract-Purple-Blue.jpg https://images.unsplash.com/photo-1620207418302-439b387441b0
|
||||
gum spin --title "Downloading background image..." -- curl -sL -o ~/.local/share/backgrounds/2-Pawel-Czerwinski-Abstract-Purple-Blue.jpg https://images.unsplash.com/photo-1651870364199-fc5f9f46ac85
|
||||
gum spin --title "Downloading background image..." -- curl -sL -o ~/.local/share/backgrounds/3-Jr-Korpa-Abstract-Purple-Blue.jpg https://images.unsplash.com/flagged/photo-1567400358593-9e6382752ea2
|
@ -4,3 +4,16 @@ sudo pacman -S --noconfirm kvantum-qt5
|
||||
# Prefer dark mode everything
|
||||
sudo pacman -S --noconfirm gnome-themes-extra # Adds Adwaita-dark theme
|
||||
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||
|
||||
# Setup theme links
|
||||
mkdir -p ~/.config/omarchy/themes
|
||||
for f in ~/.local/share/omarchy/themes/*; do ln -s "$f" ~/.config/omarchy/themes/; done
|
||||
|
||||
# Set initial theme
|
||||
ln -snf ~/.config/omarchy/themes/tokyo-night ~/.config/omarchy/current-theme
|
||||
source ~/.local/share/omarchy/themes/tokyo-night/backgrounds.sh
|
||||
ln -snf ~/.config/omarchy/backgrounds/tokyo-night ~/.config/omarchy/current-backgrounds
|
||||
|
||||
# Set specific app links for current theme
|
||||
ln -snf ~/.config/omarchy/current-theme/wofi.css ~/.config/wofi/style.css
|
||||
ln -snf ~/.config/omarchy/current-theme/neovim.lua ~/.config/nvim/lua/plugins/theme.lua
|
||||
|
Reference in New Issue
Block a user