added fonts

This commit is contained in:
2025-06-07 15:55:35 -05:00
parent c88f53156e
commit 6efd3714f4
90 changed files with 1282 additions and 72 deletions
+4 -4
View File
@@ -4,9 +4,9 @@ source=$conf/theme.conf
# Shortcuts
bind = $mainMod Shift, Return, exec, $distrobox
bind = $mainMod, Return, exec, $terminal
bind = $mainMod, Shift_R, exec, $fileManager
bind = $mainMod, Control_R, exec, $browser
bind = $mainMod, t, exec, $terminal
bind = $mainMod, f, exec, $fileManager
bind = $mainMod, w, exec, $browser
bind = $mainMod Shift, Control_R, exec, $altbrowser
bind = $mainMod, backslash, exec, obsidian
bind = $mainMod, m, exec, $musicplayer
@@ -15,7 +15,7 @@ bind = Alt, F4, killactive,
bind = $mainMod, END, exit,
bind = $mainMod Shift, END, exec, poweroff
bind = $mainMod, Escape, exec, hyprlock
bind = $mainMod, F, fullscreen
bind = $mainMod, Return, fullscreen
bind = Super Shift, Super_L, exec, pkill rofi || rofi -show run -theme skycontrast -monitor DP-1
bind = Super, Super_L, exec, pkill rofi || rofi -show drun -theme skycontrast -monitor DP-1
bind = $mainMod Shift, w, exec, bash ~/Scripts/restart-waybar.sh
+1 -1
View File
@@ -9,7 +9,7 @@ input {
follow_mouse = 2
accel_profile = flat
sensitivity = -0.2
sensitivity = -0.45
}
cursor:no_warps=true
cursor:no_hardware_cursors=false
+1 -1
View File
@@ -1,6 +1,6 @@
#---PROGRAMS---#
$terminal = kitty
$fileManager = nemo
$fileManager = dolphin
$browser = librewolf
$altbrowser = google-chrome-stable
$musicplayer = youtube-music
+1 -1
View File
@@ -10,4 +10,4 @@ windowrulev2 = maxsize 1 1, class:^(xwaylandvideobridge)$
windowrulev2 = noblur, class:^(xwaylandvideobridge)$
# Layer Rules
layerrule = dimaround,rofi
layerrule = blur,rofi
+2 -2
View File
@@ -8,8 +8,8 @@ env = GBM_BACKEND,nvidia-drm
env = NVD_BACKEND,direct
env = ELECTRON_OZONE_PLATFORM_HINT,auto
env = QT_QPA_PLATFORMTHEME=qt6ct
env = HYPRCURSOR_THEME, PolarCursorTheme
env = XCURSOR_THEME, PolarCursorTheme
env = HYPRCURSOR_THEME, Simp1e
env = XCURSOR_THEME, Simp1e
env = HYPRCURSOR_SIZE, 24
env = XCURSOR_SIZE, 24
env = EDITOR, nvim
+5 -3
View File
@@ -2,9 +2,9 @@
general {
gaps_in = 3
gaps_out = 3
gaps_out = 8
border_size = 3
border_size = 4
col.active_border = rgba(99bbffff)
col.inactive_border = rgba(414141FF)
resize_on_border = true
@@ -28,7 +28,9 @@ decoration {
active_opacity = 1.0
inactive_opacity = 0.98
shadow:enabled = true
shadow:range = 4
shadow:range = 8
shadow:scale = 1.0
shadow:render_power = 3
blur {
enabled = true
}