Override dmenu_run with GTK_THEME

This commit is contained in:
Przemek Grondek 2023-06-06 22:32:45 +02:00
parent cf122b6a52
commit 8ea5079091
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/sh
export GTK_THEME='Yaru-blue-dark'
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"}

View File

@ -11,6 +11,12 @@
- arandr - arandr
- fonts-font-awesome - fonts-font-awesome
- name: override dmenu_run
copy:
src: usr/bin/dmenu_run
dest: /usr/bin/dmenu_run
mode: '0755'
- name: install necessary software - name: install necessary software
when: ansible_distribution == "Ubuntu" and ansible_distribution_version == "23.04" when: ansible_distribution == "Ubuntu" and ansible_distribution_version == "23.04"
become: yes become: yes