mirror of
https://github.com/nboughton/dotfiles
synced 2024-11-22 14:51:56 +01:00
include gtk-3 settings
This commit is contained in:
parent
2408579fd5
commit
53d613f4fd
2
.gitignore
vendored
2
.gitignore
vendored
@ -18,7 +18,7 @@ filezilla/
|
||||
fontconfig/
|
||||
geary/
|
||||
gtk-2.0/
|
||||
gtk-3.0/
|
||||
gtk-3.0/bookmarks
|
||||
gtk-4.0/
|
||||
htop/
|
||||
libfm/
|
||||
|
10
gtk-3.0/custom-papers
Normal file
10
gtk-3.0/custom-papers
Normal file
@ -0,0 +1,10 @@
|
||||
[Paper0]
|
||||
Name=Custom Size 1
|
||||
DisplayName=Custom Size 1
|
||||
Width=250
|
||||
Height=332
|
||||
MarginTop=6.3499999999999996
|
||||
MarginBottom=14.224
|
||||
MarginLeft=6.3499999999999996
|
||||
MarginRight=6.3499999999999996
|
||||
Orientation=portrait
|
13
gtk-3.0/gtk.css
Normal file
13
gtk-3.0/gtk.css
Normal file
@ -0,0 +1,13 @@
|
||||
/*decoration {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
decoration:backdrop {
|
||||
box-shadow: none;
|
||||
}
|
||||
*/
|
||||
|
||||
.titlebar,
|
||||
.titlebar .background {
|
||||
border-radius: 0;
|
||||
}
|
18
gtk-3.0/settings.ini
Normal file
18
gtk-3.0/settings.ini
Normal file
@ -0,0 +1,18 @@
|
||||
[Settings]
|
||||
gtk-application-prefer-dark-theme=1
|
||||
gtk-theme-name=NordSur-dark
|
||||
#gtk-theme-name=Nordic
|
||||
gtk-icon-theme-name=Tela-circle-grey-dark
|
||||
gtk-font-name=Roboto 10
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_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
|
@ -53,7 +53,11 @@ set $menu wofi -c ~/.config/wofi/config -s ~/.config/wofi/style.css -I
|
||||
# minimal blue sunset
|
||||
#output * bg /home/nick/Pictures/8895blnusy261.jpg fill
|
||||
# stalenhag, quiet big lad
|
||||
output * bg /home/nick/Pictures/oluit9ej7iu51.png fill
|
||||
#output * bg /home/nick/Pictures/oluit9ej7iu51.png fill
|
||||
# A beautiful view
|
||||
#output * bg /home/nick/Pictures/7fr8hgzkaf461.jpg fill
|
||||
# Lake by night
|
||||
output * bg /home/nick/Pictures/8dbo97lzo5461.jpg fill
|
||||
|
||||
### Gnome settings
|
||||
set $gnome-schema org.gnome.desktop.interface
|
||||
@ -94,7 +98,7 @@ for_window [app_id=catfish] floating enable
|
||||
for_window [app_id=zoom] floating enable
|
||||
for_window [app_id=pcmanfm] floating enable
|
||||
for_window [app_id=pavucontrol] floating enable
|
||||
for_window [app_id=ristretto] floating enable
|
||||
for_window [app_id=eog] floating enable
|
||||
for_window [app_id=ranger] floating enable
|
||||
for_window [app_id=transmission-gtk] floating enable
|
||||
for_window [app_id=io.github.celluloid_player.Celluloid] floating enable
|
||||
|
Loading…
Reference in New Issue
Block a user