Files
dotfiles/README.org

63 lines
1.6 KiB
Org Mode
Raw Permalink Normal View History

2025-09-20 17:13:04 -04:00
:PROPERTIES:
:ID: 75f35b3b-f46f-42b6-ac4b-3988f15c46e1
:END:
#+title: Gortium Dotfiles
2026-01-29 17:34:47 -05:00
#+subtitle: My attempt at having my computer do what I want, the way I want it.
2025-09-20 17:13:04 -04:00
* Welcome
I use stow to deploy all this to where it need to go (mostly ~/.confg).
* Apps
** nvim
2026-01-29 17:34:47 -05:00
** emacs (Doom)
2025-09-20 17:13:04 -04:00
** btop
** hyprland
** kitty
** rclone
** starship
** tmux
** waybar
*** WireGuard Module
The Waybar includes a custom WireGuard VPN status module that shows connection status, TX/RX stats, and peer info.
Setup:
1. Install openresolv (needed by wg-quick for DNS):
#+begin_src bash :tangle no
sudo pacman -S openresolv
#+end_src
2. Configure sudo for wg-quick (required for click-to-toggle binds):
#+begin_src bash :tangle no
echo "$USER ALL=(ALL) NOPASSWD: /usr/bin/wg-quick" | sudo tee /etc/sudoers.d/wireguard
#+end_src
3. Create a WireGuard config (if not exists):
#+begin_src bash :tangle no
sudo cp /etc/wireguard/work-laptop.conf /etc/wireguard/
sudo chmod 600 /etc/wireguard/work-laptop.conf
#+end_src
4. Refresh Waybar to pick up new config:
#+begin_src bash :tangle no
killall -q waybar && waybar -c ~/.config/waybar/config.jsonc & -s ~/.config/waybar/style.css &
#+end_src
Or use the launch script:
#+begin_src bash :tangle no
~/.config/waybar/launch.sh
#+end_src
Keybinds:
- ~$mainMod+Ctrl+V~ — Connect WireGuard (work-laptop)
- ~$mainMod+Ctrl+Shift+V~ — Disconnect WireGuard
The module polls /usr/bin/wg every 10 seconds. It shows a lock icon with TX/RX when connected, or an unlock icon when disconnected.
2025-09-20 17:13:04 -04:00
** Wireplumber
** wofi
** yazi
** zsh
2026-01-29 17:34:47 -05:00
* Archives
** I3
** Terminator