From d1660f7c7cf90314222319378fea4ffe87f4671f Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 28 Jan 2026 06:57:24 -0600 Subject: fix(hyprland): resolve waybar 25s startup delay and separate X11 dotfiles - Add portals.conf with Settings=none to prevent D-Bus timeout - Reorder exec-once: portal/dbus first, then services, then apps - Move X11-specific dotfiles from common/ to dwm/ (Xresources, xinitrc, picom, redshift, conky, flameshot, touchpad-indicator) - Delete obsolete xdg-desktop-portal-gtk drop-in from common/ --- dotfiles/common/.config/conky/conky.conf | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 dotfiles/common/.config/conky/conky.conf (limited to 'dotfiles/common/.config/conky') diff --git a/dotfiles/common/.config/conky/conky.conf b/dotfiles/common/.config/conky/conky.conf deleted file mode 100644 index 09ee8ea..0000000 --- a/dotfiles/common/.config/conky/conky.conf +++ /dev/null @@ -1,24 +0,0 @@ -conky.config = { -out_to_console = true, -out_to_x = false, -background = false, -update_interval = 30, -total_run_times = 0, -}; -conky.text = [[ \ -${if_existing /sys/class/power_supply/BAT0}\ -󱊣 \ -${battery_percent BAT0}% \ -${if_existing /sys/class/power_supply/BAT0/status Charging} ${endif}\ -${if_existing /sys/class/power_supply/BAT0/status Discharging} ${endif}\ -${endif}\ -${if_existing /sys/class/power_supply/BAT1}\ -󱊣 \ -${battery_percent BAT1}% \ -${if_existing /sys/class/power_supply/BAT1/status Charging} ${endif}\ -${if_existing /sys/class/power_supply/BAT1/status Discharging} ${endif}\ -${endif}\ - ${fs_used}/${fs_size} \ - ${time %a %B %d} \ -󰥔 ${time %I:%M %p %Z} -]]; -- cgit v1.2.3