Getting configs ready for DTOS launch.

This commit is contained in:
Derek Taylor
2025-04-12 19:31:39 -05:00
parent 2b401d5fa7
commit 4a618c0352
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
# Specify the backend to use: `xrender`, `glx`, or `egl`.
#
# Default: "xrender"
backend = "glx"
backend = "xrender"
# Enabled client-side shadows on windows. Note desktop windows
# (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow,
@@ -47,7 +47,7 @@ shadow-exclude = [
"_GTK_FRAME_EXTENTS@:c"
];
corner-radius = 8
corner-radius = 0
detect-rounded-corners = false
# Fade windows in/out when opening/closing and when opacity changes,

View File

@@ -395,7 +395,7 @@ def init_widgets_list():
widgets_list = [
widget.Spacer(length = 12),
widget.Image(
filename = "~/.config/qtile/icons/infinity-icon.png",
filename = "~/.config/qtile/icons/dt-icon.png",
scale = "False",
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm)},
),

View File

@@ -272,7 +272,7 @@ def init_widgets_list():
widgets_list = [
widget.Spacer(length = 12),
widget.Image(
filename = "~/.config/qtile/icons/infinity-icon.png",
filename = "~/.config/qtile/icons/dt-icon.png",
scale = "False",
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm)},
),

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB