diff options
author | Joe <bousset.rudy@gmail.com> | 2023-04-13 01:54:02 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-04-13 01:54:02 +0200 |
commit | ea441a42f8f024919462eb7257519cdac0b60be4 (patch) | |
tree | 6a5ffca327411e626e5ec6eaede231e1d5f30b42 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-ea441a42f8f024919462eb7257519cdac0b60be4.tar.gz dotfiles-bsd-ea441a42f8f024919462eb7257519cdac0b60be4.tar.bz2 dotfiles-bsd-ea441a42f8f024919462eb7257519cdac0b60be4.tar.xz dotfiles-bsd-ea441a42f8f024919462eb7257519cdac0b60be4.tar.zst dotfiles-bsd-ea441a42f8f024919462eb7257519cdac0b60be4.zip |
up
Diffstat (limited to '.config')
-rw-r--r-- | .config/go2work/go2work.toml | 7 | ||||
-rw-r--r-- | .config/gtk-2.0/gtkrc | 2 | ||||
-rw-r--r-- | .config/gtk-3.0/settings.ini | 15 |
3 files changed, 13 insertions, 11 deletions
diff --git a/.config/go2work/go2work.toml b/.config/go2work/go2work.toml index ae3be36..3e2383e 100644 --- a/.config/go2work/go2work.toml +++ b/.config/go2work/go2work.toml @@ -7,11 +7,14 @@ files = [ # 'dl/Songs Of Anarchy/2011 Songs of Anarchy:Music From Sons of Anarchy Seasons 1-4 (US, 88691 91432 2)/09 Paul Brady & The Forest Rangers - Gimme Shelter.flac', #'/usr/home/jozan/mu/ost/mick_gordon/2020_doom_eternal_original_game_soundtrack/02_cultist_base.flac', # '/usr/home/jozan/mu/progressive/progressive_black_metal/deathspell_omega/2010_paracletus/02_wings_of_predation.flac', -# '/usr/home/jozan/mu/metal/technical_death_metal/gojira/2016_magma/04_stranded.flac', +# '/home/jozan/mu/metal/technical_death_metal/gojira/2016_magma/04_stranded.flac', # '/usr/home/jozan/mu/metal/technical_death_metal/gojira/2005_form_mars_to_sirius/02_backbone.flac', # '/usr/home/jozan/mu/metal/technical_death_metal/ulcerate/2011_the_destroyers_of_all/07_the_destroyers_of_all.flac', # '/home/jozan/mu/rock/grunge/nirvana/2011_nevermind_20th_anniversary_deluxe_edition/cd_1/04_breed.flac', - "/home/jozan/mu/rock/grunge/alice_in_chains/1990_facelift/02_man_in_the_box.flac", +# '/home/jozan/mu/rock/grunge/alice_in_chains/1990_facelift/02_man_in_the_box.flac', +# '/var/hdd/files/mu/rock/grunge/alice_in_chains/1992_dirt/11_angry_chair.flac', + '/var/hdd/files/mu/rock/grunge/soundgarden/1994_superunknown/04_mailman.flac', +# '/var/hdd/files/mu/rock/grunge/nirvana/2005_sliver_the_best_of_the_box_compilation/03_mrs._butterworth_rehearsal_demo.flac', # '/usr/home/jozan/mu/rock/grunge/nirvana/2009_bleach_20th_anniversary_deluxe_edition/04_school.flac', ] # The program used to play the music files diff --git a/.config/gtk-2.0/gtkrc b/.config/gtk-2.0/gtkrc index 133be08..c4f41f3 100644 --- a/.config/gtk-2.0/gtkrc +++ b/.config/gtk-2.0/gtkrc @@ -2,7 +2,7 @@ # Any customization should be done in ~/.gtkrc-2.0.mine instead. include "/home/jozan/.gtkrc-2.0.mine" -gtk-theme-name="Gruvbox-Dark-B" +gtk-theme-name="Xinit" gtk-icon-theme-name="Mist" gtk-font-name="sans-serif 12" gtk-cursor-theme-name="Adwaita" diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index 4012d79..0be91c0 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -1,17 +1,16 @@ [Settings] -gtk-font-name=Fira Sans Semi-Light 10 -gtk-icon-theme-name=Human +gtk-font-name=sans-serif 12 +gtk-icon-theme-name=Mist gtk-theme-name=Xinit -gtk-cursor-theme-size=24 -gtk-toolbar-style=GTK_TOOLBAR_ICONS +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR -gtk-button-images=0 -gtk-menu-images=0 +gtk-button-images=1 +gtk-menu-images=1 gtk-enable-event-sounds=1 -gtk-enable-input-feedback-sounds=0 +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 -gtk-modules=canberra-gtk-module |