solved.
This commit is contained in:
@ -1,7 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
export XCURSOR_SIZE=32
|
|
||||||
export XCURSOR_THEME=default
|
|
||||||
export GTK_THEME_NAME=Breeze-Dark
|
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
xrandr --output DP-0 --mode 3440x1440 --rate 144 --primary
|
xrandr --output DP-0 --mode 3440x1440 --rate 144 --primary
|
||||||
xset r rate 200 40
|
xset r rate 200 40
|
||||||
|
|||||||
1
gtk/README
Normal file
1
gtk/README
Normal file
@ -0,0 +1 @@
|
|||||||
|
goes in ~/.config/. notice how there is no quotes.
|
||||||
16
gtk/gtk-3.0/settings.ini
Normal file
16
gtk/gtk-3.0/settings.ini
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[Settings]
|
||||||
|
gtk-theme-name=Breeze-Dark
|
||||||
|
gtk-icon-theme-name=Adwaita
|
||||||
|
gtk-font-name=CaskaydiaCove Nerd Font Mono 13
|
||||||
|
gtk-cursor-theme-name=Adwaita
|
||||||
|
gtk-cursor-theme-size=0
|
||||||
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||||
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
|
gtk-button-images=1
|
||||||
|
gtk-menu-images=1
|
||||||
|
gtk-enable-event-sounds=1
|
||||||
|
gtk-enable-input-feedback-sounds=1
|
||||||
|
gtk-xft-antialias=1
|
||||||
|
gtk-xft-hinting=1
|
||||||
|
gtk-xft-hintstyle="hintfull"
|
||||||
|
gtk-application-prefer-dark-theme=1
|
||||||
16
gtk/gtk-4.0/settings.ini
Normal file
16
gtk/gtk-4.0/settings.ini
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[Settings]
|
||||||
|
gtk-theme-name=Breeze-Dark
|
||||||
|
gtk-icon-theme-name=Adwaita
|
||||||
|
gtk-font-name=CaskaydiaCove Nerd Font Mono 13
|
||||||
|
gtk-cursor-theme-name=Adwaita
|
||||||
|
gtk-cursor-theme-size=0
|
||||||
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||||
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
|
gtk-button-images=1
|
||||||
|
gtk-menu-images=1
|
||||||
|
gtk-enable-event-sounds=1
|
||||||
|
gtk-enable-input-feedback-sounds=1
|
||||||
|
gtk-xft-antialias=1
|
||||||
|
gtk-xft-hinting=1
|
||||||
|
gtk-xft-hintstyle="hintfull"
|
||||||
|
gtk-application-prefer-dark-theme=1
|
||||||
Reference in New Issue
Block a user