From 67c97f6f9edd8e210c9cf1c89c21c4abc581ec9f Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 28 Dec 2023 10:40:20 +0100 Subject: rm blink in waybar, fix brightnessctl --- sway/config | 4 ++-- waybar/style.css | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/sway/config b/sway/config index 396a1f2..6d71b29 100644 --- a/sway/config +++ b/sway/config @@ -160,8 +160,8 @@ bindsym $mod+p exec bemenu-run --fn 'DejaVu Sans Mono 16px' bindsym $mod+Shift+X exec swaylock -c 000000 -bindsym XF86MonBrightnessDown exec sudo brightnessctl set 10%- -bindsym XF86MonBrightnessUp exec sudo brightnessctl set +10% +bindsym XF86MonBrightnessDown exec brightnessctl set 10%- +bindsym XF86MonBrightnessUp exec brightnessctl set +10% bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle bindsym XF86AudioRaiseVolume exec pactl set-sink-mute @DEFAULT_SINK@ false && pactl set-sink-volume @DEFAULT_SINK@ +5% diff --git a/waybar/style.css b/waybar/style.css index 8e675a0..29120bc 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -131,11 +131,6 @@ button:hover { #battery.critical:not(.charging) { background-color: #f53c3c; color: #ffffff; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; } label:focus { -- cgit v1.2.3