fix cpu widget width, improve trackpad scroll speed

This commit is contained in:
2026-06-19 10:54:41 +02:00
parent 5f320bc15a
commit f77eda4590
3 changed files with 5 additions and 1 deletions
+3
View File
@@ -1,2 +1,5 @@
[main] [main]
font=JetBrainsMono Nerd Font:size=14 font=JetBrainsMono Nerd Font:size=14
[mouse]
scroll-multiplier=5
+1 -1
View File
@@ -10,7 +10,7 @@ input {
touchpad { touchpad {
tap tap
natural-scroll natural-scroll
scroll-factor 0.3 scroll-factor 1.0
} }
focus-follows-mouse focus-follows-mouse
+1
View File
@@ -54,6 +54,7 @@ window#waybar {
#cpu { #cpu {
color: #f3eeea; color: #f3eeea;
padding: 0 8px; padding: 0 8px;
min-width: 80px;
} }
#battery { #battery {