-
Notifications
You must be signed in to change notification settings - Fork 5
Configuration
Most scripts have some configurable variables, which you can find at the beginning of each one of them.
Each script will source a .sh file with its name, from the
XDG_CONFIG_HOME/dotfiles directory (e.g. sBatteryctl will source
~/.config/dotfiles/sBatteryctl.sh), in which you can override the variables.
The fonts across the system can be configured via a fontconfig configuration
file.
Default fonts can be found in
.config/fontconfig/conf.d/60-simonvic-prefs.conf.
You can change the preferences by editing that file, or preferably by creating a configuration file with higher priority.
The window manager has been configured to set .config/sway/desktop_wallpaper
(or .config/i3/desktop_wallpaper for i3wm) as background wallpaper.
Simply create a symlink to the picture you want to use and reload your window manager
ln --symbolic --force path/to/your/wallpaper.png "${XDG_CONFIG_HOME:-$HOME/.config}/sway/desktop_wallpaper"