danshari!
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Executable
+8
@@ -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
|
||||
|
||||
|
||||
@@ -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,6 +1,6 @@
|
||||
{
|
||||
"label": "lock",
|
||||
"action": "loginctl lock-session",
|
||||
"action": "/home/kolkas/.local/scripts/lock-now",
|
||||
"text": "Lock",
|
||||
"keybind": "l"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user