hyprland is updated

This commit is contained in:
2025-09-11 21:24:36 +02:00
parent a2cdf57a2b
commit a60d6e9416
7 changed files with 12 additions and 10 deletions

View File

@@ -2,8 +2,6 @@
# new_brightness="$1"
# [ -z "$1" ] && new_brightness=1
# sed -i "/sdrbrightness/c\ sdrbrightness = $new_brightness" <filename>
import sys

7
.scripts/pacman-reflector.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
[ -z "$COUNTRY" ] && COUNTRY="Germany"
sudo cp -f /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak || exit 1
sudo reflector --country "$COUNTRY" --age 12 --protocol https --sort rate --save /etc/pacman.d/mirrorlist