mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-25 00:38:20 -05:00
Update Scripts
This commit is contained in:
parent
ecfda5610b
commit
bf7d55caa4
Binary file not shown.
@ -12,7 +12,7 @@
|
||||
#Created:
|
||||
# Mon 22 November 2021, 03:15:54 PM [GMT+1]
|
||||
#Modified:
|
||||
# Mon 24 July 2023, 10:12:11 PM [GMT+1]
|
||||
# Sun 06 August 2023, 10:49:04 AM [GMT+1]
|
||||
#
|
||||
#Description:
|
||||
# <Todo>
|
||||
@ -95,7 +95,7 @@ fi
|
||||
|
||||
if command -v picom &>/dev/null; then
|
||||
if ! pgrep -x "picom" >/dev/null; then
|
||||
picom -CGb --config "$HOME"/.config/picom/picom.conf &
|
||||
picom --config "$HOME"/.config/picom/picom.conf &
|
||||
else
|
||||
echo "picom already Running"
|
||||
fi
|
||||
|
@ -1,2 +1,2 @@
|
||||
LastUsed=1670311911
|
||||
Message='Fully Updated'
|
||||
LastUsed=1691319324
|
||||
Message=' Updates'
|
||||
|
25
rofi/.local/bin/rofi/clipmenu_run
Executable file
25
rofi/.local/bin/rofi/clipmenu_run
Executable file
@ -0,0 +1,25 @@
|
||||
#!/usr/bin/env bash
|
||||
#-*-coding:utf-8 -*-
|
||||
#Auto updated?
|
||||
# Yes
|
||||
#File:
|
||||
# clipmenu_run
|
||||
#Author:
|
||||
# The-Repo-Club [wayne6324@gmail.com]
|
||||
#Github:
|
||||
# https://github.com/The-Repo-Club/
|
||||
#
|
||||
#Created:
|
||||
# Wed 07 December 2022, 11:01:52 PM [GMT]
|
||||
#Modified:
|
||||
# Sun 06 August 2023, 11:39:26 AM [GMT+1]
|
||||
#
|
||||
#Description:
|
||||
# <Todo>
|
||||
#
|
||||
#Dependencies:
|
||||
# <None>
|
||||
#
|
||||
# shellcheck disable=all
|
||||
|
||||
clipmenu -p ClipMenu -mesg "Copy from clipboard."
|
25
rofi/.local/bin/rofi/powermenu_run
Executable file
25
rofi/.local/bin/rofi/powermenu_run
Executable file
@ -0,0 +1,25 @@
|
||||
#!/usr/bin/env bash
|
||||
#-*-coding:utf-8 -*-
|
||||
#Auto updated?
|
||||
# Yes
|
||||
#File:
|
||||
# powermenu_run
|
||||
#Author:
|
||||
# The-Repo-Club [wayne6324@gmail.com]
|
||||
#Github:
|
||||
# https://github.com/The-Repo-Club/
|
||||
#
|
||||
#Created:
|
||||
# Wed 07 December 2022, 11:01:52 PM [GMT]
|
||||
#Modified:
|
||||
# Sun 06 August 2023, 11:40:51 AM [GMT+1]
|
||||
#
|
||||
#Description:
|
||||
# <Todo>
|
||||
#
|
||||
#Dependencies:
|
||||
# <None>
|
||||
#
|
||||
# shellcheck disable=all
|
||||
|
||||
rofi -show powermenu -config ~/.config/rofi/powermenu.rasi
|
Loading…
Reference in New Issue
Block a user