mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-24 16:28:41 -05:00
Update Dotfiles
Signed-off-by: The-Repo-Club <wayne6324@gmail.com>
This commit is contained in:
parent
d689e7e888
commit
282801c56c
Binary file not shown.
@ -1,10 +1,10 @@
|
||||
#list comamnds
|
||||
function l
|
||||
eza $argv
|
||||
exa $argv
|
||||
end
|
||||
|
||||
function ls
|
||||
eza $argv
|
||||
exa $argv
|
||||
end
|
||||
|
||||
function la
|
@ -1,2 +1,2 @@
|
||||
LastUsed=1694365219
|
||||
LastUsed=1694855493
|
||||
Message='Fully Updated'
|
||||
|
@ -1,7 +1,7 @@
|
||||
file:///run/media/repo/Backup/.aur .aur
|
||||
file:///home/repo/.cache .cache
|
||||
file:///home/repo/.config .config
|
||||
file:///home/repo/.local .local
|
||||
file:///run/media/repo/Backup/.gitlabs .gitlabs
|
||||
file:///home/repo/.local .local
|
||||
file:///run/media/repo/Backup/IOS IOS
|
||||
file:///home/repo/.makpkg .makpkg
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Settings]
|
||||
gtk-application-prefer-dark-theme=false
|
||||
gtk-application-prefer-dark-theme=true
|
||||
gtk-button-images=1
|
||||
gtk-cursor-theme-name=breeze_cursors
|
||||
gtk-cursor-theme-size=24
|
||||
|
@ -1,13 +1,13 @@
|
||||
[Settings]
|
||||
gtk-application-prefer-dark-theme=false
|
||||
gtk-application-prefer-dark-theme=true
|
||||
gtk-cursor-theme-name=breeze_cursors
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-decoration-layout=icon:minimize,maximize,close
|
||||
gtk-enable-animations=true
|
||||
gtk-enable-event-sounds=true
|
||||
gtk-enable-input-feedback-sounds=true
|
||||
gtk-font-name=Noto Sans, 10
|
||||
gtk-icon-theme-name=breeze
|
||||
gtk-font-name=Hack Nerd Font Mono 10
|
||||
gtk-icon-theme-name=Papirus-Minimal-Mistakes
|
||||
gtk-modules=gail:atk-bridge:colorreload-gtk-module
|
||||
gtk-primary-button-warps-slider=false
|
||||
gtk-theme-name=Minimal-Mistakes
|
||||
|
@ -1,6 +0,0 @@
|
||||
# created by KDE Plasma, Sun Aug 13 21:47:23 2023
|
||||
#
|
||||
include "/usr/share//themes/Breeze/gtk-2.0/gtkrc"
|
||||
|
||||
gtk-theme-name="Breeze"
|
||||
|
@ -18,6 +18,7 @@ workspace_auto_back_and_forth yes
|
||||
set $TerminalEmulator alacritty
|
||||
set $WebBrowserB google-chrome-stable
|
||||
set $WebBrowserF firefox
|
||||
set $WebBrowserO opera
|
||||
set $FileManager nemo
|
||||
set $MailReader thunderbird
|
||||
set $TextEditor code
|
||||
@ -410,7 +411,7 @@ assign [class="(?i)Alacritty|Kitty"]
|
||||
|
||||
# Workspace $ws2
|
||||
assign [class="(?i)Emacs"] → $ws2
|
||||
assign [class="(?i)Code|Nvim"] → $ws2
|
||||
assign [class="(?i)Code|Nvim"] → $ws2
|
||||
|
||||
# Workspace $ws3
|
||||
assign [class="(?i)Nemo"] → $ws3
|
||||
@ -423,7 +424,7 @@ assign [class="(?i)Xephyr"]
|
||||
assign [class="(?i)CmusImage"] → $ws5
|
||||
|
||||
# Workspace $ws6
|
||||
assign [class="(?i)Firefox|Google-Chrome"] → $ws6
|
||||
assign [class="(?i)Firefox|Google-Chrome|Opera"] → $ws6
|
||||
|
||||
# Workspace $ws7
|
||||
assign [class="(?i)Mail|Thunderbird"] → $ws7
|
||||
@ -507,9 +508,9 @@ $super_b+$control+b \
|
||||
$exe $WebBrowserB;focus
|
||||
|
||||
## Category: Applications;
|
||||
# Description: Launch $WebBrowserF;
|
||||
# Description: Launch $WebBrowserO;
|
||||
$super_b+$control+f \
|
||||
$exe $WebBrowserF;focus
|
||||
$exe $WebBrowserO;focus
|
||||
|
||||
# workspace 7 related
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
$exe $TerminalEmulator
|
||||
$exe $FileManager
|
||||
$exe $TextEditor
|
||||
$exe $WebBrowserF
|
||||
$exe $WebBrowserO
|
||||
$exe 'studio'
|
@ -29,6 +29,14 @@ if command -v /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &>/dev/n
|
||||
fi
|
||||
fi
|
||||
|
||||
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 &
|
||||
else
|
||||
echo "polkit-gnome already Running"
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ $DESKTOP_SESSION == "i3" ]]; then
|
||||
|
||||
if command -v polybar &>/dev/null; then
|
||||
|
Loading…
Reference in New Issue
Block a user