fix cpu widget width, improve trackpad scroll speed
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
[main]
|
||||
font=JetBrainsMono Nerd Font:size=14
|
||||
|
||||
[mouse]
|
||||
scroll-multiplier=5
|
||||
|
||||
@@ -10,7 +10,7 @@ input {
|
||||
touchpad {
|
||||
tap
|
||||
natural-scroll
|
||||
scroll-factor 0.3
|
||||
scroll-factor 1.0
|
||||
}
|
||||
|
||||
focus-follows-mouse
|
||||
|
||||
@@ -54,6 +54,7 @@ window#waybar {
|
||||
#cpu {
|
||||
color: #f3eeea;
|
||||
padding: 0 8px;
|
||||
min-width: 80px;
|
||||
}
|
||||
|
||||
#battery {
|
||||
|
||||
Reference in New Issue
Block a user