Override dmenu_run with GTK_THEME
This commit is contained in:
parent
cf122b6a52
commit
8ea5079091
6
roles/dwm/files/usr/bin/dmenu_run
Executable file
6
roles/dwm/files/usr/bin/dmenu_run
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
export GTK_THEME='Yaru-blue-dark'
|
||||
|
||||
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"}
|
||||
|
@ -11,6 +11,12 @@
|
||||
- arandr
|
||||
- fonts-font-awesome
|
||||
|
||||
- name: override dmenu_run
|
||||
copy:
|
||||
src: usr/bin/dmenu_run
|
||||
dest: /usr/bin/dmenu_run
|
||||
mode: '0755'
|
||||
|
||||
- name: install necessary software
|
||||
when: ansible_distribution == "Ubuntu" and ansible_distribution_version == "23.04"
|
||||
become: yes
|
||||
|
Loading…
Reference in New Issue
Block a user