diff options
author | awy <awy@awy.one> | 2025-10-20 02:12:01 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-10-20 02:12:01 +0300 |
commit | 8131d9f2898b991a2d2c7a2ac601ce9e07cc9c9f (patch) | |
tree | e23a7926752320642205491e88169c7283d88e62 | |
parent | 176137a76c29ae1638fc8785a88d05aef5f3d8a0 (diff) | |
download | hyprdots-8131d9f2898b991a2d2c7a2ac601ce9e07cc9c9f.tar.gz |
yesyes
-rw-r--r-- | .config/qt5ct/colors/everforest.conf | 4 | ||||
-rw-r--r-- | .config/qt5ct/qt5ct.conf | 32 | ||||
-rw-r--r-- | .config/shell/profile | 2 | ||||
-rw-r--r-- | dependencies.txt | 1 |
4 files changed, 38 insertions, 1 deletions
diff --git a/.config/qt5ct/colors/everforest.conf b/.config/qt5ct/colors/everforest.conf new file mode 100644 index 0000000..e02e799 --- /dev/null +++ b/.config/qt5ct/colors/everforest.conf @@ -0,0 +1,4 @@ +[ColorScheme] +active_colors=#FFD3C6AA, #FF2B3339, #FF9DA9A0, #FF859289, #FF3A4248, #FF4B565C, #FFD3C6AA, #FFD3C6AA, #FFD3C6AA, #FF323C41, #FF2B3339, #FF4B565C, #FF7FBBB3, #FF323C41, #FFA7C080, #FFE69875, #FF323C41, #FFD3C6AA, #FF2B3339, #FFD3C6AA, #FF9DA9A0 +disabled_colors=#FF7A8478, #FF2B3339, #FF7A8478, #FF859289, #FF3A4248, #FF4B565C, #FF7A8478, #FF7A8478, #FF7A8478, #FF323C41, #FF2B3339, #FF4B565C, #FF7FBBB3, #FF3A4248, #FFA7C080, #FFE69875, #FF323C41, #FFD3C6AA, #FF2B3339, #FFD3C6AA, #FF7A8478 +inactive_colors=#FFD3C6AA, #FF2B3339, #FF9DA9A0, #FF859289, #FF3A4248, #FF4B565C, #FFD3C6AA, #FFD3C6AA, #FFD3C6AA, #FF323C41, #FF2B3339, #FF4B565C, #FF7FBBB3, #FF859289, #FFA7C080, #FFE69875, #FF323C41, #FFD3C6AA, #FF2B3339, #FFD3C6AA, #FF9DA9A0 diff --git a/.config/qt5ct/qt5ct.conf b/.config/qt5ct/qt5ct.conf new file mode 100644 index 0000000..b39c653 --- /dev/null +++ b/.config/qt5ct/qt5ct.conf @@ -0,0 +1,32 @@ +[Appearance] +color_scheme_path=~/.config/qt5ct/colors/everforest.conf +custom_palette=true +icon_theme=Everforest-Dark +standard_dialogs=xdgdesktopportal +style=Fusion + +[Fonts] +fixed="Source Sans 3,12,-1,5,50,0,0,0,0,0" +general="Source Sans 3,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\xff\xff\xf6\0\0\0\0\0\xff\xff\xfa\xfb\0\0\x5\x7f\xff\xff\xf6\0\0\0\0\0\xff\xff\xfa\xff\0\0\x2\xc1\0\0\0\0\x2\0\0\0\n\0\xff\xff\xf6\0\0\0\0\0\xff\xff\xfa\xfb\0\0\x5\x7f) + +[Troubleshooting] +force_raster_widgets=1 +ignored_applications=@Invalid() diff --git a/.config/shell/profile b/.config/shell/profile index b172d9e..27520c2 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -70,7 +70,7 @@ export LESS_TERMCAP_se="$(printf '%b' '[0m')" export LESS_TERMCAP_us="$(printf '%b' '[1;32m')" export LESS_TERMCAP_ue="$(printf '%b' '[0m')" export LESSOPEN="| /usr/bin/highlight -O ansi %s 2>/dev/null" -export QT_QPA_PLATFORMTHEME="gtk3" # Have QT use gtk3 theme. +export QT_QPA_PLATFORMTHEME="qt5ct" # Have QT use gtk3 theme. export MOZ_USE_XINPUT2=1 # Mozilla smooth scrolling/touchpads. export AWT_TOOLKIT="MToolkit wmname LG3D" # May have to install wmname export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm diff --git a/dependencies.txt b/dependencies.txt index f093647..82d8774 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -112,6 +112,7 @@ xorg-xrandr python-qdarkstyle xorg-xwayland wayland-protocols +qt5ct # DOAS ASKPASS # expect |