From 72f8cd116c5061a336ea8e9826d4fa562d268eee Mon Sep 17 00:00:00 2001 From: chris1320 Date: Fri, 25 Oct 2024 11:24:06 +0800 Subject: [PATCH] feat(arch): put batsignal under dunst guide Signed-off-by: chris1320 --- .../Arch Linux/Contents/Manual Customization.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/Operating Systems/Arch Linux/Contents/Manual Customization.md b/Operating Systems/Arch Linux/Contents/Manual Customization.md index 5048d2f..d708be0 100644 --- a/Operating Systems/Arch Linux/Contents/Manual Customization.md +++ b/Operating Systems/Arch Linux/Contents/Manual Customization.md @@ -43,7 +43,7 @@ git lfs pull # Download LFS files ## Custom Fonts and Icons -We are going to use the following fonts and icons, so it's best to install it now. +We are going to use the following fonts and icons, so it's best to install them now. - **Primary Fonts**: `ttf-jetbrains-mono-nerd ttf-noto-nerd noto-fonts-cjk ttf-opensans noto-fonts otf-apple-fonts` - **Primary Icons**: `papirus-icon-theme papirus-folders-catppuccin-git` @@ -65,12 +65,11 @@ paru -Syu ttf-jetbrains-mono-nerd ttf-noto-nerd noto-fonts-cjk \ Install these packages to ensure that the system will work properly. ```bash -paru -S acpid avahi batsignal dkms net-tools +paru -S acpid avahi dkms net-tools systemctl enable \ acpid.service \ avahi-daemon.service \ systemd-timesyncd.service -systemctl --user enable batsignal.service ``` ### Input Devices @@ -441,6 +440,16 @@ mkdir -p ~/.config/dunst cp ./dotfiles/dunst/dunstrc ~/.config/dunst/dunstrc ``` +### Battery Level Notifications + +To enable battery level notifications, install `batsignal`, copy its dotfiles to its designated directory, and enable the service. + +```bash +paru -S batsignal +cp -r ~/Temp/ArchLinuxDotfiles/batsignal ~/.config/batsignal +systemctl --user enable batsignal.service +``` + ## Setting Up Rofi Rofi will be our launcher and interface for window switching, emoji panel, clipboard history panel, and much much more. Install it and copy its dotfiles to its designated locations.