This commit is contained in:
2024-06-15 16:52:18 -05:00
parent a5e1d9ce46
commit 155f4e34fa
5 changed files with 8 additions and 10 deletions

View File

@@ -29,8 +29,3 @@ alias sudo='sudo '
eval "$(oh-my-posh init bash --config ~/.config/ohmyposh/config.toml)" eval "$(oh-my-posh init bash --config ~/.config/ohmyposh/config.toml)"
if [[ -f "/opt/homebrew/bin/brew" ]] then
# If you're using macOS, you'll want this enabled
eval "$(/opt/homebrew/bin/brew shellenv)"
fi

View File

@@ -1,2 +1,2 @@
[Settings] [Settings]
gtk-application-prefer-dark-theme=1 gtk-application-prefer-dark-theme=0

View File

@@ -1,2 +1,2 @@
[Settings] [Settings]
gtk-application-prefer-dark-theme=1 gtk-application-prefer-dark-theme=0

View File

@@ -13,7 +13,7 @@
"format": "{title}" "format": "{title}"
}, },
"network": { "network": {
"interface": "wlan0", "interface": "wlp0s20f3",
"format-wifi": "󰖩 {essid}", "format-wifi": "󰖩 {essid}",
"format-disconnected": "󰖪", "format-disconnected": "󰖪",
"interval": 1 "interval": 1

View File

@@ -17,7 +17,6 @@ required_packages_brew:
- ttyd - ttyd
- bat - bat
- eza - eza
- podman
- fastfetch - fastfetch
apt_keys: apt_keys:
@@ -36,7 +35,11 @@ required_packages_apt:
- kanshi - kanshi
- waybar - waybar
- libappindicator1 - libappindicator1
- sway-notification-center #- sway-notification-center
- grim
- slurp
- openresolv
- podman
flatpak_remote: flatpak_remote:
- {name: 'flathub', url: "https://dl.flathub.org/repo/flathub.flatpakrepo"} - {name: 'flathub', url: "https://dl.flathub.org/repo/flathub.flatpakrepo"}