increase transition duration : waybar
This commit is contained in:
@@ -13,14 +13,14 @@ general {
|
||||
# Screenlock
|
||||
listener {
|
||||
# HYPRLOCK TIMEOUT
|
||||
timeout = 330
|
||||
timeout = 180
|
||||
# HYPRLOCK ONTIMEOUT
|
||||
on-timeout = hyprlock
|
||||
}
|
||||
|
||||
# screen brightness
|
||||
listener {
|
||||
timeout = 300 # 5 min.
|
||||
timeout = 240
|
||||
on-timeout = brightnessctl -s set 10
|
||||
on-resume = brightnessctl -r
|
||||
}
|
||||
@@ -28,7 +28,7 @@ listener {
|
||||
# dpms
|
||||
listener {
|
||||
# DPMS TIMEOUT
|
||||
timeout = 360
|
||||
timeout = 300
|
||||
# DPMS ONTIMEOUT
|
||||
on-timeout = hyprctl dispatch dpms off
|
||||
# DPMS ONRESUME
|
||||
@@ -36,6 +36,6 @@ listener {
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 900 # 15min
|
||||
timeout = 600
|
||||
on-timeout = systemctl suspend # suspend pc
|
||||
}
|
||||
|
||||
@@ -77,7 +77,7 @@ decoration {
|
||||
xray = 1
|
||||
new_optimizations = true
|
||||
noise = 0
|
||||
popups = false
|
||||
popups = true
|
||||
ignore_opacity = true
|
||||
}
|
||||
|
||||
@@ -249,7 +249,7 @@ bind = CTRL ALT, M, exec, nbfc set -f 0 1 -s 100
|
||||
bind = CTRL ALT, P, exec, nbfc set -f 0 1 -a
|
||||
|
||||
# Lid Switch
|
||||
bindl=,switch:Lid Switch, exec, hyprlock
|
||||
bindl=,switch:Lid Switch, exec, systemctl suspend; hyprlock
|
||||
|
||||
# Gamemode
|
||||
bind = WIN, F1, exec, ~/.config/hypr/gamemode.sh
|
||||
|
||||
@@ -50,7 +50,7 @@ input-field {
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] date +"%I:%M %p"
|
||||
color = rgb(135, 206, 235)
|
||||
color = rgb(255, 255, 255)
|
||||
font_size = 35
|
||||
font_family = Fira Semibold
|
||||
position = 0, -70
|
||||
@@ -62,9 +62,9 @@ label {
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:1000] echo "$(echo $USER | awk '{print toupper(substr($0,1,1)) tolower(substr($0,2))}')"
|
||||
text = cmd[update:1000] echo "Hi, $(echo $USER | awk '{print toupper(substr($0,1,1)) tolower(substr($0,2))}')"
|
||||
font_size = 55
|
||||
color = rgb(135, 206, 235)
|
||||
color = rgb(255, 255, 255)
|
||||
font_family = Fira Semibold
|
||||
position = 0, 30
|
||||
halign = center
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
"group/group-power": {
|
||||
"orientation": "inherit",
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"transition-duration": 250,
|
||||
"children-class": "not-power",
|
||||
"transition-left-to-right": false
|
||||
},
|
||||
@@ -179,7 +179,7 @@
|
||||
"group/group-cpu": {
|
||||
"orientation": "inherit",
|
||||
"drawer": {
|
||||
"transition-duration": 500,
|
||||
"transition-duration": 250,
|
||||
"children-class": "not-cpu",
|
||||
"transition-right-to-left": true
|
||||
},
|
||||
|
||||
@@ -79,3 +79,7 @@
|
||||
.config/libaccounts-glib/
|
||||
.config/partitionmanagerrc
|
||||
.config/systemsettingsrc
|
||||
.config/Signal/
|
||||
.config/filetypesrc
|
||||
.config/trashrc
|
||||
.config/wireshark/
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ ttf-font-awesome noto-fonts-emoji noto-fonts-extra nerd-fonts eog gwenview
|
||||
cava iniparser fftw nordic-theme python-clickgen bibita-cursor-theme
|
||||
lxappearance breeze ark ntfs-3g veracrypt nemo mpv mangohud lib32-mangohud
|
||||
gamemode lib32-gamemode libreoffice-fresh webapp-manager goverlay github-cli
|
||||
gvfs-mtp gparted xorg-xhost ufw gufw kvantum-qt6-git grim slurp hyprwayland-scanner xdg-user-dirs wl-clip-persist-git
|
||||
gvfs-mtp gparted xorg-xhost ufw gufw kvantum-qt6-git grim slurp hyprwayland-scanner xdg-user-dirs wl-clip-persist-git archlinux-xdg-menu
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user