Compare commits
No commits in common. "cf713cb0b41dfc0db72f064131ab58157c8aef81" and "910186c692b3490880ccc33c3bae43354b901239" have entirely different histories.
cf713cb0b4
...
910186c692
4 changed files with 4 additions and 40 deletions
|
@ -39,8 +39,9 @@ exec-once = discord --start-minimized --enable-features=UseOzonePlatform --ozone
|
||||||
# Element
|
# Element
|
||||||
exec-once = element-desktop --hidden
|
exec-once = element-desktop --hidden
|
||||||
|
|
||||||
# Syncthing
|
# Nextcloud
|
||||||
exec-once = syncthing --no-browser --gui-address=http://127.0.0.1:8384
|
exec-once = nextcloud --background
|
||||||
|
exec-once = gnome-keyring-daemon -s -f
|
||||||
|
|
||||||
# Theming
|
# Theming
|
||||||
exec-once = echo 1 > "$HOME/.cache/weeb-mode"
|
exec-once = echo 1 > "$HOME/.cache/weeb-mode"
|
||||||
|
|
|
@ -1,32 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
source "$HOME/.cache/colors.sh"
|
|
||||||
|
|
||||||
options=(
|
|
||||||
--insidever-color=#00000000
|
|
||||||
--ringver-color=$good
|
|
||||||
--insidewrong-color=#00000000
|
|
||||||
--ringwrong-color=$bad
|
|
||||||
--inside-color=00000000
|
|
||||||
--ring-color=$accent1
|
|
||||||
--line-color=00000000
|
|
||||||
--separator-color=00000000
|
|
||||||
--verif-color=$foreground
|
|
||||||
--wrong-color=$foreground
|
|
||||||
--time-color=$foreground
|
|
||||||
--date-color=$foreground
|
|
||||||
--layout-color=$foreground
|
|
||||||
--keyhl-color=$foreground
|
|
||||||
--bshl-color=$disabled
|
|
||||||
--screen 1
|
|
||||||
--clock
|
|
||||||
--indicator
|
|
||||||
--time-str="%H:%M:%S"
|
|
||||||
--date-str="%A, %Y-%m-%d"
|
|
||||||
--keylayout 1
|
|
||||||
--image "$HOME/.cache/wallpaper-blurred.jpg"
|
|
||||||
)
|
|
||||||
|
|
||||||
i3lock "${options[@]}"
|
|
||||||
|
|
||||||
sw -r
|
|
|
@ -353,4 +353,3 @@ fi
|
||||||
|
|
||||||
# Generate blurred wallpaper to use with swaylock/i3lock
|
# Generate blurred wallpaper to use with swaylock/i3lock
|
||||||
convert "$wallpaper" -blur 0x5 -resize 1920x1080 "$HOME/.cache/wallpaper-blurred.jpg" &
|
convert "$wallpaper" -blur 0x5 -resize 1920x1080 "$HOME/.cache/wallpaper-blurred.jpg" &
|
||||||
[[ -f "$HOME/.cache/wallpaper-hypr-blurred.jpg" ]] || convert /usr/share/hyprland/wall_2K.png -blur 0x5 -resize 1920x1080 "$HOME/.cache/wallpaper-hypr-blurred.jpg" &
|
|
||||||
|
|
|
@ -51,12 +51,8 @@ else
|
||||||
options+=(
|
options+=(
|
||||||
--show-failed-attempts
|
--show-failed-attempts
|
||||||
--indicator-idle-visible
|
--indicator-idle-visible
|
||||||
|
--image "$HOME/.cache/wallpaper-blurred.jpg"
|
||||||
)
|
)
|
||||||
if grep -q 1 "$HOME/.cache/weeb-mode"; then
|
|
||||||
options+=(--image "$HOME/.cache/wallpaper-blurred.jpg")
|
|
||||||
else
|
|
||||||
options+=(--image "$HOME/.cache/wallpaper-hypr-blurred.jpg")
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if swaylock -v | grep -q fprintd; then
|
if swaylock -v | grep -q fprintd; then
|
||||||
|
|
Loading…
Reference in a new issue