mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-13 20:28:35 +10:00
Getting configs ready for DTOS launch.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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)},
|
||||
),
|
||||
|
||||
@@ -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)},
|
||||
),
|
||||
|
||||
BIN
.config/qtile/icons/dt-icon.png
Normal file
BIN
.config/qtile/icons/dt-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Reference in New Issue
Block a user