Skip to content

Commit 0e2735d

Browse files
committed
WindowManager: Respond to volume media keys
Also add volume overlay which visualizes volume changes
1 parent 77b7745 commit 0e2735d

34 files changed

+253
-7
lines changed
116 Bytes
Loading
106 Bytes
Loading
111 Bytes
Loading
162 Bytes
Loading
101 Bytes
Loading

Base/res/themes/Chillychilly.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,5 @@ MenuShadow=/res/icons/themes/Chillychilly/menu-shadow.png
105105
TaskBarShadow=/res/icons/themes/Chillychilly/frame-shadow-light.png
106106
TooltipShadow=/res/icons/themes/Chillychilly/frame-shadow-light.png
107107
TitleButtonIcons=/res/icons/themes/Chillychilly/16x16/
108+
OverlayAudioVolumeIcons=/res/icons/themes/Default/16x16/
108109
OverlayRectShadow=/res/icons/themes/Default/overlay-rect-shadow.png

Base/res/themes/Coffee.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,4 @@ TitleHeight=20
8888
[Paths]
8989
ColorScheme=/res/color-schemes/Monokai.ini
9090
TitleButtonIcons=/res/icons/themes/Coffee/16x16/
91+
OverlayAudioVolumeIcons=/res/icons/16x16/

Base/res/themes/Contrast.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ActiveWindowShadow=/res/icons/themes/Default/frame-shadow-dark.png
1818
InactiveWindowShadow=/res/icons/themes/Default/frame-shadow-light.png
1919
MenuShadow=/res/icons/themes/Default/frame-shadow-light.png
2020
TitleButtonIcons=/res/icons/themes/Contrast/16x16/
21+
OverlayAudioVolumeIcons=/res/icons/themes/Default/16x16/
2122
OverlayRectShadow=/res/icons/themes/Default/overlay-rect-shadow.png
2223

2324
[Colors]

Base/res/themes/Cupertino.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ TitleButtonHeight=16
9090
[Paths]
9191
ColorScheme=/res/color-schemes/Default.ini
9292
TitleButtonIcons=/res/icons/themes/Cupertino/16x16/
93+
OverlayAudioVolumeIcons=/res/icons/16x16/
9394
ActiveWindowShadow=
9495
InactiveWindowShadow=
9596
MenuShadow=/res/icons/themes/Default/frame-shadow-light.png

Base/res/themes/Default.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,5 @@ InactiveWindowShadow=/res/icons/themes/Default/frame-shadow-light.png
104104
MenuShadow=/res/icons/themes/Default/frame-shadow-light.png
105105
TaskBarShadow=/res/icons/themes/Default/frame-shadow-light.png
106106
TooltipShadow=/res/icons/themes/Default/frame-shadow-light.png
107+
OverlayAudioVolumeIcons=/res/icons/themes/Default/16x16/
107108
OverlayRectShadow=/res/icons/themes/Default/overlay-rect-shadow.png

0 commit comments

Comments
 (0)