mirror of
https://github.com/osmarks/random-stuff
synced 2025-09-03 10:57:56 +00:00
gtk dotfiles
This commit is contained in:
8
dotfiles/gtk.css
Normal file
8
dotfiles/gtk.css
Normal file
@@ -0,0 +1,8 @@
|
||||
* {
|
||||
box-shadow: none;
|
||||
border-top-left-radius: 0px;
|
||||
border-top-right-radius: 0px;
|
||||
border-bottom-left-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
}
|
||||
|
16
dotfiles/settings.ini
Normal file
16
dotfiles/settings.ini
Normal file
@@ -0,0 +1,16 @@
|
||||
[Settings]
|
||||
gtk-theme-name=Arc-Darker
|
||||
gtk-icon-theme-name=Papirus-Light
|
||||
gtk-font-name=Fira Sans 11
|
||||
gtk-cursor-theme-size=18
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
|
||||
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=hintslight
|
||||
gtk-xft-rgba=rgb
|
||||
gtk-cursor-theme-name=Adwaita
|
Reference in New Issue
Block a user