mirror of
https://github.com/flynx/post-install.git
synced 2025-10-29 10:40:09 +00:00
added gamma settings...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d922f0a5d0
commit
d1fbe4aa46
11
post-install
11
post-install
@ -416,6 +416,17 @@ function feature-bashctrl(){ (
|
|||||||
) }
|
) }
|
||||||
|
|
||||||
|
|
||||||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
function feature-gamma(){
|
||||||
|
@ mkdir -p ~/work/EXTERNAL/
|
||||||
|
@ cd ~/work/EXTERNAL/
|
||||||
|
if ! [ -d bashctrl ] ; then
|
||||||
|
@ git clone https://github.com/zb3/gnome-gamma-tool
|
||||||
|
fi
|
||||||
|
@ cd gnome-gamma-tool/
|
||||||
|
@ ./gnome-gamma-tool.py -g 1.15
|
||||||
|
}
|
||||||
|
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
function feature-far(){
|
function feature-far(){
|
||||||
@ sudo dnf copr enable polter/far2l
|
@ sudo dnf copr enable polter/far2l
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user