Enable dark theme.

This should hopefully carry over into the browser and such so I don't get blinded.
This commit is contained in:
Tom Alexander
2023-08-10 18:26:40 -04:00
parent 6c9e458278
commit 3751629166
8 changed files with 24 additions and 6 deletions

View File

@@ -20,6 +20,8 @@
- dbus # for desktop notifications
- jq
- vulkan-validation-layers # For vulkan support in sway
# - adwaita-qt5 # For dark theme
# - adwaita-qt6 # For dark theme
state: present
- name: Install scripts

View File

@@ -14,6 +14,7 @@
- ".config/xdg-desktop-portal-wlr"
- ".config/mako"
- ".config/wlogout"
- .config/gtk-3.0
- name: Copy files
copy:
@@ -35,6 +36,8 @@
dest: .config/electron-flags.conf
- src: mako_config
dest: .config/mako/config
- src: settings.ini
dest: .config/gtk-3.0/settings.ini
- name: Configure dotfiles (conf directory)
copy: