changed colorscheme and font for other applications

This commit is contained in:
paul-loedige
2021-04-28 11:28:14 +02:00
parent a00073669d
commit 6b8cc1ffa8
5 changed files with 60 additions and 41 deletions
+2 -2
View File
@@ -104,9 +104,9 @@ class Mic(widget.base._TextBox):
def _update_drawer(self):
if self.emoji:
if self.volume > 0:
self.text = ''
self.text = ''
elif self.volume <= 0:
self.text = ''
self.text = ''
else:
if self.volume == -1:
self.text = 'M'
+11 -11
View File
@@ -4,16 +4,16 @@ from libqtile.command import lazy
from defines import term
from Keys import keys
group_names = [("","Home", 'h',{'layout': 'monadtall'}),
("","Coding", 'c',{'layout': 'monadtall'}),
("","Browser", 'f',{'layout': 'monadtall'}),
("","Mail", 'm',{'layout': 'monadtall'}),
("","Music", 's',{'layout': 'monadtall'}),
("","Video", 'v',{'layout': 'monadtall'}),
("","Documents", 'l',{'layout': 'monadtall'}),
("","Discord", 'd',{'layout': 'monadtall'}),
("","VM's", 'o',{'layout': 'monadtall'}),
("","Gaming", 'g',{'layout': 'monadtall'})]
group_names = [("","Home", 'h',{'layout': 'monadtall'}),
("","Coding", 'c',{'layout': 'monadtall'}),
("","Browser", 'f',{'layout': 'monadtall'}),
("","Mail", 'm',{'layout': 'monadtall'}),
("","Music", 's',{'layout': 'monadtall'}),
("","Video", 'v',{'layout': 'monadtall'}),
("","Documents", 'l',{'layout': 'monadtall'}),
("","Discord", 'd',{'layout': 'monadtall'}),
("","VM's", 'o',{'layout': 'monadtall'}),
("","Gaming", 'g',{'layout': 'monadtall'})]
groups = [Group(icon, **kwargs) for icon, name, key, kwargs in group_names]
@@ -86,4 +86,4 @@ keys.extend([
desc="open the dropdown for WhatsApp"),
Key(['mod1','control'],'i',lazy.group['scratchpad'].dropdown_toggle('Signal'),
desc="open the dropdown for Signal"),
])
])
+7 -5
View File
@@ -36,14 +36,16 @@ def Left_widgets(size,fontsize,prompt=False):
return [
widget.CurrentLayoutIcon(),
*powerline_arrow('r',base_color,blue_color,size),
widget.Image(
filename='~/.config/qtile/icons/archlinux-logo-small.png',
widget.TextBox(
text='',
foreground=dark_foreground_color,
fontsize=fontsize+14,
margin=5,
background=blue_color
),
*powerline_arrow('r',blue_color,base_color,size),
widget.GroupBox(
fontsize=fontsize,
fontsize=fontsize+10,
rounded=False,
active=light_foreground_color,
inactive=dark_foreground_color,
@@ -80,7 +82,7 @@ def volume_widget(prev_color,color,size,fontsize):
foreground=dark_foreground_color,
background=color,
emoji=True,
fontsize=fontsize,
fontsize=fontsize + 6,
),
Mic(
foreground=dark_foreground_color,
@@ -254,4 +256,4 @@ def Laptop_widgets(prev_color,last_color,size,fontsize):
mouse_callbacks = launch_htop,
),
]
#endregion
#endregion