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

View File

@@ -23,11 +23,9 @@ binds {
scroll_event_delay = 0
}
gesture = 4, horizontal, workspace
gestures {
workspace_swipe = true
workspace_swipe_distance = 700
workspace_swipe_fingers = 4
workspace_swipe_min_fingers = true
workspace_swipe_cancel_ratio = 0.2
workspace_swipe_min_speed_to_force = 5
workspace_swipe_direction_lock = true
@@ -38,7 +36,7 @@ gestures {
general {
# Gaps and border
gaps_in = 2
gaps_out = 0, 3, 3, 3
gaps_out = 0, 4, 4, 4
gaps_workspaces = 50
border_size = 2

View File

@@ -6,7 +6,7 @@ monitor=eDP-2,2560x1600@240,auto,1.25,bitdepth,10
monitorv2 {
output = eDP-1
mode = 2560x1600@240
mode = 1920x1200@240
scale = 1.25
bitdepth = 10

View File

@@ -44,7 +44,7 @@
},
// Time and Date
"clock": {
"format": "󰥔 {:%H:%M | %e %b}",
"format": "{:%H:%M | %e %b}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt>{calendar}</tt>",
"today-format": "<b>{}</b>"
},

View File

@@ -3,13 +3,12 @@
# Entries in publicip.conf:
# IP_QUERY_URL: URL to query public IP of the system.
# param: none
# return: JSON object with "ip" field.
# note: This URL will be queried with short intervals (60s for example),
# therefore it may not be a good idea to use a public API with
# a limited number of calls.
# IP_INFO_URL: URL to query IP location.
# param: <ip>
# placeholder: <ip>
# return: JSON object with "country_code" field.
# note: This URL will only be quetried when public IP changes or when "force" is given as parameter.