Switch all swaync icons to emojis

This commit is contained in:
Tyler Kelley 2024-02-19 05:29:50 -06:00
parent fe5cb192d3
commit b015c44e57

View File

@ -63,11 +63,11 @@ in {
"buttons-grid": {
"actions": [
{
"label": "󰐥",
"label": "",
"command": "systemctl poweroff"
},
{
"label": "󰜉",
"label": "🔄",
"command": "systemctl reboot"
},
{
@ -75,31 +75,31 @@ in {
"command": "hyprctl dispatch exit"
},
{
"label": "",
"label": "🗃",
"command": "thunar"
},
{
"label": "",
"label": "📸",
"command": "gimp"
},
{
"label": "󰕾",
"label": "📣",
"command": "pactl set-sink-mute @DEFAULT_SINK@ toggle"
},
{
"label": "󰍬",
"label": "🎙",
"command": "pactl set-source-mute @DEFAULT_SOURCE@ toggle"
},
{
"label": "",
"label": "🎮",
"command": "steam"
},
{
"label": "",
"label": "🌏",
"command": "firefox"
},
{
"label": "",
"label": "📹",
"command": "obs"
}
]