diff --git a/.config/HybridBar/config.json b/.config/HybridBar/config.json index 5cfa29c..d0bf640 100644 --- a/.config/HybridBar/config.json +++ b/.config/HybridBar/config.json @@ -46,7 +46,17 @@ "tooltip": "Hostname: ", "tooltip_command": "%hostname%" }, - "right-spacing_wifitomem": { + "right-spacing_wifitobat": { + "spacing_start": 0, + "spacing_end": 20 + }, + "right-label_bat": { + "text": ": ", + "command": "acpi -b | awk '{print $4}' | sed 's/,//'", + "tooltip": "Battery is ", + "tooltip_command": "acpi -b | awk '{print $3}' | sed 's/,//'" + }, + "right-spacing_battomem": { "spacing_start": 0, "spacing_end": 20 }, diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index a08503e..6a11c68 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -91,7 +91,7 @@ gestures { $mainMod = SUPER bind = $mainMod, Return, exec, kitty -bind = $mainMod, B, exec, librewolf +bind = $mainMod, B, exec, chromium bind = $mainMod, G, exec, steam bind = $mainMod, D, exec, webcord-git bind = $mainMod, F, exec, kitty joshuto diff --git a/install.sh b/install.sh index 7cac581..37b91be 100755 --- a/install.sh +++ b/install.sh @@ -4,10 +4,10 @@ sudo pacman -S rustup rustup default stable which paru || (git clone https://aur.archlinux.org/paru.git && cd paru && makepkg -si) -paru -Syu helix kitty qt6ct nwg-look-bin pamixer pavucontrol wlogout bashtop \ +paru -Syu helix kitty qt6ct nwg-look-bin pamixer pavucontrol wlogout bashtop acpi \ xdg-desktop-portal-hyprland-git polkit-kde-agent qt6-wayland ttf-dejavu ttf-dejavu-nerd \ hyprland hybrid-bar wofi hyprpaper grim slurp cliphist udiskie swaylock swayidle libappindicator-gtk3 \ - webcord-git-screenshare librewolf-bin steam wine gamescope wl-clipboard fzf zoxide joshuto sxiv + webcord-git-screenshare chromium steam wine gamescope wl-clipboard fzf zoxide joshuto sxiv sudo usermod -aG seat $USER sudo echo $USER >> /etc/shutdown.allow