Updated Hypr, Yazi

This commit is contained in:
2025-10-17 02:05:03 +02:00
parent e20f8b6ea2
commit 7cd7d746e7
141 changed files with 133 additions and 8479 deletions

0
roles/hypr/files/devices.conf Normal file → Executable file
View File

View File

@@ -5,5 +5,5 @@ env = HYPRCURSOR_SIZE,24
env = HYPRCURSOR_THEME,rose-pine-hyprcursor
env = XDG_SESSION_TYPE,wayland
env = WLR_NO_HARDWARE_CURSORS,1
env = QT_QPA_PLATFORMTHEME,qt5ct
env = QT_QPA_PLATFORMTHEME,gtk3
env = QT_STYLE_OVERRIDE,qt5ct

10
roles/hypr/files/hyprland.conf Normal file → Executable file
View File

@@ -54,11 +54,6 @@ decoration {
blurls = rofi
blurls = gtk-layer-shell
}
drop_shadow = yes
shadow_range = 4
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
}
# Animations
@@ -81,11 +76,6 @@ dwindle {
preserve_split = yes
}
# Gestures
gestures {
workspace_swipe = on
}
# Misc
misc {
#mouse_move_enables_dpms = true

View File

@@ -1,80 +0,0 @@
source = $HOME/.config/hypr/themes/catppuccin/mocha.conf
$accent = $sapphire
$accentAlpha = 7dc4e4 # $sapphireAlpha Doesn't work???
$font = CaskaydiaCove Nerd Font
# GENERAL
general {
disable_loading_bar = true
hide_cursor = true
}
# BACKGROUND
background {
monitor =
path = ~/.config/background
blur_passes = 0
color = $base
}
# DATE
label {
monitor =
text = cmd[update:30000] echo "$(date +"%R")"
color = $text
font_size = 90
font_family = $font
position = -30, 0
halign = right
valign = top
}
# TIME
label {
monitor =
text = cmd[update:43200000] echo "$(date +"%A, %d %B %Y")"
color = $text
font_size = 25
font_family = $font
position = -30, -150
halign = right
valign = top
}
# USER AVATAR
image {
monitor =
path = /var/lib/AccountsService/icons/$USER
border_color = $accent
border_size = 2
rounding = -1
size = 200
position = 0, 150
halign = center
valign = center
}
# INPUT FIELD
input-field {
monitor =
size = 300, 60
outline_thickness = 2
dots_size = 0.2
dots_spacing = 0.2
dots_center = true
outer_color = $accent
inner_color = $surface0
font_color = $text
fade_on_empty = false
placeholder_text = <span foreground="##$textAlpha"><i>󰌾 Logged in as </i><span foreground="##$accentAlpha">$USER</span></span>
hide_input = false
check_color = $accent
fail_color = $red
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
capslock_color = $peach
numlock_color = $green
position = 0, -35
halign = center
valign = center
}

View File

@@ -8,12 +8,13 @@ bind = $mainMod, C, killactive,
bind = $mainMod, M, fullscreen,
bind = $mainMod, S, togglesplit,
bind = $mainMod, F, togglefloating,
bind = $mainMod, O, exec, hyprlock
bind = $mainMod, O, global, caelestia:lock
bind = $mainMod, G, global, caelestia:dashboard
bind = $mainMod, F4, exec, ags -t powermenu
bind = $mainMod, SPACE, exec, ags -t launcher
bind = $mainMod, SPACE, global, caelestia:launcher
bind = $mainMod, TAB, exec, ags -t overview
bind = $mainMod, V, exec, ags -t clipboard
bind = $mainMod, COMMA, exec, ags -t symbols
bind = $mainMod, V, exec, caelestia clipboard
bind = $mainMod, COMMA, exec, caelestia emoji -p
bind = $mainMod SHIFT, S, exec, grimblast --freeze copy area
bind = $mainMod CTRL, S, exec, grimblast --freeze copysave area ~/Pictures/Screenshots/"$(date --rfc-3339=seconds)".png

View File

@@ -1,8 +0,0 @@
#!/bin/bash
timeout_lock=900
timeout_DPMS=1080
swayidle -w \
timeout ${timeout_lock} "hyprlock & disown" \
timeout ${timeout_DPMS} "hyprctl dispatch dpms off"