summaryrefslogtreecommitdiff
path: root/.config/qtile/config.py
diff options
context:
space:
mode:
Diffstat (limited to '.config/qtile/config.py')
-rw-r--r--.config/qtile/config.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py
index 337b0ea..11ab876 100644
--- a/.config/qtile/config.py
+++ b/.config/qtile/config.py
@@ -13,6 +13,10 @@ from colors import dracula
# "feh --bg-scale ~/wallpapers/wtf.jpeg",
# "setxkbmap us -option ctrl:swapcaps"]
+
+# autostart_path = os.path.expanduser('~/.config/autostart/autostart.sh')
+# subprocess.run([autostart_path])
+
# for command in autostart_commands:
# subprocess.run(command)
@@ -160,6 +164,8 @@ def init_widgets_list():
foreground=dracula['orange'],
font="JetBrains Mono",
margin=10,
+ get_volume_command="pamixer --get-volume-human",
+ volume_app = "pamixer"
),
# widget.Mpris2(
# fontsize= 16,