diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-28 06:18:25 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-28 06:18:25 -0600 |
| commit | ef8b2e1fcd216ce6aed21f11e011246b033a9138 (patch) | |
| tree | 5034869cb702b6d2830beb905d840060d4eff355 /dotfiles/common/.Xresources | |
| parent | c42e4829181fbe65985b467c23ae41351b5aef9a (diff) | |
fix(hyprland): add persistent logging and fix waybar/script issues
- Add persistent logging for waybar, dunst, hypridle, gammastep to ~/.local/var/log/
- Create start-hyprland wrapper script for Hyprland logging
- Fix waybar-layout and toggle-scratchpad to auto-detect Hyprland socket
- Add swap-icon-label: false to waybar group, remove height setting
- Fix GTK CSS margin units (1 → 1px) to silence deprecation warning
- Add battery detection in archsetup to exclude module on desktops
- Update cursor theme to Bibata-Modern-Ice size 24
Diffstat (limited to 'dotfiles/common/.Xresources')
| -rw-r--r-- | dotfiles/common/.Xresources | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/common/.Xresources b/dotfiles/common/.Xresources index 96e4803..4b35809 100644 --- a/dotfiles/common/.Xresources +++ b/dotfiles/common/.Xresources @@ -10,8 +10,8 @@ Xft.hintstyle: hintfull Xft.hinting: 1 Xft.antialias: 1 Xft.rgba: rgb -Xcursor.size: 32 -Xcursor.theme: Vimix-white-cursors +Xcursor.size: 24 +Xcursor.theme: Bibata-Modern-Ice !! Emacs Emacs*toolBar: 0 |
