diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2023-03-10 16:04:52 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2023-03-10 16:04:52 +0100 |
commit | 048477b0a072b23c2850ad4c8ccf057847c81cd9 (patch) | |
tree | 11b9708cc971749624543257290200a966903986 | |
parent | abe8d9418100398b9c1c6858fc72b5fe51be3a7b (diff) | |
download | dotfiles-048477b0a072b23c2850ad4c8ccf057847c81cd9.tar.gz |
qt5ct
-rw-r--r-- | bash/10-env.profile | 2 | ||||
-rw-r--r-- | config.csv | 1 | ||||
-rw-r--r-- | qt5ct/qt5ct.conf | 32 |
3 files changed, 35 insertions, 0 deletions
diff --git a/bash/10-env.profile b/bash/10-env.profile index d7e09b9..10a1b59 100644 --- a/bash/10-env.profile +++ b/bash/10-env.profile @@ -28,3 +28,5 @@ export GRADLE_USER_HOME=~/.gradle export HISTTIMEFORMAT="%y-%m-%d %T " export HISTSIZE=1000 + +export QT_QPA_PLATFORMTHEME=qt6ct @@ -24,3 +24,4 @@ gpg-agent.conf;.gnupg .vuescan;. waybar;.config .screenrc;. +qt5ct;.config diff --git a/qt5ct/qt5ct.conf b/qt5ct/qt5ct.conf new file mode 100644 index 0000000..6414d08 --- /dev/null +++ b/qt5ct/qt5ct.conf @@ -0,0 +1,32 @@ +[Appearance] +color_scheme_path=/usr/share/qt5ct/colors/airy.conf +custom_palette=false +icon_theme=Adwaita +standard_dialogs=default +style=Adwaita + +[Fonts] +fixed="DejaVu LGC Sans,12,-1,5,50,0,0,0,0,0" +general="DejaVu LGC Sans,12,-1,5,50,0,0,0,0,0" + +[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() +keyboard_scheme=2 +menus_have_icons=true +show_shortcuts_in_context_menus=true +stylesheets=@Invalid() +toolbutton_style=4 +underline_shortcut=1 +wheel_scroll_lines=3 + +[SettingsWindow] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\au\0\0\x4\xf\0\0\0\0\0\0\0\0\0\0\x3>\0\0\x2\xdf\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\au\0\0\x4\xf) + +[Troubleshooting] +force_raster_widgets=1 +ignored_applications=@Invalid() |