xmobar: document how to visualize modified configuration

This commit is contained in:
Primrose 2025-08-12 10:36:44 +02:00
parent 7a0d7b4d95
commit ff5affd1c5
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -24,7 +24,8 @@
# Xmobar uses the directory to compile too, # Xmobar uses the directory to compile too,
# Linking the entire folder directly would make the directory not writable # Linking the entire folder directly would make the directory not writable
# #
# We need to clean up the xmobar executable so it recompiles # Just relink the file if you want to debug it quickly
# We need to clean up the xmobar executable so it recompiles (it's copied to store)
recursive = true; recursive = true;
source = "${./xmobar}"; source = "${./xmobar}";
}; };