update to lua

This commit is contained in:
Hannes
2026-06-14 18:49:46 +02:00
parent 6082fb92a9
commit 610c5de813
25 changed files with 663 additions and 443 deletions
-9
View File
@@ -1,9 +0,0 @@
# Needs To start first
exec-once = hypridle
exec-once = hyprpaper
# now via:
exec-once = bash -c 'sleep 2 && ~/.config/hypr/scripts/wallpapers/random_wallpaper.sh > ~/.config/hypr/scripts/wallpapers/random_wallpaper.log'
exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = systemctl --user start hyprpolkitagent
exec-once = sleep 2 && hyprctl reload
-12
View File
@@ -1,12 +0,0 @@
# bind = modifier (win/shift/alt/CTRL), other_button, exec, command
# bind = $mod SHIFT, 1, movetoworkspace, 1
# Umlaute / German compatability on english Keyboard
bind = $mod, a, exec, wtype "ä"
bind = $mod SHIFT, a, exec, wtype "Ä"
bind = $mod, o, exec, wtype "ö"
bind = $mod SHIFT, o, exec, wtype "Ö"
bind = $mod, u, exec, wtype "ü"
bind = $mod SHIFT, u, exec, wtype "Ü"
bind = $mod, s, exec, wtype "ß"
bind = $mod SHIFT, e, exec, wtype "€"
Executable → Regular
-67
View File
@@ -1,67 +0,0 @@
general {
hide_cursor = true
no_fade_in = false
grace = 0
disable_loading_bar = true
}
background {
monitor =
path = ~/Pictures/Wallpapers/Static/blurred.jpg
blur_passes = 0
}
# -- time --
label {
monitor =
text = cmd[update:1000] echo "$(date +"%H:%M")"
color = 0xFFceca75
font_size = 80
font_family = JetBrains Mono ExtraBold
position = 0, 140
halign = center
valign = center
}
# -- quote --
label {
monitor =
text = - PAIN IS REAL, BUT SO IS HOPE -
color = 0xFFa5d0bb
font_size = 12
font_family = JetBrains Mono ExtraLight
position = 0, 80
halign = center
valign = center
}
# -- greeting --
label {
monitor =
text = Heya $USER :3
color = 0xFFceca75
font_size = 20
font_family = JetBrains Mono Light
position = 0, 0
halign = center
valign = center
}
# -- password input --
input-field {
monitor =
size = 230, 40
outline_thickness = 0
dots_size = 0.2
dots_spacing = 0.4
dots_center = true
inner_color = 0xFF4b4900
font_color = 0xFFceca75
fade_on_empty = false
placeholder_text = unlock the magic...
fail_color = 0xFFffb4ab
hide_input = false
position = 0, -50
halign = center
valign = center
}
+1 -1
View File
@@ -1,5 +1,5 @@
wallpaper {
monitor = *
path = /home/honney/Pictures/Wallpapers/Japanes_tempel_dark.png
path = /home/honney/Pictures/Wallpapers/japan_old_emperor_stream_with_bridge.png
fit_mode = cover
}
-16
View File
@@ -1,16 +0,0 @@
input {
kb_layout = us
kb_variant =
kb_model =
kb_options =
kb_rules =
follow_mouse = 1
touchpad {
disable_while_typing = false
natural_scroll = true
scroll_factor = 0.15
tap-and-drag = true
}
sensitivity = 0 # -1.0 to 1.0; 0 means no modification.
numlock_by_default = true
}
-23
View File
@@ -1,23 +0,0 @@
monitor=,preferred,auto,auto
# Getting monitor info:
# hyprctl monitors -j
#
#
# Example:
# monitorv2 {
# output = desc:BNQ BenQ EX2710U Y8P00876019
# mode = 3840x2160@144
# position = 0x0
# scale = 1
# bitdepth = 10
# supports_hdr = 1
# transform = 0
# supports_wide_color = 1
# sdr_min_luminance = 1000
# sdr_max_luminance = 400
# }
#
# monitor = desc:LG Electronics LG ULTRAFINE 503NTKF3L437, 3840x2160@60, 0x-2160, 1, transform, 2, bitdepth, 10, cm, wide
#
# monitor = desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65, 1920x1080@144, -1920x-1080, 1, transform, 2
-17
View File
@@ -1,17 +0,0 @@
# To get monitor names: hyprctl monitors -j
#
# To get the class/name: hyprctl clients -j | jq '.[] | select(.workspace.id == ID_OF_THE_WORKSPACE)'
# hyprctl clients -j | jq '.[] | select(.workspace.id == )'
#
# To enable scrolling
# workspace = 1, monitor:desc:BNQ BenQ EX2710U Y8P00876019, layout:scrolling, layoutopt:direction:right
#
# to put a specific workspace on a monitor
# workspace = 3, monitor:desc:LG Electronics LG ULTRAFINE 503NTKF3L437
#
# How to set windowrules:
# windowrule {
# name = Discord
# match:class = .*discord.*
# workspace = 4
# }