Oraginzing Qtile config file

This commit is contained in:
Darkkal44
2023-04-23 12:45:59 +05:30
parent 77077a265f
commit d862e8ab7b
5 changed files with 144 additions and 109 deletions
+5 -1
View File
@@ -242,6 +242,7 @@ screens = [
foreground='#CAA9E0',
fmt='{}',
font="JetBrains Mono Bold",
fontsize=13,
),
@@ -261,6 +262,7 @@ screens = [
fmt='Search',
background='#282738',
font="JetBrains Mono Bold",
fontsize=13,
foreground='#CAA9E0',
mouse_callbacks={"Button1": search},
),
@@ -343,6 +345,7 @@ screens = [
format='{MemUsed: .0f}{mm}',
foreground='#CAA9E0',
font="JetBrains Mono Bold",
fontsize=13,
update_interval=5,
),
@@ -408,7 +411,7 @@ screens = [
font='JetBrainsMono Nerd Font',
theme_path='~/.config/qtile/Assets/Volume/',
emoji=True,
fontsize=12,
fontsize=13,
background='#353446',
),
@@ -445,6 +448,7 @@ screens = [
background='#282738',
foreground='#CAA9E0',
font="JetBrains Mono Bold",
fontsize=13,
),
+10 -3
View File
@@ -242,6 +242,7 @@ screens = [
foreground='#CAA9E0',
fmt='{}',
font="JetBrains Mono Bold",
fontsize=13,
),
@@ -261,6 +262,7 @@ screens = [
fmt='Search',
background='#282738',
font="JetBrains Mono Bold",
fontsize=13,
foreground='#CAA9E0',
mouse_callbacks={"Button1": search},
),
@@ -343,6 +345,7 @@ screens = [
format='{MemUsed: .0f}{mm}',
foreground='#CAA9E0',
font="JetBrains Mono Bold",
fontsize=13,
update_interval=5,
),
@@ -408,7 +411,7 @@ screens = [
font='JetBrainsMono Nerd Font',
theme_path='~/.config/qtile/Assets/Volume/',
emoji=True,
fontsize=12,
fontsize=13,
background='#353446',
),
@@ -445,6 +448,7 @@ screens = [
background='#282738',
foreground='#CAA9E0',
font="JetBrains Mono Bold",
fontsize=13,
),
@@ -498,12 +502,15 @@ floating_layout = layout.Floating(
from libqtile import hook
# some other imports
import os
import subprocess
# stuff
@hook.subscribe.startup_once
def autostart():
subprocess.call([os.path.expanduser('~/.config/qtile/autostart_once.sh')])
def autostart_once():
subprocess.run('/home/unreal/.config/qtile/autostart_once.sh')# path to my script, under my user directory
subprocess.call([home])
auto_fullscreen = True
focus_on_window_activation = "smart"
+12 -4
View File
@@ -242,6 +242,7 @@ screens = [
foreground='#86918A',
fmt='{}',
font="JetBrains Mono Bold",
fontsize=13,
),
@@ -261,6 +262,7 @@ screens = [
fmt='Search',
background='#232A2E',
font="JetBrains Mono Bold",
fontsize=13,
foreground='#86918A',
mouse_callbacks={"Button1": search},
),
@@ -274,7 +276,8 @@ screens = [
widget.WindowName(
background = '#343F44',
format = "{name}",
font='JetBrains Mono Bold',
font="JetBrains Mono Bold",
fontsize=13,
foreground='#86918A',
empty_group_string = 'Desktop',
@@ -343,6 +346,7 @@ screens = [
format='{MemUsed: .0f}{mm}',
foreground='#86918A',
font="JetBrains Mono Bold",
fontsize=13,
update_interval=5,
),
@@ -372,7 +376,8 @@ screens = [
widget.Battery(
font='JetBrains Mono Bold',
font="JetBrains Mono Bold",
fontsize=13,
background='#343F44',
foreground='#86918A',
format='{percent:2.0%}',
@@ -405,7 +410,8 @@ screens = [
# ),
widget.Volume(
font='JetBrainsMono Nerd Font',
font="JetBrains Mono Bold",
fontsize=13,
theme_path='~/.config/qtile/Assets/Volume/',
emoji=True,
fontsize=12,
@@ -420,7 +426,8 @@ screens = [
widget.Volume(
font='JetBrains Mono Bold',
font="JetBrains Mono Bold",
fontsize=13,
background='#343F44',
foreground='#86918A',
),
@@ -445,6 +452,7 @@ screens = [
background='#232A2E',
foreground='#86918A',
font="JetBrains Mono Bold",
fontsize=13,
),
+12 -4
View File
@@ -245,6 +245,7 @@ screens = [
foreground='#607767',
fmt='{}',
font="JetBrains Mono Bold",
fontsize=13,
),
@@ -264,6 +265,7 @@ screens = [
fmt='Search',
background='#0F1212',
font="JetBrains Mono Bold",
fontsize=13,
foreground='#607767',
mouse_callbacks={"Button1": search},
),
@@ -277,7 +279,8 @@ screens = [
widget.WindowName(
background = '#202222',
format = "{name}",
font='JetBrains Mono Bold',
font="JetBrains Mono Bold",
fontsize=13,
foreground='#607767',
empty_group_string = 'Desktop',
@@ -346,6 +349,7 @@ screens = [
format='{MemUsed: .0f}{mm}',
foreground='#607767',
font="JetBrains Mono Bold",
fontsize=13,
update_interval=5,
),
@@ -375,7 +379,8 @@ screens = [
widget.Battery(
font='JetBrains Mono Bold',
font="JetBrains Mono Bold",
fontsize=13,
background='#202222',
foreground='#607767',
format='{percent:2.0%}',
@@ -408,7 +413,8 @@ screens = [
# ),
widget.Volume(
font='JetBrainsMono Nerd Font',
font="JetBrains Mono Bold",
fontsize=13,
theme_path='~/.config/qtile/Assets/Volume/',
emoji=True,
fontsize=12,
@@ -423,7 +429,8 @@ screens = [
widget.Volume(
font='JetBrains Mono Bold',
font="JetBrains Mono Bold",
fontsize=13,
background='#202222',
foreground='#607767',
),
@@ -448,6 +455,7 @@ screens = [
background='#0F1212',
foreground='#607767',
font="JetBrains Mono Bold",
fontsize=13,
),
+12 -4
View File
@@ -245,6 +245,7 @@ screens = [
foreground='#E5B9C6',
fmt='{}',
font="JetBrains Mono Bold",
fontsize=13,
),
@@ -264,6 +265,7 @@ screens = [
fmt='Search',
background='#282738',
font="JetBrains Mono Bold",
fontsize=13,
foreground='#E5B9C6',
mouse_callbacks={"Button1": search},
),
@@ -277,7 +279,8 @@ screens = [
widget.WindowName(
background = '#353446',
format = "{name}",
font='JetBrains Mono Bold',
font="JetBrains Mono Bold",
fontsize=13,
foreground='#E5B9C6',
empty_group_string = 'Desktop',
@@ -346,6 +349,7 @@ screens = [
format='{MemUsed: .0f}{mm}',
foreground='#E5B9C6',
font="JetBrains Mono Bold",
fontsize=13,
update_interval=5,
),
@@ -375,7 +379,8 @@ screens = [
widget.Battery(
font='JetBrains Mono Bold',
font="JetBrains Mono Bold",
fontsize=13,
background='#353446',
foreground='#E5B9C6',
format='{percent:2.0%}',
@@ -408,7 +413,8 @@ screens = [
# ),
widget.Volume(
font='JetBrainsMono Nerd Font',
font="JetBrains Mono Bold",
fontsize=13,
theme_path='~/.config/qtile/Assets/Volume/',
emoji=True,
fontsize=12,
@@ -423,7 +429,8 @@ screens = [
widget.Volume(
font='JetBrains Mono Bold',
font="JetBrains Mono Bold",
fontsize=13,
background='#353446',
foreground='#E5B9C6',
),
@@ -448,6 +455,7 @@ screens = [
background='#282738',
foreground='#E5B9C6',
font="JetBrains Mono Bold",
fontsize=13,
),