mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-09-13 10:40:04 +00:00
Update volume module icons
This commit is contained in:
parent
4dcf5244cf
commit
18bd1701ba
2 changed files with 9 additions and 3 deletions
|
@ -6,4 +6,10 @@
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.microphone {
|
||||||
|
.icon {
|
||||||
|
margin-left: 8px;
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Define some icons
|
# Define some icons
|
||||||
SPEAKER_ICONS=("" "" "")
|
SPEAKER_ICONS=("" "" "")
|
||||||
SPEAKER_MUTED_ICON=""
|
SPEAKER_MUTED_ICON=""
|
||||||
MIC_ICON=""
|
MIC_ICON=""
|
||||||
MIC_MUTED_ICON=""
|
MIC_MUTED_ICON=" "
|
||||||
|
|
||||||
# Define some helper functions for getting/setting audio data using wireplumber (wpctl)
|
# Define some helper functions for getting/setting audio data using wireplumber (wpctl)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue