Skip to content

Commit

Permalink
Switch all swaync icons to emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
NotZaney committed Feb 19, 2024
1 parent fe5cb19 commit b015c44
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config/home/swaync.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,43 +63,43 @@ in {
"buttons-grid": {
"actions": [
{
"label": "󰐥",
"label": "⏹️",
"command": "systemctl poweroff"
},
{
"label": "󰜉",
"label": "🔄",
"command": "systemctl reboot"
},
{
"label": "🚪",
"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"
}
]
Expand Down

0 comments on commit b015c44

Please sign in to comment.