From 10306198c0a5647a1157d0c168928c9241ac2415 Mon Sep 17 00:00:00 2001 From: Clay Gomera Date: Tue, 8 Feb 2022 14:26:09 -0400 Subject: [PATCH] Updated --- .bashrc | 2 +- .config/alacritty/alacritty.yml | 2 +- .config/awesome/rc.lua | 2 +- .config/awesome/themes/gruvbox-dark/theme.lua | 2 +- .config/fish/config.fish | 2 +- .config/picom/picom.conf | 2 +- .config/scripts/dmenu-power.sh | 4 ++-- .config/starship.toml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.bashrc b/.bashrc index ee8a99bec..6ec1ffd76 100644 --- a/.bashrc +++ b/.bashrc @@ -1,7 +1,7 @@ ## ____ ____ _ __ ## | _ \| _ \| |/ / ## | | | | |_) | ' / Clay Gomera (Drake) -## | |_| | _ <| . \ This is my custom bassh config for my laptop + ## | |_| | _ <| . \ My custom bashrc ## |____/|_| \_\_|\_\ ## diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 479497513..93557d1ac 100755 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -1,7 +1,7 @@ ## ____ ____ _ __ ## | _ \| _ \| |/ / ## | | | | |_) | ' / Clay Gomera (Drake) -## | |_| | _ <| . \ This is my custom alacritty config for my laptop +## | |_| | _ <| . \ My custom alacritty config ## |____/|_| \_\_|\_\ ## diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 403dd4763..fbb20fe8c 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -1,7 +1,7 @@ -- ____ ____ _ __ -- | _ \| _ \| |/ / -- | | | | |_) | ' / Clay Gomera (Drake) --- | |_| | _ <| . \ This is my awesome config for my dekstop computer +-- | |_| | _ <| . \ My custom awesome config -- |____/|_| \_\_|\_\ -- diff --git a/.config/awesome/themes/gruvbox-dark/theme.lua b/.config/awesome/themes/gruvbox-dark/theme.lua index 44a0adf10..c2e4daae2 100644 --- a/.config/awesome/themes/gruvbox-dark/theme.lua +++ b/.config/awesome/themes/gruvbox-dark/theme.lua @@ -1,7 +1,7 @@ -- ____ ____ _ __ -- | _ \| _ \| |/ / -- | | | | |_) | ' / Clay Gomera (Drake) --- | |_| | _ <| . \ This is my custom awesomewm gruvbox-dark theme for my laptop +-- | |_| | _ <| . \ My custom awesomewm gruvbox-dark theme. -- |____/|_| \_\_|\_\ -- diff --git a/.config/fish/config.fish b/.config/fish/config.fish index e4934bf55..0e06bdb7e 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,7 +1,7 @@ ## ____ ____ _ __ ## | _ \| _ \| |/ / ## | | | | |_) | ' / Clay Gomera (Drake) -## | |_| | _ <| . \ This is my custom fish config for my laptop +## | |_| | _ <| . \ My custom config.fish ## |____/|_| \_\_|\_\ ## diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index f8a1907ca..59c6c64a3 100755 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,7 +1,7 @@ ## ____ ____ _ __ ## | _ \| _ \| |/ / ## | | | | |_) | ' / Clay Gomera (Drake) -## | |_| | _ <| . \ This is my custom picom config for my laptop +## | |_| | _ <| . \ My custom picom config ## |____/|_| \_\_|\_\ ## diff --git a/.config/scripts/dmenu-power.sh b/.config/scripts/dmenu-power.sh index f7ae4fd1a..a04d83ceb 100755 --- a/.config/scripts/dmenu-power.sh +++ b/.config/scripts/dmenu-power.sh @@ -31,9 +31,9 @@ case "$action" in $option3) loginctl poweroff;; $option4) - loginctl suspend && betterlockscreen -l;; + loginctl suspend && betterlockscreen -l;; $option5) betterlockscreen -l;; $option6) - exit 0 + exit 0 esac diff --git a/.config/starship.toml b/.config/starship.toml index ff9488192..14786af8e 100755 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -1,7 +1,7 @@ ## ____ ____ _ __ ## | _ \| _ \| |/ / ## | | | | |_) | ' / Clay Gomera (Drake) -## | |_| | _ <| . \ This is my custom starship config for my laptop +## | |_| | _ <| . \ My custom starship prompt config ## |____/|_| \_\_|\_\ ##