diff --git a/files/config/fuzzel/fuzzel.ini b/files/config/fuzzel/fuzzel.ini new file mode 100644 index 0000000..54856f2 --- /dev/null +++ b/files/config/fuzzel/fuzzel.ini @@ -0,0 +1,16 @@ +[main] + font = "Fira Code Nerd Font Mono:size=9" + icon-theme = "Papirus-Dark" + width = 60 + show-actions = "yes" + launch-prefix = "swaymsg exec --" +[border] + radius = 0 + width = 1 +[colors] + border = "f268b3ff" + background = "121212ff" + text = "ccccccff" + selection = "323232ff" + selection-text = "ccccccff" + match = "f268b3ff" diff --git a/group_vars/all/keybindings.yml b/group_vars/all/keybindings.yml index 10c4f80..7cc2014 100644 --- a/group_vars/all/keybindings.yml +++ b/group_vars/all/keybindings.yml @@ -96,13 +96,13 @@ sway_keybindings: - bindsym: '$mod+F2' action: 'exec brightnessctl s +1%' - bindsym: $mod+F3 - action: exec pactl set-sink-volume @DEFAULT_SINK@ -5% + action: exec wpctl set-volume @DEFAULT_SINK@ -5% - bindsym: $mod+F4 - action: exec pactl set-sink-volume @DEFAULT_SINK@ +5% + action: exec wpctl set-volume @DEFAULT_SINK@ +5% - bindsym: $mod+F5 - action: exec pactl set-sink-mute @DEFAULT_SINK@ toggle + action: exec wpctl set-mute @DEFAULT_SINK@ toggle - bindsym: $mod+m - action: exec pactl set-source-mute @DEFAULT_SOURCE@ toggle + action: exec wpctl set-mute @DEFAULT_SOURCE@ toggle # Mode resize - bindsym: '$mod+r' diff --git a/group_vars/all/output.yml b/group_vars/all/output.yml index f478ece..708395a 100644 --- a/group_vars/all/output.yml +++ b/group_vars/all/output.yml @@ -3,7 +3,7 @@ sway_outputs: - id: 'bg' name: '*' options: - bg: '/usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill' + bg: '~/medias/images/wallpapers/background.png fill' - id: 'iiyama_27_4k_h' name: 'Iiyama North America PL2792UH 1166310803122' status: absent diff --git a/group_vars/all/variables.yml b/group_vars/all/variables.yml index 598081e..f310068 100644 --- a/group_vars/all/variables.yml +++ b/group_vars/all/variables.yml @@ -13,4 +13,4 @@ sway_variables: - name: '$mod' value: 'Mod4' - name: '$menu' - value: 'exec $term --app-id=launcher --title=launcher ~/.local/bin/launcher.sh' + value: 'exec fuzzel' diff --git a/playbook.yml b/playbook.yml index 6535d14..cf8db71 100644 --- a/playbook.yml +++ b/playbook.yml @@ -131,6 +131,7 @@ - firefox - foot - foot-terminfo + - fuzzel - fzf - highlight - hugo