Browse Source

volume icons for reno98

master
Yessiest 1 year ago
parent
commit
fe828caba7
  1. BIN
      themes/reno98/icons/volume-high-symbolic.png
  2. BIN
      themes/reno98/icons/volume-low-symbolic.png
  3. BIN
      themes/reno98/icons/volume-medium-symbolic.png
  4. BIN
      themes/reno98/icons/volume-muted-symbolic.png
  5. BIN
      themes/reno98/icons/volume98.png
  6. 5
      themes/reno98/theme.lua
  7. BIN
      themes/serenity/icons/volume-high-symbolic.png
  8. BIN
      themes/serenity/icons/volume-low-symbolic.png
  9. BIN
      themes/serenity/icons/volume-medium-symbolic.png
  10. BIN
      themes/serenity/icons/volume-muted-symbolic.png
  11. BIN
      themes/serenity/icons/volume98.png
  12. 4
      themes/serenity/theme.lua

BIN
themes/reno98/icons/volume-high-symbolic.png

After

Width: 48  |  Height: 48  |  Size: 729 B

BIN
themes/reno98/icons/volume-low-symbolic.png

After

Width: 48  |  Height: 48  |  Size: 682 B

BIN
themes/reno98/icons/volume-medium-symbolic.png

After

Width: 48  |  Height: 48  |  Size: 708 B

BIN
themes/reno98/icons/volume-muted-symbolic.png

After

Width: 48  |  Height: 48  |  Size: 751 B

BIN
themes/reno98/icons/volume98.png

After

Width: 48  |  Height: 48  |  Size: 642 B

5
themes/reno98/theme.lua

@ -336,6 +336,11 @@ theme["mpc-next-symbolic"] = themes_path.."reno98/icons/mpc-next-symbolic.png"
theme["action-poweroff-symbolic"] = themes_path.."reno98/icons/action-poweroff-symbolic.png"
theme["action-lock-screen-symbolic"] = themes_path.."reno98/icons/action-lock-screen-symbolic.png"
theme["action-suspend-symbolic"] = themes_path.."reno98/icons/action-suspend-symbolic.png"
theme["volume-high-symbolic"] = themes_path.."reno98/icons/volume-high-symbolic.png"
theme["volume-medium-symbolic"] = themes_path.."reno98/icons/volume-medium-symbolic.png"
theme["volume-low-symbolic"] = themes_path.."reno98/icons/volume-low-symbolic.png"
theme["volume-muted-symbolic"] = themes_path.."reno98/icons/volume-muted-symbolic.png"
-- Notification popups settings
theme.notification_width = 240
theme.notification_height = 60

BIN
themes/serenity/icons/volume-high-symbolic.png

After

Width: 48  |  Height: 48  |  Size: 729 B

BIN
themes/serenity/icons/volume-low-symbolic.png

After

Width: 48  |  Height: 48  |  Size: 682 B

BIN
themes/serenity/icons/volume-medium-symbolic.png

After

Width: 48  |  Height: 48  |  Size: 708 B

BIN
themes/serenity/icons/volume-muted-symbolic.png

After

Width: 48  |  Height: 48  |  Size: 751 B

BIN
themes/serenity/icons/volume98.png

After

Width: 48  |  Height: 48  |  Size: 642 B

4
themes/serenity/theme.lua

@ -438,6 +438,10 @@ theme["mpc-next-symbolic"] = themes_path.."serenity/icons/mpc-next-symbolic.png"
theme["action-poweroff-symbolic"] = themes_path.."serenity/icons/action-poweroff-symbolic.png"
theme["action-lock-screen-symbolic"] = themes_path.."serenity/icons/action-lock-screen-symbolic.png"
theme["action-suspend-symbolic"] = themes_path.."serenity/icons/action-suspend-symbolic.png"
theme["volume-high-symbolic"] = themes_path.."serenity/icons/volume-high-symbolic.png"
theme["volume-medium-symbolic"] = themes_path.."serenity/icons/volume-medium-symbolic.png"
theme["volume-low-symbolic"] = themes_path.."serenity/icons/volume-low-symbolic.png"
theme["volume-muted-symbolic"] = themes_path.."serenity/icons/volume-muted-symbolic.png"
-- Notification popups settings
theme.notification_width = 240
theme.notification_height = 60

Loading…
Cancel
Save