mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Compare commits
4 Commits
v1.3.0
...
bare-insta
Author | SHA1 | Date | |
---|---|---|---|
a64c0505ec | |||
6e05a51b65 | |||
583f1b6113 | |||
55f30eba66 |
@ -8,4 +8,10 @@ gtk-update-icon-cache ~/.local/share/icons/hicolor &>/dev/null
|
|||||||
# Copy .desktop declarations
|
# Copy .desktop declarations
|
||||||
mkdir -p ~/.local/share/applications
|
mkdir -p ~/.local/share/applications
|
||||||
cp ~/.local/share/omarchy/applications/*.desktop ~/.local/share/applications/
|
cp ~/.local/share/omarchy/applications/*.desktop ~/.local/share/applications/
|
||||||
|
cp ~/.local/share/omarchy/applications/hidden/*.desktop ~/.local/share/applications/
|
||||||
|
|
||||||
|
if [ -z "$OMARCHY_BARE" ]; then
|
||||||
|
cp ~/.local/share/omarchy/applications/xtras/*.desktop ~/.local/share/applications/
|
||||||
|
fi
|
||||||
|
|
||||||
update-desktop-database ~/.local/share/applications
|
update-desktop-database ~/.local/share/applications
|
||||||
|
@ -28,4 +28,4 @@ done
|
|||||||
cd - >/dev/null
|
cd - >/dev/null
|
||||||
|
|
||||||
echo -e "\e[32m\nUpdating system packages\e[0m"
|
echo -e "\e[32m\nUpdating system packages\e[0m"
|
||||||
yay -Syu
|
yay -Syu --noconfirm
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
"", "", "", "", "", "", "", "", "", ""
|
"", "", "", "", "", "", "", "", "", ""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"format-full": "Charged ",
|
"format-full": "",
|
||||||
"tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%",
|
"tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%",
|
||||||
"tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%",
|
"tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%",
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
|
@ -28,14 +28,12 @@ set completion-query-items 200
|
|||||||
# Show extra file information when completing, like `ls -F` does
|
# Show extra file information when completing, like `ls -F` does
|
||||||
set visible-stats on
|
set visible-stats on
|
||||||
|
|
||||||
$if Bash
|
# Be more intelligent when autocompleting by also looking at the text after
|
||||||
# Be more intelligent when autocompleting by also looking at the text after
|
# the cursor. For example, when the current line is "cd ~/src/mozil", and
|
||||||
# the cursor. For example, when the current line is "cd ~/src/mozil", and
|
# the cursor is on the "z", pressing Tab will not autocomplete it to "cd
|
||||||
# the cursor is on the "z", pressing Tab will not autocomplete it to "cd
|
# ~/src/mozillail", but to "cd ~/src/mozilla". (This is supported by the
|
||||||
# ~/src/mozillail", but to "cd ~/src/mozilla". (This is supported by the
|
# Readline used by Bash 4.)
|
||||||
# Readline used by Bash 4.)
|
set skip-completed-text on
|
||||||
set skip-completed-text on
|
|
||||||
|
|
||||||
# Coloring for Bash 4 tab completions.
|
# Coloring for Bash 4 tab completions.
|
||||||
set colored-stats on
|
set colored-stats on
|
||||||
$endif
|
|
||||||
|
@ -4,3 +4,4 @@ source ~/.local/share/omarchy/default/bash/functions
|
|||||||
source ~/.local/share/omarchy/default/bash/prompt
|
source ~/.local/share/omarchy/default/bash/prompt
|
||||||
source ~/.local/share/omarchy/default/bash/init
|
source ~/.local/share/omarchy/default/bash/init
|
||||||
source ~/.local/share/omarchy/default/bash/envs
|
source ~/.local/share/omarchy/default/bash/envs
|
||||||
|
bind -f ~/.local/share/omarchy/default/bash/inputrc
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Install asdcontrol for controlling brightness on Apple Displays
|
# Install asdcontrol for controlling brightness on Apple Displays
|
||||||
if ! command -v asdcontrol &>/dev/null; then
|
if [ -z "$OMARCHY_BARE" ] && ! command -v asdcontrol &>/dev/null; then
|
||||||
git clone https://github.com/nikosdion/asdcontrol.git /tmp/asdcontrol
|
git clone https://github.com/nikosdion/asdcontrol.git /tmp/asdcontrol
|
||||||
cd /tmp/asdcontrol
|
cd /tmp/asdcontrol
|
||||||
make
|
make
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
yay -S --noconfirm --needed \
|
yay -S --noconfirm --needed \
|
||||||
brightnessctl playerctl pamixer pavucontrol wireplumber \
|
brightnessctl playerctl pamixer pavucontrol wireplumber \
|
||||||
fcitx5 fcitx5-gtk fcitx5-qt fcitx5-configtool \
|
fcitx5 fcitx5-gtk fcitx5-qt fcitx5-configtool wl-clip-persist \
|
||||||
wl-clip-persist \
|
nautilus sushi ffmpegthumbnailer \
|
||||||
nautilus sushi ffmpegthumbnailer gnome-calculator \
|
mpv evince imv \
|
||||||
1password-beta 1password-cli gnome-keyring \
|
chromium
|
||||||
chromium mpv \
|
|
||||||
evince imv \
|
|
||||||
localsend-bin
|
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
source ~/.local/share/omarchy/default/bash/functions
|
if [ -z "$OMARCHY_BARE" ]; then
|
||||||
web2app "WhatsApp" https://web.whatsapp.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/whatsapp.png
|
source ~/.local/share/omarchy/default/bash/functions
|
||||||
web2app "Google Photos" https://photos.google.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/google-photos.png
|
web2app "WhatsApp" https://web.whatsapp.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/whatsapp.png
|
||||||
web2app "Google Contacts" https://contacts.google.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/google-contacts.png
|
web2app "Google Photos" https://photos.google.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/google-photos.png
|
||||||
web2app "Google Messages" https://messages.google.com/web/conversations https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/google-messages.png
|
web2app "Google Contacts" https://contacts.google.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/google-contacts.png
|
||||||
web2app "ChatGPT" https://chatgpt.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/chatgpt.png
|
web2app "Google Messages" https://messages.google.com/web/conversations https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/google-messages.png
|
||||||
web2app "YouTube" https://youtube.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/youtube.png
|
web2app "ChatGPT" https://chatgpt.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/chatgpt.png
|
||||||
web2app "GitHub" https://github.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/github-light.png
|
web2app "YouTube" https://youtube.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/youtube.png
|
||||||
web2app "X" https://x.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/x-light.png
|
web2app "GitHub" https://github.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/github-light.png
|
||||||
|
web2app "X" https://x.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/x-light.png
|
||||||
|
fi
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
yay -S --noconfirm --needed \
|
if [ -z "$OMARCHY_BARE" ]; then
|
||||||
signal-desktop spotify dropbox-cli zoom \
|
yay -S --noconfirm --needed \
|
||||||
obsidian-bin typora libreoffice obs-studio kdenlive \
|
gnome-calculator \
|
||||||
pinta xournalpp
|
signal-desktop spotify dropbox-cli zoom \
|
||||||
|
obsidian-bin typora libreoffice obs-studio kdenlive \
|
||||||
|
1password-beta 1password-cli gnome-keyring \
|
||||||
|
pinta xournalpp localsend-bin
|
||||||
|
fi
|
||||||
|
|
||||||
# Copy over Omarchy applications
|
# Copy over Omarchy applications
|
||||||
source ~/.local/share/omarchy/bin/omarchy-sync-applications || true
|
source ~/.local/share/omarchy/bin/omarchy-sync-applications || true
|
||||||
|
Reference in New Issue
Block a user