|
15 | 15 | - wofi # rofi for wayland |
16 | 16 | - swayidle |
17 | 17 | - xdg-user-dirs |
| 18 | + - xdg-desktop-portal-wlr |
18 | 19 | state: present |
19 | 20 |
|
20 | 21 | - name: install video packages |
|
60 | 61 | - lollypop # music player |
61 | 62 | - lxappearance # theme manager |
62 | 63 | - mpv # video player |
63 | | - - thunar # file manager |
| 64 | + - nemo # file manager |
64 | 65 | - tumbler # thumbnailer |
65 | | - - openvpn |
| 66 | + - openvpn # vpn client |
| 67 | + - openconnect # globalprotect vpn client |
66 | 68 | - playerctl # music player cli controller |
67 | 69 | - rdesktop # remote desktop client |
68 | 70 | - steam # games manager |
|
74 | 76 | - variety # random backgrounds |
75 | 77 | - papirus-icon-theme # icon theme |
76 | 78 | - gnome-themes-extra # gtk themes |
77 | | - - x2goclient |
| 79 | + #- x2goclient |
78 | 80 | - youtube-dl |
79 | 81 | - gopass # password manager |
80 | 82 | state: present |
|
93 | 95 | skip_installed: true |
94 | 96 | name: |
95 | 97 | - adapta-gtk-theme #https://github.com/Alexays/Waybar/issues/515 |
96 | | - - equilux-theme |
| 98 | + - equilux-theme |
97 | 99 | - wdisplays-git # arandr for wayland |
98 | 100 | - wf-recorder-git # screen recorder for wayland |
99 | 101 | - grimshot-git # grim+slurp wrapper |
100 | | - - swaylock-fancy-git # locker for wayland |
| 102 | + - waypipe # wayland ssh -X |
101 | 103 | - wob # bars for wayland |
102 | 104 | - connman-gtk # connman gtk gui |
103 | 105 | #- gnome-ssh-askpass2 # ssh askpass gui |
|
112 | 114 | - tiny-irc-client-git |
113 | 115 | - starleaf-breeze |
114 | 116 | - swappy # screenshot editor |
115 | | - - senpai # irc client for soju |
| 117 | + - senpai-irc # irc client for soju |
| 118 | + - rbenv # ruby env manager |
| 119 | + #- phockup # picture sorting tool |
| 120 | + |
| 121 | +- name: test swaylock-fancy |
| 122 | + stat: |
| 123 | + path: /bin/swaylock-fancy |
| 124 | + register: swaylock |
| 125 | + |
| 126 | +- name: clone swaylock-fancy |
| 127 | + git: |
| 128 | + repo: https://github.com/eoli3n/swaylock-fancy |
| 129 | + dest: /tmp/swaylock-fancy |
| 130 | + when: not swaylock.stat.exists |
| 131 | + |
| 132 | +- name: install swaylock-fancy |
| 133 | + shell: make install |
| 134 | + args: |
| 135 | + chdir: /tmp/swaylock-fancy |
| 136 | + when: not swaylock.stat.exists |
0 commit comments