This commit is contained in:
grayTerminal-sh 2026-07-26 23:34:14 +02:00
parent 960faa2d60
commit 41a6c5df2e
2 changed files with 26 additions and 63 deletions

View file

@ -82,6 +82,7 @@ This setup assumes the following tools are installed (Arch package names):
- [wlogout](https://github.com/ArtsyMacaw/wlogout) (Power tool for waybar)
- [waybar](https://github.com/Alexays/Waybar) (Status bar with MangoWM)
- [mangown](https://github.com/mangowm/mango) (Windows compositor)
- [atuin](https://github.com/atuinsh/atuin)
---
@ -408,7 +409,6 @@ mv ~/.config/gtk-3.0 ~/.config/config_backup &&\
mv ~/.config/gtk-4.O ~/.config/config_backup && \
mv ~/.config/icons ~/.config/config_backup && \
mv ~/.config/kitty ~/.config/config_backup && \
mv ~/.config/mango ~/.config/mango_backup &&\
mv ~/.config/nvim ~/.config/config_backup && \
mv ~/.config/qt5ct ~/.config/config_backup && \
mv ~/.config/qt6ct ~/.config/config_backup && \
@ -434,7 +434,7 @@ stow *\
```shell
yay -S \
mangowm-git sway wofi i3status-rust kitty neovim zsh \
sway wofi i3status-rust kitty neovim zsh \
starship fzf fd ripgrep eza fastfetch yazi bat \
cliphist calcure zoxide pyenv git \
gtk3 gtk4 catppuccin-gtk-theme-mocha \
@ -469,33 +469,6 @@ user = "greetd"
---
```desktop
# /usr/share/wayland-sessions/mango.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Mango
DesktopNames=mango;wlroots
Comment=mango WM
Exec=mango
Icon=mango
Type=Application
```
---
```sh
#!/bin/sh
# .local/bin/mango-session.sh
systemctl --user start wayland-session.target
exec mango
```
---
```shell
sudo systemctl enable --now greetd.service
```

View file

@ -1,10 +0,0 @@
[Unit]
Description=Set ASUS BAT1 charge threshold to 80%%
After=graphical-session.target
[Service]
Type=oneshot
ExecStart=/usr/bin/bash -c 'echo 80 > /sys/class/power_supply/BAT1/charge_control_end_threshold'
[Install]
WantedBy=default.target