This commit is contained in:
2025-11-21 18:43:44 -05:00
parent b774651c04
commit 79591a8216
10 changed files with 127 additions and 14 deletions

1
gtk.conf Normal file
View File

@@ -0,0 +1 @@
exec = env GTK_THEME=Nordic

View File

@@ -22,8 +22,7 @@
################
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=,preferred,auto,auto
monitor=eDP-1,2880x1920@120.00,auto,1.875
###################
### MY PROGRAMS ###
@@ -32,9 +31,9 @@ monitor=,preferred,auto,auto
# See https://wiki.hyprland.org/Configuring/Keywords/
# Set programs that you use
$terminal = alacritty
$terminal = kitty
$fileManager = nemo
$menu = wofi --show drun
$menu = fuzzel
#################
@@ -48,11 +47,14 @@ $menu = wofi --show drun
# exec-once = nm-applet &
# exec-once = waybar & hyprpaper & firefox
exec-once = systemctl --user restart hyprpolkitagent.service
exec = hyprpaper
exec-once = waybar
exec-once = hyprpaper
exec-once = nm-applet
exec-once = hyprsunset
exec-once = blueman-applet
exec-once = kdeconnect-indicator
exec-once = bash -c "source ~/.local/bin/riceman 2" # Sets system colorscheme to "4" (nord)
exec = setxkbmap us
#############################
### ENVIRONMENT VARIABLES ###
@@ -87,7 +89,8 @@ env = HYPRCURSOR_SIZE,24
# Refer to https://wiki.hyprland.org/Configuring/Variables/
source = ~/.config/hypr/everforest.conf
source = ~/.config/hypr/theme.conf
source = ~/.config/hypr/gtk.conf
# https://wiki.hyprland.org/Configuring/Variables/#decoration
decoration {
@@ -169,7 +172,7 @@ master {
# https://wiki.hyprland.org/Configuring/Variables/#misc
misc {
force_default_wallpaper = 0 # 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. :(
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
}
@@ -195,9 +198,7 @@ input {
}
# https://wiki.hyprland.org/Configuring/Variables/#gestures
gestures {
workspace_swipe = false
}
gesture = 3, horizontal, workspace
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
@@ -214,9 +215,11 @@ device {
# See https://wiki.hyprland.org/Configuring/Keywords/
$mainMod = SUPER # Sets "Windows" key as main modifier
bind = , Print, exec, grim -g "$(slurp)" "/home/lw/Pictures/screenshot-$(date).png"
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, Return, exec, $terminal
bind = $mainMod, L, exec, librewolf
bind = $mainMod, L, exec, flatpak run io.gitlab.librewolf-community
bind = $mainMod, Q, killactive,
bind = SUPER_SHIFT, E, exec, nwg-bar
bind = $mainMod, F, fullscreen
@@ -260,6 +263,12 @@ bind = $mainMod SHIFT, down, movewindow, d
bind = $mainMod SHIFT, left, movewindow, l
bind = $mainMod SHIFT, right, movewindow, r
bind = $mainMod ALT, 0, exec, riceman 0
bind = $mainMod ALT, 1, exec, riceman 1
bind = $mainMod ALT, 2, exec, riceman 2
bind = $mainMod ALT, 3, exec, riceman 3
bind = $mainMod ALT, 4, exec, riceman 4
# Resize windows (just like in i3)
bind = $mainMod, Z, submap, resize
submap = resize
@@ -270,6 +279,27 @@ bind = , down, resizeactive, 0 35
bind = , escape, submap, reset
submap = reset
# Enter the theme selection submap
bind = SUPER_SHIFT, C, submap, themeselect
# Submap for theme selection
submap = themeselect
bind = , 0, exec, bash -c "source ~/.local/bin/riceman 0"
bind = , 1, exec, bash -c "source ~/.local/bin/riceman 1"
bind = , 2, exec, bash -c "source ~/.local/bin/riceman 2"
bind = , 3, exec, bash -c "source ~/.local/bin/riceman 3"
bind = , 4, exec, bash -c "source ~/.local/bin/riceman 4"
bind = , 5, exec, bash -c "source ~/.local/bin/riceman 5"
bind = , 6, exec, bash -c "source ~/.local/bin/riceman 6"
bind = , 7, exec, bash -c "source ~/.local/bin/riceman 7"
bind = , 8, exec, bash -c "source ~/.local/bin/riceman 8"
bind = , 9, exec, bash -c "source ~/.local/bin/riceman 9"
# Escape to return to normal binds
bind = , escape, submap, reset
submap = reset
# Example special workspace (scratchpad)
bind = $mainMod, S, togglespecialworkspace, magic
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
@@ -296,6 +326,8 @@ bindl = , XF86AudioPause, exec, playerctl play-pause
bindl = , XF86AudioPlay, exec, playerctl play-pause
bindl = , XF86AudioPrev, exec, playerctl previous
# Theme switcher
##############################
### WINDOWS AND WORKSPACES ###
##############################

View File

@@ -1,2 +0,0 @@
preload = /home/lw/Wallpapers/mist_forest_1.png
wallpaper = eDP-1, /home/lw/Wallpapers/mist_forest_1.png

36
t_base16.conf Normal file
View File

@@ -0,0 +1,36 @@
# theme.conf - Classic TTY-style base16 theme
general {
gaps_in = 5
gaps_out = 5
border_size = 2
# Active border: blue → green gradient
col.active_border = rgb(00ff00)
# Inactive border: black
col.inactive_border = rgb(000000)
resize_on_border = false
allow_tearing = false
layout = master
}
# Reference: standard Linux TTY 16-color palette
# Black #000000
# Red #ff0000
# Green #00ff00
# Yellow #ffff00
# Blue #0000ff
# Magenta #ff00ff
# Cyan #00ffff
# White #ffffff
# Bright Black #555555
# Bright Red #ff5555
# Bright Green #55ff55
# Bright Yellow #ffff55
# Bright Blue #5555ff
# Bright Magenta#ff55ff
# Bright Cyan #55ffff
# Bright White #ffffff

View File

@@ -4,7 +4,7 @@ general {
border_size = 2
col.active_border = rgba(a7c080ff) rgba(3c4841ff) 45deg
col.active_border = rgba(83c092ff) rgba(7fbbb3ff) 45deg
col.inactive_border = rgba(2e383cff)
resize_on_border = false

15
t_gruvbox.conf Normal file
View File

@@ -0,0 +1,15 @@
general {
gaps_in = 5
gaps_out = 5
border_size = 2
col.active_border = rgba(83a598ff) rgba(b8bb26ff) 45deg
col.inactive_border = rgba(3c3836ff)
resize_on_border = false
allow_tearing = false
layout = master
}

14
t_monokai-pro.conf Normal file
View File

@@ -0,0 +1,14 @@
general {
gaps_in = 5
gaps_out = 5
border_size = 2
col.active_border = rgba(a9dc76ff) rgba(78dce8ff) 45deg
col.inactive_border = rgba(221f22ff)
resize_on_border = false
allow_tearing = false
layout = master
}

15
t_nord.conf Normal file
View File

@@ -0,0 +1,15 @@
general {
gaps_in = 5
gaps_out = 5
border_size = 2
col.active_border = rgba(81a1c1ff) rgba(88c0d0ff) 45deg
col.inactive_border = rgba(3b4252ff)
resize_on_border = false
allow_tearing = false
layout = master
}

1
theme.conf Symbolic link
View File

@@ -0,0 +1 @@
/home/lw/.config/hypr/t_gruvbox.conf

1
wal.conf Symbolic link
View File

@@ -0,0 +1 @@
/home/lw/.config/wpg/templates/colors-hyprland.conf