changed to setup script to /etc/skel
This commit is contained in:
6
arch/.config/powermenu/change/powermenu-colors-1
Executable file
6
arch/.config/powermenu/change/powermenu-colors-1
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLORS="adapta.rasi"
|
||||
CONFIG="$HOME/.config/powermenu/shared"
|
||||
|
||||
cp $CONFIG/$COLORS $CONFIG/default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-colors-10
Executable file
6
arch/.config/powermenu/change/powermenu-colors-10
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLORS="navy.rasi"
|
||||
CONFIG="$HOME/.config/powermenu/shared"
|
||||
|
||||
cp $CONFIG/$COLORS $CONFIG/default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-colors-11
Executable file
6
arch/.config/powermenu/change/powermenu-colors-11
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLORS="nord.rasi"
|
||||
CONFIG="$HOME/.config/powermenu/shared"
|
||||
|
||||
cp $CONFIG/$COLORS $CONFIG/default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-colors-12
Executable file
6
arch/.config/powermenu/change/powermenu-colors-12
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLORS="onedark.rasi"
|
||||
CONFIG="$HOME/.config/powermenu/shared"
|
||||
|
||||
cp $CONFIG/$COLORS $CONFIG/default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-colors-13
Executable file
6
arch/.config/powermenu/change/powermenu-colors-13
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLORS="paper.rasi"
|
||||
CONFIG="$HOME/.config/powermenu/shared"
|
||||
|
||||
cp $CONFIG/$COLORS $CONFIG/default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-colors-14
Executable file
6
arch/.config/powermenu/change/powermenu-colors-14
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLORS="solarized.rasi"
|
||||
CONFIG="$HOME/.config/powermenu/shared"
|
||||
|
||||
cp $CONFIG/$COLORS $CONFIG/default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-colors-15
Executable file
6
arch/.config/powermenu/change/powermenu-colors-15
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLORS="tokyonight.rasi"
|
||||
CONFIG="$HOME/.config/powermenu/shared"
|
||||
|
||||
cp $CONFIG/$COLORS $CONFIG/default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-colors-16
Executable file
6
arch/.config/powermenu/change/powermenu-colors-16
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLORS="yousai.rasi"
|
||||
CONFIG="$HOME/.config/powermenu/shared"
|
||||
|
||||
cp $CONFIG/$COLORS $CONFIG/default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-colors-17
Executable file
6
arch/.config/powermenu/change/powermenu-colors-17
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLORS="purplenavy.rasi"
|
||||
CONFIG="$HOME/.config/powermenu/shared"
|
||||
|
||||
cp $CONFIG/$COLORS $CONFIG/default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-colors-18
Executable file
6
arch/.config/powermenu/change/powermenu-colors-18
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLORS="purple.rasi"
|
||||
CONFIG="$HOME/.config/powermenu/shared"
|
||||
|
||||
cp $CONFIG/$COLORS $CONFIG/default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-colors-19
Executable file
6
arch/.config/powermenu/change/powermenu-colors-19
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLORS="prime.rasi"
|
||||
CONFIG="$HOME/.config/powermenu/shared"
|
||||
|
||||
cp $CONFIG/$COLORS $CONFIG/default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-colors-2
Executable file
6
arch/.config/powermenu/change/powermenu-colors-2
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLORS="arc.rasi"
|
||||
CONFIG="$HOME/.config/powermenu/shared"
|
||||
|
||||
cp $CONFIG/$COLORS $CONFIG/default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-colors-20
Executable file
6
arch/.config/powermenu/change/powermenu-colors-20
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLORS="onedark.rasi"
|
||||
CONFIG="$HOME/.config/powermenu/shared"
|
||||
|
||||
cp $CONFIG/$COLORS $CONFIG/default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-colors-3
Executable file
6
arch/.config/powermenu/change/powermenu-colors-3
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLORS="black.rasi"
|
||||
CONFIG="$HOME/.config/powermenu/shared"
|
||||
|
||||
cp $CONFIG/$COLORS $CONFIG/default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-colors-4
Executable file
6
arch/.config/powermenu/change/powermenu-colors-4
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLORS="catppuccin.rasi"
|
||||
CONFIG="$HOME/.config/powermenu/shared"
|
||||
|
||||
cp $CONFIG/$COLORS $CONFIG/default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-colors-5
Executable file
6
arch/.config/powermenu/change/powermenu-colors-5
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLORS="cyberpunk.rasi"
|
||||
CONFIG="$HOME/.config/powermenu/shared"
|
||||
|
||||
cp $CONFIG/$COLORS $CONFIG/default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-colors-6
Executable file
6
arch/.config/powermenu/change/powermenu-colors-6
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLORS="dracula.rasi"
|
||||
CONFIG="$HOME/.config/powermenu/shared"
|
||||
|
||||
cp $CONFIG/$COLORS $CONFIG/default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-colors-7
Executable file
6
arch/.config/powermenu/change/powermenu-colors-7
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLORS="everforest.rasi"
|
||||
CONFIG="$HOME/.config/powermenu/shared"
|
||||
|
||||
cp $CONFIG/$COLORS $CONFIG/default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-colors-8
Executable file
6
arch/.config/powermenu/change/powermenu-colors-8
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLORS="gruvbox.rasi"
|
||||
CONFIG="$HOME/.config/powermenu/shared"
|
||||
|
||||
cp $CONFIG/$COLORS $CONFIG/default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-colors-9
Executable file
6
arch/.config/powermenu/change/powermenu-colors-9
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
COLORS="lovelace.rasi"
|
||||
CONFIG="$HOME/.config/powermenu/shared"
|
||||
|
||||
cp $CONFIG/$COLORS $CONFIG/default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-style-1
Executable file
6
arch/.config/powermenu/change/powermenu-style-1
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
STYLE="style-1.rasi"
|
||||
CONFIG="$HOME/.config/powermenu"
|
||||
|
||||
cp $CONFIG/$STYLE $CONFIG/style-default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-style-2
Executable file
6
arch/.config/powermenu/change/powermenu-style-2
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
STYLE="style-2.rasi"
|
||||
CONFIG="$HOME/.config/powermenu"
|
||||
|
||||
cp $CONFIG/$STYLE $CONFIG/style-default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-style-3
Executable file
6
arch/.config/powermenu/change/powermenu-style-3
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
STYLE="style-3.rasi"
|
||||
CONFIG="$HOME/.config/powermenu"
|
||||
|
||||
cp $CONFIG/$STYLE $CONFIG/style-default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-style-4
Executable file
6
arch/.config/powermenu/change/powermenu-style-4
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
STYLE="style-4.rasi"
|
||||
CONFIG="$HOME/.config/powermenu"
|
||||
|
||||
cp $CONFIG/$STYLE $CONFIG/style-default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-style-5
Executable file
6
arch/.config/powermenu/change/powermenu-style-5
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
STYLE="style-5.rasi"
|
||||
CONFIG="$HOME/.config/powermenu"
|
||||
|
||||
cp $CONFIG/$STYLE $CONFIG/style-default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-style-6
Executable file
6
arch/.config/powermenu/change/powermenu-style-6
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
STYLE="style-6.rasi"
|
||||
CONFIG="$HOME/.config/powermenu"
|
||||
|
||||
cp $CONFIG/$STYLE $CONFIG/style-default.rasi
|
||||
6
arch/.config/powermenu/change/powermenu-style-7
Executable file
6
arch/.config/powermenu/change/powermenu-style-7
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
STYLE="style-7.rasi"
|
||||
CONFIG="$HOME/.config/powermenu"
|
||||
|
||||
cp $CONFIG/$STYLE $CONFIG/style-default.rasi
|
||||
Reference in New Issue
Block a user