Fix small issues: brightness scroll and formatting
Added ability to change display brightness by scrolling over polybar module.
This commit is contained in:
parent
e86298e39a
commit
1c335dcb66
3 changed files with 4 additions and 1 deletions
|
@ -24,7 +24,7 @@ D add audio-delay -0.100
|
||||||
u add sub-delay -0.1 # subtract 100 ms delay from subs
|
u add sub-delay -0.1 # subtract 100 ms delay from subs
|
||||||
U add sub-delay +0.1 # add
|
U add sub-delay +0.1 # add
|
||||||
|
|
||||||
s cycle sub # choose subtitles
|
s cycle sub # choose subtitles
|
||||||
S cycle sub down # choose subtitles (reverse)
|
S cycle sub down # choose subtitles (reverse)
|
||||||
|
|
||||||
f cycle fullscreen # toggle fullscreen
|
f cycle fullscreen # toggle fullscreen
|
||||||
|
|
|
@ -85,3 +85,5 @@ temporality
|
||||||
guerilla
|
guerilla
|
||||||
Tricontinental
|
Tricontinental
|
||||||
disposability
|
disposability
|
||||||
|
Bourdieu's
|
||||||
|
nomos
|
||||||
|
|
|
@ -328,6 +328,7 @@ ramp-2 =
|
||||||
ramp-3 =
|
ramp-3 =
|
||||||
ramp-4 =
|
ramp-4 =
|
||||||
format-underline = ${colors.primary}
|
format-underline = ${colors.primary}
|
||||||
|
enable-scroll = true
|
||||||
|
|
||||||
[module/battery]
|
[module/battery]
|
||||||
type = internal/battery
|
type = internal/battery
|
||||||
|
|
Loading…
Reference in a new issue