summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sway/config4
-rw-r--r--waybar/style.css5
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 {