themed gtk

This commit is contained in:
paul-loedige
2024-02-18 23:44:12 +01:00
parent 4ec5efbdf6
commit 0f1572c49d
+20
View File
@@ -49,6 +49,7 @@
- [[#qtile-1][Qtile]] - [[#qtile-1][Qtile]]
- [[#alacritty-1][Alacritty]] - [[#alacritty-1][Alacritty]]
- [[#xorg][Xorg]] - [[#xorg][Xorg]]
- [[#gtk][GTK]]
- [[#git][Git]] - [[#git][Git]]
- [[#installation][Installation]] - [[#installation][Installation]]
- [[#configuration][Configuration]] - [[#configuration][Configuration]]
@@ -2670,6 +2671,25 @@ text = "CellBackground"
*color15: #ebdbb2 *color15: #ebdbb2
#+end_src #+end_src
** GTK
#+begin_src shell :tangle pkg-list.txt
gruvbox-dark-gtk
papirus-icon-theme
#+end_src
*** GTK 3
#+begin_src conf :tangle ~/.config/gtk-3.0/settings.ini
[Settings]
gtk-icon-theme-name = Papirus-Dark
gtk-theme-name = gruvbox-dark-gtk
gtk-font-name = UbuntuMono Nerd Font 11
#+end_src
*** GTK 4
#+begin_src conf :tangle ~/.config/gtk-4.0/settings.ini
[Settings]
gtk-icon-theme-name = Papirus-Dark
gtk-theme-name = gruvbox-dark-gtk
gtk-font-name = UbuntuMono Nerd Font 11
#+end_src
* Git * Git
** Installation ** Installation
#+begin_src conf :tangle pkg-list.txt #+begin_src conf :tangle pkg-list.txt