mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-24 16:28:41 -05:00
Update
This commit is contained in:
parent
0b278e8d47
commit
0a2672fc24
Binary file not shown.
@ -1,2 +1,2 @@
|
||||
LastUsed=1692164116
|
||||
LastUsed=1692291234
|
||||
Message=' Fully Updated'
|
||||
|
@ -12,7 +12,7 @@
|
||||
#Created:
|
||||
# Mon 22 November 2021, 03:15:54 PM [GMT+1]
|
||||
#Modified:
|
||||
# Mon 14 August 2023, 05:30:34 PM [GMT+1]
|
||||
# Thu 17 August 2023, 05:52:27 PM [GMT+1]
|
||||
#
|
||||
#Description:
|
||||
# <Todo>
|
||||
@ -21,9 +21,9 @@
|
||||
# <None>
|
||||
#
|
||||
|
||||
if command -v /usr/libexec/polkit-gnome-authentication-agent-1 &>/dev/null; then
|
||||
if ! pgrep -f "/usr/libexec/polkit-gnome-authentication-agent-1" >/dev/null; then
|
||||
/usr/libexec/polkit-gnome-authentication-agent-1 &
|
||||
if command -v /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &>/dev/null; then
|
||||
if ! pgrep -f "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1" >/dev/null; then
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
else
|
||||
echo "polkit-gnome already Running"
|
||||
fi
|
||||
@ -160,17 +160,17 @@ else
|
||||
echo "touchpad-indicator could not be found"
|
||||
fi
|
||||
|
||||
if command -v battray &>/dev/null; then
|
||||
if ! pgrep -x "battray" >/dev/null; then
|
||||
if command -v cbatticon &>/dev/null; then
|
||||
if ! pgrep -x "cbatticon" >/dev/null; then
|
||||
(
|
||||
sleep 2s
|
||||
battray
|
||||
cbatticon
|
||||
) &
|
||||
else
|
||||
echo "battray already Running"
|
||||
echo "cbatticon already Running"
|
||||
fi
|
||||
else
|
||||
echo "battray could not be found"
|
||||
echo "cbatticon could not be found"
|
||||
fi
|
||||
|
||||
if command -v pasystray &>/dev/null; then
|
||||
|
@ -178,7 +178,7 @@ type = internal/cpu
|
||||
|
||||
interval = 0.5
|
||||
|
||||
format =
|
||||
format =
|
||||
format-background = ${color.red}
|
||||
format-foreground = ${color.fg}
|
||||
format-padding = 1
|
||||
@ -208,8 +208,8 @@ type = internal/date
|
||||
|
||||
interval = 1.0
|
||||
|
||||
time =
|
||||
time-alt =
|
||||
time =
|
||||
time-alt =
|
||||
|
||||
format = <label>
|
||||
format-background = ${color.red}
|
||||
@ -434,7 +434,7 @@ type = internal/memory
|
||||
|
||||
interval = 3
|
||||
|
||||
format =
|
||||
format =
|
||||
format-background = ${color.red}
|
||||
format-foreground = ${color.fg}
|
||||
format-padding = 1
|
||||
@ -515,13 +515,13 @@ format-disconnected-background = ${color.red}
|
||||
format-disconnected-foreground = ${color.fg}
|
||||
format-disconnected-padding = 1
|
||||
|
||||
label-disconnected = 睊
|
||||
label-disconnected =
|
||||
|
||||
ramp-signal-0 = 直
|
||||
ramp-signal-1 = 直
|
||||
ramp-signal-2 = 直
|
||||
ramp-signal-3 = 直
|
||||
ramp-signal-4 = 直
|
||||
ramp-signal-0 =
|
||||
ramp-signal-1 =
|
||||
ramp-signal-2 =
|
||||
ramp-signal-3 =
|
||||
ramp-signal-4 =
|
||||
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
|
||||
@ -674,7 +674,7 @@ type = internal/xkeyboard
|
||||
blacklist-0 = num lock
|
||||
blacklist-1 = scroll lock
|
||||
|
||||
format = %{A1:i3-cheat &:}<label-layout> <label-indicator>%{A}
|
||||
format = %{A1:keyboard &:}<label-layout> <label-indicator>%{A}
|
||||
format-background = ${color.cyan}
|
||||
format-foreground = ${color.fg}
|
||||
format-padding = 1
|
||||
@ -689,7 +689,7 @@ type = internal/xkeyboard
|
||||
blacklist-0 = num lock
|
||||
blacklist-1 = scroll lock
|
||||
|
||||
format = %{A1:i3-cheat &:}%{A}
|
||||
format = %{A1:keyboard &:}%{A}
|
||||
format-background = ${color.red}
|
||||
format-foreground = ${color.fg}
|
||||
format-padding = 1
|
||||
|
@ -136,9 +136,9 @@ module-margin-right = 0
|
||||
; font-3 = FontAwesome:size=10
|
||||
; See the Fonts wiki page for more details
|
||||
|
||||
font-0 = "Source Code Pro:antialias=true:size=8;2"
|
||||
font-0 = "Hack Font:antialias=true:size=10;2"
|
||||
font-1 = "Wuncon Siji:antialias=true:size=8;2"
|
||||
font-2 = "Hack Nerd Font Mono:antialias=true:size=10;2"
|
||||
font-2 = "Hack Nerd Font Mono:antialias=true:size=16;2"
|
||||
font-3 = "MaterialIcons:antialias=true:size=8;2"
|
||||
font-4 = "xos4 Terminus:antialias=true:size=8;2"
|
||||
font-5 = "Noto Sans CJK JP:antialias=true:size=7;2"
|
||||
|
@ -136,9 +136,9 @@ module-margin-right = 0
|
||||
; font-3 = FontAwesome:size=10
|
||||
; See the Fonts wiki page for more details
|
||||
|
||||
font-0 = "Source Code Pro:antialias=true:size=8;2"
|
||||
font-0 = "Hack Font:antialias=true:size=10;2"
|
||||
font-1 = "Wuncon Siji:antialias=true:size=8;2"
|
||||
font-2 = "Hack Nerd Font Mono:antialias=true:size=14;2"
|
||||
font-2 = "Hack Nerd Font Mono:antialias=true:size=16;2"
|
||||
font-3 = "MaterialIcons:antialias=true:size=8;2"
|
||||
font-4 = "xos4 Terminus:antialias=true:size=8;2"
|
||||
font-5 = "Noto Sans CJK JP:antialias=true:size=7;2"
|
||||
|
@ -136,9 +136,9 @@ module-margin-right = 0
|
||||
; font-3 = FontAwesome:size=10
|
||||
; See the Fonts wiki page for more details
|
||||
|
||||
font-0 = "Source Code Pro:antialias=true:size=8;2"
|
||||
font-0 = "Hack Font:antialias=true:size=10;2"
|
||||
font-1 = "Wuncon Siji:antialias=true:size=8;2"
|
||||
font-2 = "Hack Nerd Font Mono:antialias=true:size=10;2"
|
||||
font-2 = "Hack Nerd Font Mono:antialias=true:size=16;2"
|
||||
font-3 = "MaterialIcons:antialias=true:size=8;2"
|
||||
font-4 = "xos4 Terminus:antialias=true:size=8;2"
|
||||
font-5 = "Noto Sans CJK JP:antialias=true:size=7;2"
|
||||
|
@ -136,9 +136,9 @@ module-margin-right = 0
|
||||
; font-3 = FontAwesome:size=10
|
||||
; See the Fonts wiki page for more details
|
||||
|
||||
font-0 = "Source Code Pro:antialias=true:size=8;2"
|
||||
font-0 = "Hack Font:antialias=true:size=10;2"
|
||||
font-1 = "Wuncon Siji:antialias=true:size=8;2"
|
||||
font-2 = "Hack Nerd Font Mono:antialias=true:size=10;2"
|
||||
font-2 = "Hack Nerd Font Mono:antialias=true:size=16;2"
|
||||
font-3 = "MaterialIcons:antialias=true:size=8;2"
|
||||
font-4 = "xos4 Terminus:antialias=true:size=8;2"
|
||||
font-5 = "Noto Sans CJK JP:antialias=true:size=7;2"
|
||||
|
Loading…
Reference in New Issue
Block a user