Skip to content

Commit

Permalink
Merge pull request #19 from lmanul/input_output_icons
Browse files Browse the repository at this point in the history
Add two simple icons for 'input' and 'output'
  • Loading branch information
saivert authored Jun 15, 2024
2 parents f0623b5 + d7bb1d1 commit 59dc063
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 5 deletions.
2 changes: 2 additions & 0 deletions data/resources/resources.gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<gresource prefix="/com/saivert/pwvucontrol/icons/scalable/actions">
<file preprocess="xml-stripblanks" alias="com.saivert.pwvucontrol.svg">../icons/com.saivert.pwvucontrol.svg</file>
<file preprocess="xml-stripblanks" alias="library-music-symbolic.svg">ui/library-music-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="input-symbolic.svg">ui/input-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="output-symbolic.svg">ui/output-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="soundcard-symbolic.svg">ui/soundcard-symbolic.svg</file>
<file preprocess="xml-stripblanks" alias="lock-small-symbolic.svg">ui/lock-small-symbolic.svg</file>
</gresource>
Expand Down
15 changes: 15 additions & 0 deletions data/resources/ui/input-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions data/resources/ui/output-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions data/resources/ui/window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<property name="visible">true</property>
<property name="name">inputdevices</property>
<property name="title" translatable="yes">Input Devices</property>
<property name="icon-name">soundcard-symbolic</property>
<property name="icon-name">input-symbolic</property>
<property name="child">
<object class="GtkScrolledWindow">
<property name="hscrollbar-policy">never</property>
Expand Down Expand Up @@ -199,7 +199,7 @@
<property name="visible">true</property>
<property name="name">outputdevices</property>
<property name="title" translatable="yes">Output Devices</property>
<property name="icon-name">soundcard-symbolic</property>
<property name="icon-name">output-symbolic</property>
<property name="child">
<object class="GtkScrolledWindow">
<property name="hscrollbar-policy">never</property>
Expand Down
3 changes: 0 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ base_id = 'com.saivert.pwvucontrol'
dependency('glib-2.0', version: '>= 2.66')
dependency('gio-2.0', version: '>= 2.66')
dependency('gtk4', version: '>= 4.0.0')
dependency('libadwaita-1', version: '>= 1.5.0')
dependency('libpipewire-0.3', version: '>= 1.0.5')
dependency('wireplumber-0.4', version: '>= 0.4.15')

find_program('glib-compile-resources', required: true)
glib_compile_schemas = find_program('glib-compile-schemas', required: true)
Expand Down

0 comments on commit 59dc063

Please sign in to comment.