aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2024-10-27 12:33:14 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2024-10-27 12:33:14 +0300
commitb24cba8885889ec495d77e9de4b692788e9f775f (patch)
tree5d9a3d651572e2a8b9f1222bba384800663da17a
parentf490e8c27beb31da5d88017a31d7ad67c7b20542 (diff)
downloadswayrice-b24cba8885889ec495d77e9de4b692788e9f775f.tar.gz
swayrice-b24cba8885889ec495d77e9de4b692788e9f775f.zip
Use breeze for both Qt and GTK
-rw-r--r--dotfiles/.config/qt5ct/qt5ct.conf31
-rw-r--r--dotfiles/.config/qt6ct/qt6ct.conf32
-rw-r--r--dotfiles/.config/sway/config6
3 files changed, 66 insertions, 3 deletions
diff --git a/dotfiles/.config/qt5ct/qt5ct.conf b/dotfiles/.config/qt5ct/qt5ct.conf
new file mode 100644
index 0000000..aa28513
--- /dev/null
+++ b/dotfiles/.config/qt5ct/qt5ct.conf
@@ -0,0 +1,31 @@
+[Appearance]
+color_scheme_path=/usr/share/qt5ct/colors/darker.conf
+custom_palette=true
+standard_dialogs=default
+style=Breeze
+
+[Fonts]
+fixed="Monospace,10,-1,5,50,0,0,0,0,0"
+general="Monospace,10,-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\a\x80\0\0\0\0\0\0\n^\0\0\x2\x98\0\0\a\x80\0\0\0\0\0\0\n^\0\0\x2\x98\0\0\0\0\0\0\0\0\n\0\0\0\a\x80\0\0\0\0\0\0\n^\0\0\x2\x98)
+
+[Troubleshooting]
+force_raster_widgets=1
+ignored_applications=@Invalid()
diff --git a/dotfiles/.config/qt6ct/qt6ct.conf b/dotfiles/.config/qt6ct/qt6ct.conf
new file mode 100644
index 0000000..86f88b3
--- /dev/null
+++ b/dotfiles/.config/qt6ct/qt6ct.conf
@@ -0,0 +1,32 @@
+[Appearance]
+color_scheme_path=/usr/share/qt6ct/colors/darker.conf
+custom_palette=true
+icon_theme=HighContrast
+standard_dialogs=default
+style=Breeze
+
+[Fonts]
+fixed="Monospace,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
+general="Monospace,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
+
+[Interface]
+activate_item_on_single_click=1
+buttonbox_layout=2
+cursor_flash_time=1000
+dialog_buttons_have_icons=1
+double_click_interval=250
+gui_effects=General, AnimateMenu, AnimateCombo, FadeTooltip, AnimateToolBox
+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\a\x80\0\0\0\0\0\0\fl\0\0\x2\xad\0\0\a\x80\0\0\0\0\0\0\fl\0\0\x2\xad\0\0\0\0\0\0\0\0\n\0\0\0\a\x80\0\0\0\0\0\0\fl\0\0\x2\xad)
+
+[Troubleshooting]
+force_raster_widgets=1
+ignored_applications=@Invalid()
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config
index 89d5b58..40d39a2 100644
--- a/dotfiles/.config/sway/config
+++ b/dotfiles/.config/sway/config
@@ -27,7 +27,7 @@ default_floating_border normal 2
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
-font pango:monospace 9
+font pango:monospace 10
# Theme colors
# class border backgr. text indic. child_border
@@ -39,7 +39,7 @@ font pango:monospace 9
client.background #151517
-titlebar_padding 6 2
+titlebar_padding 6 3
titlebar_border_thickness 2
# swayfx
@@ -62,7 +62,7 @@ floating_modifier $mod
# GTK settings
set $gschema org.gnome.desktop.interface
exec_always {
- gsettings set $gschema gtk-theme 'Adwaita'
+ gsettings set $gschema gtk-theme 'Breeze'
gsettings set $gschema icon-theme 'Arc'
gsettings set $gschema font-name 'monospace 10'
gsettings set $gschema color-scheme 'prefer-dark'