mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-09-13 02:30: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;
|
||||
}
|
||||
}
|
||||
.microphone {
|
||||
.icon {
|
||||
margin-left: 8px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Define some icons
|
||||
SPEAKER_ICONS=("" "" "")
|
||||
SPEAKER_MUTED_ICON=""
|
||||
SPEAKER_ICONS=("" "" "")
|
||||
SPEAKER_MUTED_ICON=""
|
||||
MIC_ICON=""
|
||||
MIC_MUTED_ICON=""
|
||||
MIC_MUTED_ICON=" "
|
||||
|
||||
# Define some helper functions for getting/setting audio data using wireplumber (wpctl)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue