Update Dotfiles

This commit is contained in:
The-Repo-Club 2023-08-17 20:14:43 +01:00
parent 0a2672fc24
commit 92fc90b94e
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
7 changed files with 25 additions and 86 deletions

View File

@ -47,6 +47,10 @@ function update-fc
command fc-cache -fv
end
function clear-qtile
echo "No errors found." >~/.local/share/qtile/qtile.log
end
function reload
source ~/.config/fish/config.fish
end

View File

@ -1,2 +1,2 @@
LastUsed=1692291234
LastUsed=1692294424
Message=' Fully Updated'

View File

@ -12,7 +12,7 @@
#Created:
# Mon 22 November 2021, 03:15:54 PM [GMT+1]
#Modified:
# Thu 17 August 2023, 05:52:27 PM [GMT+1]
# Thu 17 August 2023, 08:10:42 PM [GMT+1]
#
#Description:
# <Todo>
@ -71,8 +71,10 @@ if command -v xroot &>/dev/null; then
xroot -r xmenu_desktop
) &
else
echo "xroot already Running"
echo "xmenu_desktop already Running"
fi
else
echo "xmenu_desktop can not be found"
fi
else
echo "xroot already Running"

View File

@ -325,7 +325,7 @@ ws-icon-7 = 7: Mail;七
ws-icon-8 = 8: Games;八
ws-icon-9 = 9: Chat;九
ws-icon-0 = 10: Settings;零
ws-icon-default = ""
ws-icon-default = "󰍹"
format = <label-state><label-mode>
label-mode = %mode%

View File

@ -340,16 +340,14 @@ screens = [
Widgets.sep,
Widgets.groupBox1,
Widgets.sep,
Widgets.power1,
Widgets.power,
Widgets.sep,
Widgets.windowName1,
Widgets.windowName,
Widgets.sep,
Widgets.updates,
Widgets.sep,
Widgets.volume,
Widgets.sep,
Widgets.battery,
Widgets.sep,
Widgets.backlight,
Widgets.sep,
Widgets.net,
@ -359,7 +357,7 @@ screens = [
Widgets.sep,
Widgets.tray,
Widgets.sep,
Widgets.currentLayout1,
Widgets.currentLayout,
],
28,
background=backgroundColor,
@ -375,7 +373,7 @@ screens = [
Widgets.space,
Widgets.picom,
Widgets.sep,
Widgets.github1,
Widgets.github,
Widgets.sep,
Widgets.chords,
],
@ -394,16 +392,14 @@ screens = [
Widgets.sep,
Widgets.groupBox2,
Widgets.sep,
Widgets.power2,
Widgets.power,
Widgets.sep,
Widgets.windowName2,
Widgets.windowName,
Widgets.sep,
Widgets.updates,
Widgets.sep,
Widgets.volume,
Widgets.sep,
Widgets.battery,
Widgets.sep,
Widgets.backlight,
Widgets.sep,
Widgets.net,
@ -411,7 +407,7 @@ screens = [
Widgets.date,
Widgets.time,
Widgets.sep,
Widgets.currentLayout2,
Widgets.currentLayout,
],
28,
background=backgroundColor,
@ -427,7 +423,7 @@ screens = [
Widgets.space,
Widgets.picom,
Widgets.sep,
Widgets.github2,
Widgets.github,
Widgets.sep,
Widgets.chords,
],

View File

@ -26,15 +26,7 @@ class Widgets(object):
},
)
power1 = widget.LaunchBar(
text_only=True,
foreground=colorScheme[1],
progs=[
("", "rofi -show powermenu -config ~/.config/rofi/powermenu.rasi"),
],
)
power2 = widget.LaunchBar(
power = widget.LaunchBar(
text_only=True,
foreground=colorScheme[1],
progs=[
@ -92,14 +84,7 @@ class Widgets(object):
use_mouse_wheel=True,
)
windowName1 = widget.WindowName(
foreground=backgroundColor,
background=colorScheme[10],
max_chars=42,
padding=10,
)
windowName2 = widget.WindowName(
windowName = widget.WindowName(
foreground=backgroundColor,
background=colorScheme[10],
max_chars=42,
@ -112,13 +97,6 @@ class Widgets(object):
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(
fmt="Backlight: {}",
foreground=colorScheme[4],
@ -130,7 +108,7 @@ class Widgets(object):
fmt="{}",
foreground=colorScheme[5],
padding=10,
interface="wlp0s20f3",
interface="wlan0",
)
date = widget.Clock(
@ -152,13 +130,7 @@ class Widgets(object):
padding=5,
)
currentLayout1 = widget.CurrentLayoutIcon(
fmt="{}",
scale=0.7,
padding=5,
)
currentLayout2 = widget.CurrentLayoutIcon(
currentLayout = widget.CurrentLayoutIcon(
fmt="{}",
scale=0.7,
padding=5,
@ -186,10 +158,10 @@ class Widgets(object):
colour_have_updates=colorScheme[2],
colour_no_updates=colorScheme[1],
padding=10,
distro="Fedora",
distro="Arch_checkupdates",
no_update_string="Fully Updated!",
mouse_callbacks={
"Button1": lazy.spawn("dnfdragora"),
"Button1": lazy.spawn("pkgbrowser"),
},
)
@ -208,7 +180,7 @@ class Widgets(object):
padding=10,
)
github1 = widget.WidgetBox(
github = widget.WidgetBox(
foreground=colorScheme[12],
widgets=[
widget.GenPollText(
@ -242,37 +214,3 @@ class Widgets(object):
text_closed="[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 >]",
)

View File

@ -1 +0,0 @@
/home/repo/.config/systemd/user/emacs.service