move files around

This commit is contained in:
Amarpreet Minhas 2024-03-30 14:26:57 -04:00
parent 62e3058eaa
commit 63de44d7a3
20 changed files with 7 additions and 20 deletions

View file

View file

@ -162,4 +162,5 @@ bar {
swaybar_command waybar swaybar_command waybar
} }
#include @sysconfdir@/sway/config.d/* output * bg ${HOME}/.background.png fit #000000
exec systemctl --user import-environment

View file

View file

@ -2,6 +2,7 @@
# install packages # install packages
sudo apt install \ sudo apt install \
apt-transport-https \
fd-find \ fd-find \
fontconfig \ fontconfig \
python3-neovim \ python3-neovim \
@ -13,6 +14,7 @@ sudo apt install \
gpg \ gpg \
imv \ imv \
inxi \ inxi \
jq \
kitty \ kitty \
neovim \ neovim \
pipewire-alsa \ pipewire-alsa \
@ -22,7 +24,9 @@ sudo apt install \
swaylock \ swaylock \
tmux \ tmux \
waybar \ waybar \
wireplumber wireplumber \
wl-clipboard \
yq
# set up nerd fonts # set up nerd fonts
FONT_DIR=${HOME}/.local/share/fonts/ FONT_DIR=${HOME}/.local/share/fonts/

View file

@ -1,18 +0,0 @@
# The Sway configuration file in ~/.config/sway/config calls this script.
# You should see changes to the status bar after saving this script.
# If not, do "killall swaybar" and $mod+Shift+c to reload the configuration.
# The abbreviated weekday (e.g., "Sat"), followed by the ISO-formatted date
# like 2018-10-06 and the time (e.g., 14:01)
date_formatted=$(date "+%a %F %H:%M")
# Get the Linux version but remove the "-1-ARCH" part
linux_version=$(uname -r | cut -d '-' -f1)
# Returns the battery status: "Full", "Discharging", or "Charging".
battery_status=$(cat /sys/class/power_supply/BAT0/status)
battery_percentage=$(acpi -b | cut -d',' -f2)
# Emojis and characters for the status bar
# 💎 💻 💡 ⚡ 📁 \|
echo 🐧$linux_version 🔋 $battery_status 🔌 $battery_percentage $date_formatted