From cbbdeb2f6b40a102a829f0c47cff052937231f00 Mon Sep 17 00:00:00 2001 From: navewindre Date: Sun, 13 Jul 2025 04:02:15 +0200 Subject: a --- config/gtk-2.0/gtkfilechooser.ini | 11 +++++++++++ config/gtk-3.0/settings.ini | 15 +++++++++++++++ config/qt5ct/qt5ct.conf | 24 ++++++++++++++++++++++++ copy-all.sh | 3 +++ 4 files changed, 53 insertions(+) create mode 100644 config/gtk-2.0/gtkfilechooser.ini create mode 100644 config/gtk-3.0/settings.ini create mode 100644 config/qt5ct/qt5ct.conf diff --git a/config/gtk-2.0/gtkfilechooser.ini b/config/gtk-2.0/gtkfilechooser.ini new file mode 100644 index 0000000..af0eb8b --- /dev/null +++ b/config/gtk-2.0/gtkfilechooser.ini @@ -0,0 +1,11 @@ +[Filechooser Settings] +LocationMode=path-bar +ShowHidden=false +ShowSizeColumn=true +GeometryX=1402 +GeometryY=64 +GeometryWidth=720 +GeometryHeight=540 +SortColumn=name +SortOrder=ascending +StartupMode=recent diff --git a/config/gtk-3.0/settings.ini b/config/gtk-3.0/settings.ini new file mode 100644 index 0000000..6962862 --- /dev/null +++ b/config/gtk-3.0/settings.ini @@ -0,0 +1,15 @@ +[Settings] +gtk-theme-name=platinum-custom +gtk-icon-theme-name=NineIcons +gtk-font-name=Px437 DOS/V re. JPN12 10 +gtk-cursor-theme-size=0 +gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=0 +gtk-menu-images=0 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=1 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle=hintmedium +gtk-cursor-theme-name=miku-cursor-linux diff --git a/config/qt5ct/qt5ct.conf b/config/qt5ct/qt5ct.conf new file mode 100644 index 0000000..1383c11 --- /dev/null +++ b/config/qt5ct/qt5ct.conf @@ -0,0 +1,24 @@ +[Appearance] +color_scheme_path= +custom_palette=false +icon_theme=NineIcons +style=Windows + +[Fonts] +fixed=@Variant(\0\0\0@\0\0\0*\0P\0x\0\x34\0\x33\0\x37\0 \0\x44\0O\0S\0/\0V\0 \0r\0\x65\0.\0 \0J\0P\0N\0\x31\0\x32@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10) +general=@Variant(\0\0\0@\0\0\0*\0P\0x\0\x34\0\x33\0\x37\0 \0\x44\0O\0S\0/\0V\0 \0r\0\x65\0.\0 \0J\0P\0N\0\x31\0\x32@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10) + +[Interface] +activate_item_on_single_click=1 +buttonbox_layout=0 +cursor_flash_time=1000 +dialog_buttons_have_icons=1 +double_click_interval=400 +gui_effects=@Invalid() +menus_have_icons=true +stylesheets=@Invalid() +toolbutton_style=4 +wheel_scroll_lines=3 + +[SettingsWindow] +geometry="@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x5\0\0\0\x1#\0\0\b&\0\0\x3'\0\0\x5\x1\0\0\x1=\0\0\b%\0\0\x3!\0\0\0\0\0\0\0\0\a\x80\0\0\x5\x1\0\0\x1=\0\0\b%\0\0\x3!)" diff --git a/copy-all.sh b/copy-all.sh index 360bb0e..56934e4 100644 --- a/copy-all.sh +++ b/copy-all.sh @@ -23,6 +23,9 @@ cp -f ./zshrc ~/.zshrc rm ~/.config/nvim/init.vim ln -s ~/.nvimrc ~/.config/nvim/init.vim +gsettings set org.gnome.desktop.interface gtk-theme 'platinum-custom' +gsettings set org.gnome.desktop.interface icon-theme 'NineIcons' + pushd $PWD cd ~/.config/openbox read -p "do you want (s)mall or (b)ig WM fonts?" answer -- cgit v1.2.3