2024-05-19 17:10:01 +02:00
|
|
|
{
|
|
|
|
# Git Configuration ( For Pulling Software Repos )
|
|
|
|
gitUsername = "John Smith";
|
|
|
|
gitEmail = "example@gmail.com";
|
|
|
|
|
|
|
|
# Base16 Theme
|
|
|
|
theme = "dracula";
|
|
|
|
|
|
|
|
# Hyprland Settings
|
|
|
|
borderAnim = true; # Enable / Disable Hyprland Border Animation
|
|
|
|
extraMonitorSettings = "";
|
|
|
|
|
|
|
|
# Waybar Settings
|
|
|
|
clock24h = false;
|
|
|
|
waybarAnimations = false;
|
|
|
|
|
|
|
|
# Program Options
|
2024-05-21 23:03:13 +02:00
|
|
|
browser = "firefox"; # Set Default Browser (google-chrome-stable for google-chrome)
|
2024-05-19 17:10:01 +02:00
|
|
|
terminal = "kitty"; # Set Default System Terminal
|
|
|
|
}
|