mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-28 10:18:46 -05:00
Update Dotfiles
This commit is contained in:
parent
0a2672fc24
commit
92fc90b94e
@ -47,6 +47,10 @@ function update-fc
|
|||||||
command fc-cache -fv
|
command fc-cache -fv
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function clear-qtile
|
||||||
|
echo "No errors found." >~/.local/share/qtile/qtile.log
|
||||||
|
end
|
||||||
|
|
||||||
function reload
|
function reload
|
||||||
source ~/.config/fish/config.fish
|
source ~/.config/fish/config.fish
|
||||||
end
|
end
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
LastUsed=1692291234
|
LastUsed=1692294424
|
||||||
Message=' Fully Updated'
|
Message=' Fully Updated'
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#Created:
|
#Created:
|
||||||
# Mon 22 November 2021, 03:15:54 PM [GMT+1]
|
# Mon 22 November 2021, 03:15:54 PM [GMT+1]
|
||||||
#Modified:
|
#Modified:
|
||||||
# Thu 17 August 2023, 05:52:27 PM [GMT+1]
|
# Thu 17 August 2023, 08:10:42 PM [GMT+1]
|
||||||
#
|
#
|
||||||
#Description:
|
#Description:
|
||||||
# <Todo>
|
# <Todo>
|
||||||
@ -71,8 +71,10 @@ if command -v xroot &>/dev/null; then
|
|||||||
xroot -r xmenu_desktop
|
xroot -r xmenu_desktop
|
||||||
) &
|
) &
|
||||||
else
|
else
|
||||||
echo "xroot already Running"
|
echo "xmenu_desktop already Running"
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
echo "xmenu_desktop can not be found"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "xroot already Running"
|
echo "xroot already Running"
|
||||||
|
@ -325,7 +325,7 @@ ws-icon-7 = 7: Mail;七
|
|||||||
ws-icon-8 = 8: Games;八
|
ws-icon-8 = 8: Games;八
|
||||||
ws-icon-9 = 9: Chat;九
|
ws-icon-9 = 9: Chat;九
|
||||||
ws-icon-0 = 10: Settings;零
|
ws-icon-0 = 10: Settings;零
|
||||||
ws-icon-default = ""
|
ws-icon-default = ""
|
||||||
|
|
||||||
format = <label-state><label-mode>
|
format = <label-state><label-mode>
|
||||||
label-mode = %mode%
|
label-mode = %mode%
|
||||||
|
@ -340,16 +340,14 @@ screens = [
|
|||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.groupBox1,
|
Widgets.groupBox1,
|
||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.power1,
|
Widgets.power,
|
||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.windowName1,
|
Widgets.windowName,
|
||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.updates,
|
Widgets.updates,
|
||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.volume,
|
Widgets.volume,
|
||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.battery,
|
|
||||||
Widgets.sep,
|
|
||||||
Widgets.backlight,
|
Widgets.backlight,
|
||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.net,
|
Widgets.net,
|
||||||
@ -359,7 +357,7 @@ screens = [
|
|||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.tray,
|
Widgets.tray,
|
||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.currentLayout1,
|
Widgets.currentLayout,
|
||||||
],
|
],
|
||||||
28,
|
28,
|
||||||
background=backgroundColor,
|
background=backgroundColor,
|
||||||
@ -375,7 +373,7 @@ screens = [
|
|||||||
Widgets.space,
|
Widgets.space,
|
||||||
Widgets.picom,
|
Widgets.picom,
|
||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.github1,
|
Widgets.github,
|
||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.chords,
|
Widgets.chords,
|
||||||
],
|
],
|
||||||
@ -394,16 +392,14 @@ screens = [
|
|||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.groupBox2,
|
Widgets.groupBox2,
|
||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.power2,
|
Widgets.power,
|
||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.windowName2,
|
Widgets.windowName,
|
||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.updates,
|
Widgets.updates,
|
||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.volume,
|
Widgets.volume,
|
||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.battery,
|
|
||||||
Widgets.sep,
|
|
||||||
Widgets.backlight,
|
Widgets.backlight,
|
||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.net,
|
Widgets.net,
|
||||||
@ -411,7 +407,7 @@ screens = [
|
|||||||
Widgets.date,
|
Widgets.date,
|
||||||
Widgets.time,
|
Widgets.time,
|
||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.currentLayout2,
|
Widgets.currentLayout,
|
||||||
],
|
],
|
||||||
28,
|
28,
|
||||||
background=backgroundColor,
|
background=backgroundColor,
|
||||||
@ -427,7 +423,7 @@ screens = [
|
|||||||
Widgets.space,
|
Widgets.space,
|
||||||
Widgets.picom,
|
Widgets.picom,
|
||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.github2,
|
Widgets.github,
|
||||||
Widgets.sep,
|
Widgets.sep,
|
||||||
Widgets.chords,
|
Widgets.chords,
|
||||||
],
|
],
|
||||||
|
@ -26,15 +26,7 @@ class Widgets(object):
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
power1 = widget.LaunchBar(
|
power = widget.LaunchBar(
|
||||||
text_only=True,
|
|
||||||
foreground=colorScheme[1],
|
|
||||||
progs=[
|
|
||||||
("⏻ ", "rofi -show powermenu -config ~/.config/rofi/powermenu.rasi"),
|
|
||||||
],
|
|
||||||
)
|
|
||||||
|
|
||||||
power2 = widget.LaunchBar(
|
|
||||||
text_only=True,
|
text_only=True,
|
||||||
foreground=colorScheme[1],
|
foreground=colorScheme[1],
|
||||||
progs=[
|
progs=[
|
||||||
@ -92,14 +84,7 @@ class Widgets(object):
|
|||||||
use_mouse_wheel=True,
|
use_mouse_wheel=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
windowName1 = widget.WindowName(
|
windowName = widget.WindowName(
|
||||||
foreground=backgroundColor,
|
|
||||||
background=colorScheme[10],
|
|
||||||
max_chars=42,
|
|
||||||
padding=10,
|
|
||||||
)
|
|
||||||
|
|
||||||
windowName2 = widget.WindowName(
|
|
||||||
foreground=backgroundColor,
|
foreground=backgroundColor,
|
||||||
background=colorScheme[10],
|
background=colorScheme[10],
|
||||||
max_chars=42,
|
max_chars=42,
|
||||||
@ -112,13 +97,6 @@ class Widgets(object):
|
|||||||
padding=10,
|
padding=10,
|
||||||
)
|
)
|
||||||
|
|
||||||
battery = widget.Battery(
|
|
||||||
fmt="Bat: {}",
|
|
||||||
foreground=colorScheme[3],
|
|
||||||
padding=10,
|
|
||||||
format="{char} {percent:2.0%} {hour:d}:{min:02d} {watt:.2f} W",
|
|
||||||
)
|
|
||||||
|
|
||||||
backlight = widget.Backlight(
|
backlight = widget.Backlight(
|
||||||
fmt="Backlight: {}",
|
fmt="Backlight: {}",
|
||||||
foreground=colorScheme[4],
|
foreground=colorScheme[4],
|
||||||
@ -130,7 +108,7 @@ class Widgets(object):
|
|||||||
fmt="{}",
|
fmt="{}",
|
||||||
foreground=colorScheme[5],
|
foreground=colorScheme[5],
|
||||||
padding=10,
|
padding=10,
|
||||||
interface="wlp0s20f3",
|
interface="wlan0",
|
||||||
)
|
)
|
||||||
|
|
||||||
date = widget.Clock(
|
date = widget.Clock(
|
||||||
@ -152,13 +130,7 @@ class Widgets(object):
|
|||||||
padding=5,
|
padding=5,
|
||||||
)
|
)
|
||||||
|
|
||||||
currentLayout1 = widget.CurrentLayoutIcon(
|
currentLayout = widget.CurrentLayoutIcon(
|
||||||
fmt="{}",
|
|
||||||
scale=0.7,
|
|
||||||
padding=5,
|
|
||||||
)
|
|
||||||
|
|
||||||
currentLayout2 = widget.CurrentLayoutIcon(
|
|
||||||
fmt="{}",
|
fmt="{}",
|
||||||
scale=0.7,
|
scale=0.7,
|
||||||
padding=5,
|
padding=5,
|
||||||
@ -186,10 +158,10 @@ class Widgets(object):
|
|||||||
colour_have_updates=colorScheme[2],
|
colour_have_updates=colorScheme[2],
|
||||||
colour_no_updates=colorScheme[1],
|
colour_no_updates=colorScheme[1],
|
||||||
padding=10,
|
padding=10,
|
||||||
distro="Fedora",
|
distro="Arch_checkupdates",
|
||||||
no_update_string="Fully Updated!",
|
no_update_string="Fully Updated!",
|
||||||
mouse_callbacks={
|
mouse_callbacks={
|
||||||
"Button1": lazy.spawn("dnfdragora"),
|
"Button1": lazy.spawn("pkgbrowser"),
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -208,7 +180,7 @@ class Widgets(object):
|
|||||||
padding=10,
|
padding=10,
|
||||||
)
|
)
|
||||||
|
|
||||||
github1 = widget.WidgetBox(
|
github = widget.WidgetBox(
|
||||||
foreground=colorScheme[12],
|
foreground=colorScheme[12],
|
||||||
widgets=[
|
widgets=[
|
||||||
widget.GenPollText(
|
widget.GenPollText(
|
||||||
@ -242,37 +214,3 @@ class Widgets(object):
|
|||||||
text_closed="[Github <]",
|
text_closed="[Github <]",
|
||||||
text_open="[Github >]",
|
text_open="[Github >]",
|
||||||
)
|
)
|
||||||
|
|
||||||
github2 = widget.WidgetBox(
|
|
||||||
widgets=[
|
|
||||||
widget.GenPollText(
|
|
||||||
fmt="{}",
|
|
||||||
foreground=colorScheme[13],
|
|
||||||
func=lambda: subprocess.check_output(
|
|
||||||
expanduser("~/.config/qtile/scripts/github/notifications")
|
|
||||||
).decode("utf-8"),
|
|
||||||
update_interval=10,
|
|
||||||
padding=10,
|
|
||||||
),
|
|
||||||
widget.GenPollText(
|
|
||||||
fmt="{}",
|
|
||||||
foreground=colorScheme[13],
|
|
||||||
func=lambda: subprocess.check_output(
|
|
||||||
expanduser("~/.config/qtile/scripts/github/gists")
|
|
||||||
).decode("utf-8"),
|
|
||||||
update_interval=10,
|
|
||||||
padding=10,
|
|
||||||
),
|
|
||||||
widget.GenPollText(
|
|
||||||
fmt="{}",
|
|
||||||
foreground=colorScheme[13],
|
|
||||||
func=lambda: subprocess.check_output(
|
|
||||||
expanduser("~/.config/qtile/scripts/github/repositories")
|
|
||||||
).decode("utf-8"),
|
|
||||||
update_interval=10,
|
|
||||||
padding=10,
|
|
||||||
),
|
|
||||||
],
|
|
||||||
text_closed="[Github <]",
|
|
||||||
text_open="[Github >]",
|
|
||||||
)
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
/home/repo/.config/systemd/user/emacs.service
|
|
Loading…
Reference in New Issue
Block a user