mirror of
https://github.com/Yannick7777/dotfiles.git
synced 2025-06-26 06:35:23 +02:00
set QT applications to darkmode by default
This commit is contained in:
parent
f9f33bbf18
commit
09bbd78efe
2 changed files with 32 additions and 0 deletions
|
@ -69,6 +69,7 @@ env = HYPRCURSOR_SIZE,24
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
env = HYPRCURSOR_THEME,Adwaita
|
env = HYPRCURSOR_THEME,Adwaita
|
||||||
env = XCURSOR_THEME,Adwaita
|
env = XCURSOR_THEME,Adwaita
|
||||||
|
env = QT_QPA_PLATFORMTHEME, qt6ct
|
||||||
|
|
||||||
|
|
||||||
cursor {
|
cursor {
|
||||||
|
|
31
.config/qt6ct/qt6ct.conf
Normal file
31
.config/qt6ct/qt6ct.conf
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
[Appearance]
|
||||||
|
color_scheme_path=/usr/share/qt6ct/colors/darker.conf
|
||||||
|
custom_palette=true
|
||||||
|
standard_dialogs=default
|
||||||
|
style=Fusion
|
||||||
|
|
||||||
|
[Fonts]
|
||||||
|
fixed="Sans Serif,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||||
|
general="Sans Serif,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||||
|
|
||||||
|
[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\x2\xbf\0\0\x2!\0\0\0\0\0\0\0\0\0\0\x2\x7f\0\0\x1\x80\0\0\0\0\x2\0\0\0\x5\0\0\0\0\0\0\0\0\0\0\0\x2\xbf\0\0\x2!)
|
||||||
|
|
||||||
|
[Troubleshooting]
|
||||||
|
force_raster_widgets=1
|
||||||
|
ignored_applications=@Invalid()
|
Loading…
Add table
Reference in a new issue