More theming since I can't decide on anything. Requires https://gitlab.com/cscs/matchama-kde
Signed-off-by: logan2611 <logan2611@gmail.com>
This commit is contained in:
parent
16dd1e6d42
commit
b6e320fd3b
6 changed files with 6 additions and 6 deletions
|
@ -1,2 +1,2 @@
|
||||||
[General]
|
[General]
|
||||||
theme=Vimix-Dark-Ruby#
|
theme=Matchama-Dark-Azul
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name=vimix-dark-ruby
|
gtk-theme-name=Matcha-dark-azul
|
||||||
gtk-icon-theme-name=Papirus-Dark
|
gtk-icon-theme-name=Papirus-Dark
|
||||||
gtk-font-name=DejaVu Sans 10
|
gtk-font-name=DejaVu Sans 10
|
||||||
gtk-cursor-theme-name=Adwaita
|
gtk-cursor-theme-name=Adwaita
|
||||||
|
|
|
@ -48,7 +48,7 @@ bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
#bindsym $mod+d exec dmenu_run
|
#bindsym $mod+d exec dmenu_run
|
||||||
bindsym $mod+d exec source ~/.bashrc && j4-dmenu-desktop --term=i3-sensible-terminal
|
bindsym $mod+d exec source ~/.bashrc && j4-dmenu-desktop --dmenu="dmenu -i -nb '#0d0d0d' -sf '#1a1a1a' -sb '#3498db' -nf '#3498db'" --term="i3-sensible-terminal"
|
||||||
|
|
||||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||||
|
|
|
@ -28,4 +28,4 @@ wheel_scroll_lines=3
|
||||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x2}\0\0\x1\x6\0\0\x4\xff\0\0\x2\xf8\0\0\x2}\0\0\x1\x6\0\0\x4\xff\0\0\x2\xf8\0\0\0\0\0\0\0\0\a\x80\0\0\x2}\0\0\x1\x6\0\0\x4\xff\0\0\x2\xf8)
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x2}\0\0\x1\x6\0\0\x4\xff\0\0\x2\xf8\0\0\x2}\0\0\x1\x6\0\0\x4\xff\0\0\x2\xf8\0\0\0\0\0\0\0\0\a\x80\0\0\x2}\0\0\x1\x6\0\0\x4\xff\0\0\x2\xf8)
|
||||||
|
|
||||||
[SettingsWindow]
|
[SettingsWindow]
|
||||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x5\xa4\0\0\0\x18\0\0\r\x1b\0\0\x4\x33\0\0\x5\xa4\0\0\0\x18\0\0\r\x1b\0\0\x4\x33\0\0\0\0\0\0\0\0\a\x80\0\0\x5\xa4\0\0\0\x18\0\0\r\x1b\0\0\x4\x33)
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\n\xa2\0\0\0\x18\0\0\r\x1b\0\0\x4\x33\0\0\n\xa2\0\0\0\x18\0\0\r\x1b\0\0\x4\x33\0\0\0\0\0\0\0\0\a\x80\0\0\n\xa2\0\0\0\x18\0\0\r\x1b\0\0\x4\x33)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||||
|
|
||||||
include "/home/logan/.gtkrc-2.0.mine"
|
include "/home/logan/.gtkrc-2.0.mine"
|
||||||
gtk-theme-name="vimix-dark-ruby"
|
gtk-theme-name="Matcha-dark-azul"
|
||||||
gtk-icon-theme-name="Papirus-Dark"
|
gtk-icon-theme-name="Papirus-Dark"
|
||||||
gtk-font-name="DejaVu Sans 10"
|
gtk-font-name="DejaVu Sans 10"
|
||||||
gtk-cursor-theme-name="Adwaita"
|
gtk-cursor-theme-name="Adwaita"
|
||||||
|
|
2
.profile
2
.profile
|
@ -1 +1 @@
|
||||||
export QT_STYLE_OVERRIDE=qt5ct
|
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
|
|
Loading…
Reference in a new issue