Skip to content

Commit

Permalink
add missing root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfricks committed Mar 21, 2022
1 parent 4d50381 commit ef2bc83
Show file tree
Hide file tree
Showing 25 changed files with 884 additions and 0 deletions.
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/active
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
100
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/dim
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/fadeinstep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/fadeoutstep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/fading
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
false
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/frame
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
100
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/glx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
true
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/hybrid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
false
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/inactive
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
100
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/menu
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
100
22 changes: 22 additions & 0 deletions picom-gtk/root/.config/picom/gui/restart
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#!/bin/sh
killall picom-gtk
echo -7 > /root/.config/picom/gui/shadx
echo -7 > /root/.config/picom/gui/shady
echo 60 > /root/.config/picom/gui/shadtrans
echo yes > /root/.config/picom/gui/shado
echo false > /root/.config/picom/gui/fading
echo 9 > /root/.config/picom/gui/fadeinstep
echo 9 > /root/.config/picom/gui/fadeoutstep
echo 100 > /root/.config/picom/gui/inactive
echo 100 > /root/.config/picom/gui/active
echo 100 > /root/.config/picom/gui/frame
echo 100 > /root/.config/picom/gui/menu
echo 12 > /root/.config/picom/gui/dim
echo yes > /root/.config/picom/gui/vsync
echo true > /root/.config/picom/gui/glx
echo false > /root/.config/picom/gui/xrender
echo false > /root/.config/picom/gui/hybrid
echo no > /root/.config/picom/gui/urxvt
echo 90 > /root/.config/picom/gui/urxvtt
sleep 2
exec picom-gtk
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/shado
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yes
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/shadr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
31
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/shadtrans
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
76
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/shadx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-30
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/shady
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-25
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/tray
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
86
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/urxvt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yes
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/urxvtb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
no
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/urxvtt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
92
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/urxvtt2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
70
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/vsync
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yes
1 change: 1 addition & 0 deletions picom-gtk/root/.config/picom/gui/xrender
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
false
Loading

0 comments on commit ef2bc83

Please sign in to comment.