feat: Begins waybar configuration, adds theme for eza, some updates to other configuration.

This commit is contained in:
2025-09-24 15:43:07 -04:00
parent 379319dac7
commit f10875412a
15 changed files with 767 additions and 377 deletions

View File

@@ -10,18 +10,8 @@ source = ~/.config/hypr/env.conf
source = ~/.config/hypr/monitors.conf
source = ~/.config/hypr/windows.conf
source = ~/.config/hypr/keybinds.conf
#################
### AUTOSTART ###
#################
# Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this:
exec-once = hyprpaper
exec-once = swaync
exec-once = elephant
exec-once = waybar
source = ~/.config/hypr/input.conf
source = ~/.config/hypr/autostart.conf
###################
### PERMISSIONS ###
@@ -143,49 +133,11 @@ dwindle {
master {
new_status = master
mfact = 0.50 # Set master window to be 50%
orientation = right # set master to be on the right.
orientation = left # set master to be on the right.
}
# https://wiki.hyprland.org/Configuring/Variables/#misc
misc {
force_default_wallpaper = 1 # Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
}
#############
### INPUT ###
#############
# https://wiki.hyprland.org/Configuring/Variables/#input
input {
kb_layout = us
kb_variant =
kb_model =
kb_options = ctrl:nocaps
kb_rules =
repeat_rate = 35
repeat_delay = 200
follow_mouse = 2
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
touchpad {
natural_scroll = true
tap-to-click = false
}
}
# https://wiki.hyprland.org/Configuring/Variables/#gestures
gestures {
workspace_swipe = false
}
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
device {
name = epic-mouse-v1
sensitivity = -0.5
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
}