summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--skel/.config/qt5ct/qt5ct.conf32
-rw-r--r--skel/.config/qt6ct/qt6ct.conf33
-rw-r--r--skel/.config/qtile/colors.py4
-rw-r--r--skel/.config/qtile/config.py26
4 files changed, 79 insertions, 16 deletions
diff --git a/skel/.config/qt5ct/qt5ct.conf b/skel/.config/qt5ct/qt5ct.conf
new file mode 100644
index 0000000..942e877
--- /dev/null
+++ b/skel/.config/qt5ct/qt5ct.conf
@@ -0,0 +1,32 @@
+[Appearance]
+color_scheme_path=/usr/share/qt5ct/colors/airy.conf
+custom_palette=false
+icon_theme=breeze
+standard_dialogs=xdgdesktopportal
+style=Fusion
+
+[Fonts]
+fixed="Monospace,10,-1,5,50,0,0,0,0,0,Regular"
+general="Noto Sans,10,-1,5,50,0,0,0,0,0,Regular"
+
+[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\x3\0\0\0\x3\0\0\x4\xf8\0\0\x2\xfa\0\0\0\x5\0\0\0\x5\0\0\x4\xf6\0\0\x2\xf8\0\0\0\0\0\0\0\0\x5\0\0\0\0\x5\0\0\0\x5\0\0\x4\xf6\0\0\x2\xf8)
+
+[Troubleshooting]
+force_raster_widgets=1
+ignored_applications=@Invalid()
diff --git a/skel/.config/qt6ct/qt6ct.conf b/skel/.config/qt6ct/qt6ct.conf
new file mode 100644
index 0000000..891115a
--- /dev/null
+++ b/skel/.config/qt6ct/qt6ct.conf
@@ -0,0 +1,33 @@
+[Appearance]
+color_scheme_path=/usr/share/qt6ct/colors/airy.conf
+custom_palette=false
+icon_theme=breeze
+standard_dialogs=xdgdesktopportal
+style=Fusion
+
+[Fonts]
+fixed="Monospace,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
+general="Noto Sans,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
+
+[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\x3\0\0\0\x3\0\0\x4\xf8\0\0\x2\xfa\0\0\0\x5\0\0\0\x5\0\0\x4\xf6\0\0\x2\xf8\0\0\0\0\0\0\0\0\x5\0\0\0\0\x5\0\0\0\x5\0\0\x4\xf6\0\0\x2\xf8)
+
+[Troubleshooting]
+force_raster_widgets=1
+ignored_applications=@Invalid()
+
diff --git a/skel/.config/qtile/colors.py b/skel/.config/qtile/colors.py
index 4a255e2..2db15e7 100644
--- a/skel/.config/qtile/colors.py
+++ b/skel/.config/qtile/colors.py
@@ -192,8 +192,8 @@ def redcore():
['#520a0a', '#520a0a'], #red [9]
["#eff0f1", "#eff0f1"]] #white [10]
- backgroundColor = "#31363b"
- foregroundColor = "#eff0f1"
+ backgroundColor = "#eff0f1"
+ foregroundColor = "#31363b"
workspaceColor = "#27ae60"
foregroundColorTwo = "#2a2a2a"
return colors, backgroundColor, foregroundColor, workspaceColor, foregroundColorTwo
diff --git a/skel/.config/qtile/config.py b/skel/.config/qtile/config.py
index f1d1166..4b4fdd6 100644
--- a/skel/.config/qtile/config.py
+++ b/skel/.config/qtile/config.py
@@ -192,17 +192,15 @@ def init_widgets_list(monitor_num):
fontsize = 14,
margin_y = 2,
margin_x = 4,
- padding_y = 6,
- padding_x = 6,
+ padding_y = 5,
+ padding_x = 5,
borderwidth = 2,
disable_drag = True,
- active = colors[3],
+ active = colors[9],
inactive = foregroundColor,
hide_unused = False,
- rounded = False,
- highlight_method = "line",
- highlight_color = [backgroundColor, backgroundColor],
- this_current_screen_border = colors[5],
+ rounded = True,
+ this_current_screen_border = colors[9],
this_screen_border = colors[7],
other_screen_border = colors[6],
other_current_screen_border = colors[6],
@@ -221,7 +219,7 @@ def init_widgets_list(monitor_num):
borderwidth = 0,
border = colors[9],
margin = 0,
- padding = 8,
+ padding = 10,
highlight_method = "block",
title_width_method = "uniform",
urgent_alert_method = "border",
@@ -233,27 +231,27 @@ def init_widgets_list(monitor_num):
),
widget.CurrentLayoutIcon(scale = 0.5, foreground = colors[9], background = colors[9]),
widget.Sep(linewidth = 0, padding = 10),
- widget.Systray(background = backgroundColor, icon_size = 20, padding = 5),
+ widget.Systray(background = backgroundColor, icon_size = 20, padding = 10),
widget.Sep(linewidth = 0, padding = 10),
- widget.TextBox(text = "CPU ", fontsize = 10, font = "Noto Sans", foreground = colors[7]),
+ widget.TextBox(text = "CPU ", fontsize = 10, font = "Noto Sans", foreground = colors[0]),
widget.CPU(
font = "Noto Sans",
update_interval = 1.0,
format = '{freq_current}Ghz / {load_percent}%',
foreground = foregroundColor,
- padding = 5
+ padding = 1
),
widget.Sep(linewidth = 0, padding = 10),
- widget.TextBox(text = "RAM", fontsize = 10, font = "Noto Sans", foreground = colors[7]),
+ widget.TextBox(text = "RAM", fontsize = 10, font = "Noto Sans", foreground = colors[0]),
widget.Memory(
font = "Noto Sans",
foreground = foregroundColor,
format = '{MemUsed: .0f}{mm} /{MemTotal: .0f}{mm}',
measure_mem='G',
- padding = 5,
+ padding = 1,
),
widget.Sep(linewidth = 0, padding = 10),
- widget.Clock(format='%I:%M %p', font = "Noto Sans", padding = 10, foreground = foregroundColor),
+ widget.Clock(format='%I:%M %p', font = "Noto Sans", padding = 10, foreground = colors[0]),
]
return widgets_list