You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-31Lines changed: 21 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,11 @@ The script called `OpenSUSE_Installation.sh` requires a few extra items which ca
32
32
1. Sayonara + Improved Font GRUB theme: https://www.dropbox.com/s/il0dxjq5u65t0pt/Font.zip?dl=0&e=1
33
33
2.~~SF Pro TTF + OTF files: https://developer.apple.com/fonts/~~
34
34
35
-
NOTE: For the Sayonara theme, you might need to add your own image as a background, I haven't included mine. Theme may not work if the image is missing.
35
+
NOTE:
36
36
37
-
Once you download the files, you may need to set the permissions so that double clicking/single clicking it will execute it automatically. I have not done this because i want do do it via the command line manually.
37
+
* For the Sayonara theme, you might need to add your own image as a background, I haven't included mine. Theme may not work if the image is missing.
38
+
* You may need to add your own wallpapers in a directory called `custom-wallpapers`. The script shall copy over those files to `/usr/share/wallpapers`. Helpful if you want the same wallpaper to be available for multiple users.
39
+
* Once you download the files, you may need to set the permissions so that double clicking/single clicking it will execute it automatically. I have not done this because i want do do it via the command line manually.
38
40
39
41
## Script Priorities
40
42
@@ -46,45 +48,31 @@ It is possible for me to create a script to execute these serially, but I prefer
46
48
47
49
The OpenSUSE Installation script contains the following actions:
48
50
49
-
1. Check for updates and install them
50
-
2. Add Packman repository and install codecs
51
-
3. Add Microsoft repo and install Edge and VS Code
52
-
4. Add GitHub Desktop (Linux) and install it
53
-
5. Install components such as
51
+
1. Import GPG Keys from External Repositories (Microsoft Edge, VS Code, GitHub Desktop, VLC)
3. Add Packman repository, install codecs and disable Packman repository
54
+
4. Refresh ALL repositories
55
+
5. Check for and perform distribution updates
56
+
6. Install components such as
54
57
55
58
1.`fde-tools`: I use FDE for my installation
56
-
57
59
2.`kdeconnect-kde`: I use KDE Connect in my installation
58
-
59
60
3.`libdbusmenu-glib4`: Helps a few application menubar be visible in global menu (namely VS Code)
60
-
61
61
4.`kvantum-manager`: Helps in theming the system components
62
-
63
62
5.`partitionmanager`: KDE Partition Manager, useful to format USB drives
64
-
65
63
6.`git`: I need git for all GitHub related stuff
66
-
67
64
7.`discord` and `libdiscord-rpc`: Installs discord and Discord RPC library
68
-
69
65
8.`bleachbit`: Helps in removing unwanted files in system. A useful tool
70
-
71
66
9.`easyeffects`: Provides audio effects for speakers. Can improve sound quality
72
-
73
-
10.`openrgb`: Provides control over RGB lighting of keyboards and peripherals
74
-
75
-
11.`i2c-tools`: Helps in setting up configurations for the RGB lighting of peripherals
76
-
77
-
12.`krita`: A powerful image editing tool
78
-
79
-
13.`kdenlive`: A decent video editor
80
-
81
-
14.`p11-kit-server`: Flatpak version of OBS have issues with certificates when using browser elements, therefore this can help fix it.
82
-
83
-
6. Install GRUB theme
84
-
7. Install EasyEffects presets; presets are required for the effects
85
-
8. Install fonts, if any
86
-
9. Add the `login_tasks.sh` script to the `.scripts` directory
87
-
10. Clean up any unneeded packages
67
+
10.`krita`: A powerful image editing tool
68
+
11.`kdenlive`: A decent video editor
69
+
12.`p11-kit-server`: Flatpak version of OBS have issues with certificates when using browser elements, therefore this can help fix it.
70
+
71
+
7. Install GRUB theme
72
+
8. Install EasyEffects presets; presets are required for the effects
73
+
9. Install fonts, if any
74
+
10. Add the `login_tasks.sh` script to the `.scripts` directory
75
+
11. Clean up any unneeded packages
88
76
89
77
## Login Tasks
90
78
@@ -106,6 +94,8 @@ To check if there are issues with your systems, attempt to put your system in sl
106
94
107
95
This script shall help users to setup RGB peripheral lighting to work on Linux. A bit of configuration is required, therefore this script shall do it for you.
108
96
97
+
This script will install `OpenRGB` and `i2c-tools` packages.
98
+
109
99
NOTE: This is only for AMD chipsets for now. For Intel users, please see the script file comments.
110
100
Also do check out the OpenRGB repository for more information: https://gitlab.com/CalcProgrammer1/OpenRGB#smbus-access-1
0 commit comments