mirror of
https://gitgud.io/Melon__Bread/gnu-plus-dotfiles.git
synced 2024-11-25 00:38:38 -05:00
Updated launching waterfox-g4
This commit is contained in:
parent
73d15935f3
commit
4606103f24
@ -96,7 +96,7 @@ keys = [
|
|||||||
Key(["mod1", "control"], "u", lazy.spawn("pavucontrol")),
|
Key(["mod1", "control"], "u", lazy.spawn("pavucontrol")),
|
||||||
# ALT + ... KEYS
|
# ALT + ... KEYS
|
||||||
Key(["mod1"], "p", lazy.spawn("pamac-manager")),
|
Key(["mod1"], "p", lazy.spawn("pamac-manager")),
|
||||||
Key(["mod1"], "f", lazy.spawn("waterfox-g3")),
|
Key(["mod1"], "f", lazy.spawn("waterfox-g4")),
|
||||||
Key(["mod1"], "m", lazy.spawn("thunar")),
|
Key(["mod1"], "m", lazy.spawn("thunar")),
|
||||||
Key(["mod1"], "w", lazy.spawn("garuda-welcome")),
|
Key(["mod1"], "w", lazy.spawn("garuda-welcome")),
|
||||||
# CONTROL + SHIFT KEYS
|
# CONTROL + SHIFT KEYS
|
||||||
@ -387,7 +387,7 @@ def init_widgets_list():
|
|||||||
widget.Image(
|
widget.Image(
|
||||||
filename="~/.config/qtile/icons/qtilelogo.png",
|
filename="~/.config/qtile/icons/qtilelogo.png",
|
||||||
iconsize=9,
|
iconsize=9,
|
||||||
background=color["bg1"],
|
background=color["bg"],
|
||||||
mouse_callbacks={"Button1": lambda: qtile.cmd_spawn("jgmenu_run")},
|
mouse_callbacks={"Button1": lambda: qtile.cmd_spawn("jgmenu_run")},
|
||||||
),
|
),
|
||||||
widget.GroupBox(
|
widget.GroupBox(
|
||||||
@ -406,7 +406,7 @@ def init_widgets_list():
|
|||||||
urgent_alert_method="block",
|
urgent_alert_method="block",
|
||||||
urgent_border=color["dark-red"],
|
urgent_border=color["dark-red"],
|
||||||
this_current_screen_border=color["dark-aqua"],
|
this_current_screen_border=color["dark-aqua"],
|
||||||
this_screen_border=color["gray"],
|
this_screen_border=color["dark-green"],
|
||||||
other_current_screen_border=color["bg0_h"],
|
other_current_screen_border=color["bg0_h"],
|
||||||
other_screen_border=color["gray"],
|
other_screen_border=color["gray"],
|
||||||
disable_drag=True
|
disable_drag=True
|
||||||
@ -426,7 +426,7 @@ def init_widgets_list():
|
|||||||
txt_floating="🗗",
|
txt_floating="🗗",
|
||||||
txt_minimized=">_ ",
|
txt_minimized=">_ ",
|
||||||
borderwidth=1,
|
borderwidth=1,
|
||||||
background=color["light-purple"],
|
background=color["bg"],
|
||||||
# unfocused_border = 'border'
|
# unfocused_border = 'border'
|
||||||
),
|
),
|
||||||
widget.CurrentLayoutIcon(
|
widget.CurrentLayoutIcon(
|
||||||
@ -477,7 +477,7 @@ def init_widgets_list():
|
|||||||
fontsize=12,
|
fontsize=12,
|
||||||
format="%Y-%m-%d %H:%M",
|
format="%Y-%m-%d %H:%M",
|
||||||
),
|
),
|
||||||
widget.Systray(background=color["dark-blue"], icon_size=20, padding=4),
|
widget.Systray(background=color["bg"], icon_size=20, padding=4),
|
||||||
]
|
]
|
||||||
return widgets_list
|
return widgets_list
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user