mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
7 lines
232 B
Python
7 lines
232 B
Python
"""Strings for use in the change-volume.py script."""
|
|
BASE_DIR = '/usr/share/icons/gnome/16x16/status/'
|
|
MUTED = 'audio-volume-muted.png'
|
|
LOW = 'audio-volume-low.png'
|
|
MEDIUM = 'audio-volume-medium.png'
|
|
HIGH = 'audio-volume-high.png'
|