From ef8b2e1fcd216ce6aed21f11e011246b033a9138 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 28 Jan 2026 06:18:25 -0600 Subject: fix(hyprland): add persistent logging and fix waybar/script issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- dotfiles/common/.config/gtk-3.0/gtk.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/common/.config/gtk-3.0') diff --git a/dotfiles/common/.config/gtk-3.0/gtk.css b/dotfiles/common/.config/gtk-3.0/gtk.css index a1d4c13..cffaf78 100644 --- a/dotfiles/common/.config/gtk-3.0/gtk.css +++ b/dotfiles/common/.config/gtk-3.0/gtk.css @@ -1,6 +1,6 @@ .window-frame, .window-frame:backdrop { box-shadow: 0 0 0 black; /* removes shadow completely */ border-style: none; - margin: 1; /* this retains the ability to resize with the mouse, if 1px is too narrow, set some higher values */ + margin: 1px; /* this retains the ability to resize with the mouse, if 1px is too narrow, set some higher values */ border-radius: 0; } -- cgit v1.2.3