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
+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