danshari!

This commit is contained in:
2026-08-29 14:58:02 +02:00
parent 887bf5d7d8
commit e508025859
48 changed files with 31 additions and 2404 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
$lock_cmd = pidof hyprlock || hyprlock
$lock_cmd = /home/kolkas/.local/scripts/lock-now
$suspend_cmd = systemctl suspend || loginctl suspend
general {
lock_cmd = $lock_cmd
before_sleep_cmd = loginctl lock-session
before_sleep_cmd = $lock_cmd
}
listener {
@@ -1,7 +1,7 @@
hl.on("hyprland.start", function()
hl.exec_cmd("uwsm finalize HYPRLAND_INSTANCE_SIGNATURE")
hl.exec_cmd("waybar")
hl.exec_cmd("parra")
-- hl.exec_cmd("parra")
hl.exec_cmd("gnome-keyring-daemon --start --components=secrets")
hl.exec_cmd("/usr/lib/soteria-polkit/soteria")
hl.exec_cmd("solaar -w hide")
+1 -1
View File
@@ -14,7 +14,7 @@ spawn-at-startup "sunshine"
// spawn-at-startup "thunderbird"
// Idle
spawn-at-startup "hypridle"
spawn-at-startup "exec hypridle 2>&1 | systemd-cat -t hypridle"
// Desktop
spawn-at-startup "quickshell"
+1 -2
View File
@@ -12,9 +12,8 @@ gtk-enable-input-feedback-sounds=0
gtk-font-name=Sarasa UI SC, 10
gtk-icon-theme-name=Papirus
gtk-menu-images=true
gtk-modules=colorreload-gtk-module:appmenu-gtk-module
gtk-modules=colorreload-gtk-module
gtk-primary-button-warps-slider=true
gtk-shell-shows-menubar=1
gtk-sound-theme-name=ocean
gtk-theme-name=catppuccin-mocha-blue-standard+default
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
if systemd-run --user --quiet --collect \
--unit=hyprlock --property=TimeoutStopSec=5 \
hyprlock --immediate-render 2>/dev/null
then
sleep 3
fi
@@ -2,12 +2,6 @@
horizontal = "none"
vertical = "workspace"
[output."eDP-1".compositor]
span = 2
[output."DP-1".compositor]
span = ["3-7"]
[zoom]
crop-ratio = 0.8
+17
View File
@@ -3,3 +3,20 @@ namespace = "parra-backdrop"
[blur]
tint = "#1e1e2e"
# [zoom]
# crop-ratio = 0.8
# crop-ratio = 0.5
# duration-ms = 1200
# easing = "out-quint"
# [scroll.vertical]
# max-shift = 0.6
# duration-ms = 600
# [scroll.horizontal]
# max-shift = 0.6
# duration-ms = 600
# [compositor]
# horizontal = "column"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"label": "lock",
"action": "loginctl lock-session",
"action": "/home/kolkas/.local/scripts/lock-now",
"text": "Lock",
"keybind": "l"
}