fix cpu widget width, improve trackpad scroll speed
This commit is contained in:
@@ -1,2 +1,5 @@
|
|||||||
[main]
|
[main]
|
||||||
font=JetBrainsMono Nerd Font:size=14
|
font=JetBrainsMono Nerd Font:size=14
|
||||||
|
|
||||||
|
[mouse]
|
||||||
|
scroll-multiplier=5
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -54,6 +54,7 @@ window#waybar {
|
|||||||
#cpu {
|
#cpu {
|
||||||
color: #f3eeea;
|
color: #f3eeea;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
|
min-width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
|
|||||||
Reference in New Issue
Block a user