diff --git a/themes/reno98/icons/volume-high-symbolic.png b/themes/reno98/icons/volume-high-symbolic.png new file mode 100644 index 0000000..8bdfef3 Binary files /dev/null and b/themes/reno98/icons/volume-high-symbolic.png differ diff --git a/themes/reno98/icons/volume-low-symbolic.png b/themes/reno98/icons/volume-low-symbolic.png new file mode 100644 index 0000000..f43eb8a Binary files /dev/null and b/themes/reno98/icons/volume-low-symbolic.png differ diff --git a/themes/reno98/icons/volume-medium-symbolic.png b/themes/reno98/icons/volume-medium-symbolic.png new file mode 100644 index 0000000..2aae1a1 Binary files /dev/null and b/themes/reno98/icons/volume-medium-symbolic.png differ diff --git a/themes/reno98/icons/volume-muted-symbolic.png b/themes/reno98/icons/volume-muted-symbolic.png new file mode 100644 index 0000000..d035946 Binary files /dev/null and b/themes/reno98/icons/volume-muted-symbolic.png differ diff --git a/themes/reno98/icons/volume98.png b/themes/reno98/icons/volume98.png new file mode 100644 index 0000000..23e9e12 Binary files /dev/null and b/themes/reno98/icons/volume98.png differ diff --git a/themes/reno98/theme.lua b/themes/reno98/theme.lua index 216619e..95e54ae 100644 --- a/themes/reno98/theme.lua +++ b/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 diff --git a/themes/serenity/icons/volume-high-symbolic.png b/themes/serenity/icons/volume-high-symbolic.png new file mode 100644 index 0000000..8bdfef3 Binary files /dev/null and b/themes/serenity/icons/volume-high-symbolic.png differ diff --git a/themes/serenity/icons/volume-low-symbolic.png b/themes/serenity/icons/volume-low-symbolic.png new file mode 100644 index 0000000..f43eb8a Binary files /dev/null and b/themes/serenity/icons/volume-low-symbolic.png differ diff --git a/themes/serenity/icons/volume-medium-symbolic.png b/themes/serenity/icons/volume-medium-symbolic.png new file mode 100644 index 0000000..2aae1a1 Binary files /dev/null and b/themes/serenity/icons/volume-medium-symbolic.png differ diff --git a/themes/serenity/icons/volume-muted-symbolic.png b/themes/serenity/icons/volume-muted-symbolic.png new file mode 100644 index 0000000..d035946 Binary files /dev/null and b/themes/serenity/icons/volume-muted-symbolic.png differ diff --git a/themes/serenity/icons/volume98.png b/themes/serenity/icons/volume98.png new file mode 100644 index 0000000..23e9e12 Binary files /dev/null and b/themes/serenity/icons/volume98.png differ diff --git a/themes/serenity/theme.lua b/themes/serenity/theme.lua index 02846f0..8bd6765 100644 --- a/themes/serenity/theme.lua +++ b/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