changed opacity

This commit is contained in:
paul-loedige
2021-03-25 11:08:22 +01:00
parent 197903ada9
commit 30a36773c3
+8 -8
View File
@@ -41,21 +41,23 @@ groups.append(
'bitwarden', 'bitwarden',
on_focus_lost_hide=False, on_focus_lost_hide=False,
), ),
DropDown(
'password manager',
'keepassxc',
on_focus_lost_hide=False,
),
DropDown( DropDown(
'WhatsApp', 'WhatsApp',
'whatsapp-for-linux', 'whatsapp-for-linux',
height = 0.5, height = 0.5,
width = 0.5, width = 0.5,
x = .25 x = .25,
on_focus_lost_hide=False,
opacity=1
), ),
DropDown( DropDown(
'Signal', 'Signal',
'signal-desktop', 'signal-desktop',
height = 0.5,
width = 0.5,
x = .25,
on_focus_lost_hide=False,
opacity = 1
), ),
]) ])
) )
@@ -80,8 +82,6 @@ keys.extend([
desc="open the dropdown filemanager"), desc="open the dropdown filemanager"),
Key(['mod1','control'],'b',lazy.group['scratchpad'].dropdown_toggle('bitwarden'), Key(['mod1','control'],'b',lazy.group['scratchpad'].dropdown_toggle('bitwarden'),
desc="open the dropdown password manager KeePassXC"), desc="open the dropdown password manager KeePassXC"),
Key(['mod1','control'],'p',lazy.group['scratchpad'].dropdown_toggle('password manager'),
desc="open the dropdown password manager KeePassXC"),
Key(['mod1','control'],'w',lazy.group['scratchpad'].dropdown_toggle('WhatsApp'), Key(['mod1','control'],'w',lazy.group['scratchpad'].dropdown_toggle('WhatsApp'),
desc="open the dropdown for WhatsApp"), desc="open the dropdown for WhatsApp"),
Key(['mod1','control'],'i',lazy.group['scratchpad'].dropdown_toggle('Signal'), Key(['mod1','control'],'i',lazy.group['scratchpad'].dropdown_toggle('Signal'),