- Download ARC Windows 10 theme Linux (Dark and Light)
- How to Download ARC Windows 10 theme (Dark and Light) from Linux
- Download ARC Windows 10 theme:
- Patching
- Patching Windows 10 with Anniversary Update
- ArchPKGs
- A Complete Tutorial on gtk-theme-windows10-dark Installation on Arch-Based Linux (Manjaro, RebornOS)
- Table of Contents
- Install gtk-theme-windows10-dark link
- Install with pacman link
- Install with yay link
- Update gtk-theme-windows10-dark link
- Update with pacman link
- Update with yay link
- Remove gtk-theme-windows10-dark link
- Uninstall with pacman link
- Uninstall with yay link
- More Guides
- Guide on Install/Update/Remove perl6-io-path-childsecure on Arch Linux, Manjaro and EndeavourOS
- How to Install antic (Step-by-Step Tutorial) on Arch Linux/Manjaro/Anarchy
- How to Install (Update/Remove) minetestmapper-git on Arch Linux, Manjaro and RebornOS
- Full Guide on Installing witchblast on Arch Linux, Manjaro and Parabola
- Full Guide on ecode Installation on Arch Linux (Manjaro/RebornOS)
- Beginner’s Guide on ttf-genryu-git Installation on Arch Linux/Manjaro/Anarchy
- compizomania
Download ARC Windows 10 theme Linux (Dark and Light)
Download ARC Windows 10 theme (Dark and Light) from Linux – Are you a lover of the aesthetic look of Linux? If your answer is yes, you must go through this article. Windows 10 is the most admirable operating system and trending worldwide right now. Although all the features seem to be upgraded, the looks are the same except for some minor changes.
People except a flat look of the icons which Linux provided years ago. You have an opportunity to beautify Windows 10 looks and appearance after owning either anniversary or November update as Linux with a custom theme.
How to Download ARC Windows 10 theme (Dark and Light) from Linux
Most Noteworthy is creating a system restore point that you must adhere to previous to moving ahead to implement any major modification. Hence, take the initiative before starting to install ARC Windows 10 theme. Creating a system restore point will assist in reverting back to normal and perfectly working operating system if the installation process is not successful.
Download ARC Windows 10 theme:
Click this link to grab the ARC Windows 10 theme (Dark and Light) from Linux.
It is just 4.3 MB in size and the download will be completed very soon.
Patching
Step 2 – ARC dark and light themes (Linux) will be working on the computer updated to windows 10 to either November update or the Anniversary update. But the patching process differs.
So why Windows patch is necessary?
By default, Windows 10 (like the earlier editions) never permits to run 3d party themes. Thus you need to patch windows so that you can use the themes. Few patching utilities are available online to simplify this process. Patching the different updates are mentioned below.
Patching Windows 10 with November Update:
To patch windows 10 comprising the November update an uxstyle Version 0.2.4.2 exists here.
Follow the below-mentioned steps carefully:
Step 1 – Change the name of the inbuilt C:\Windows\Resources\Themes\aero\aerolite.msstyles to aerolite.msstyles.backup .
Step 2 – When popup prompts and require ownership, you need to positively interact. Hence, click YES on the pop up.
Step 3 – You need to create a new folder in the following path – C:\Windows\Resources\Themes\aero\ called aerolite.msstyles
Step 4 – Place the previously downloaded theme folder in the folder created above. Ensure that your theme file resides in the newly originated C:\Windows\Resources\Themes\aero\aerolite.msstyles\ .
Step 5 – You can now select the downloaded theme from the personalization menu.
Patching Windows 10 with Anniversary Update
Method to patch a Windows 10 with Anniversary update is pretty much easier unlike Windows 10 with November update. It is as easy as placing the updated Anniversary theme in your theme folder and you are good to go.
Copy the folder where you have placed the theme files and the folder containing .msstyles file) and paste into “ %windir%ResourcesTheme ” folder.
Note: %windir% refers to the Windows directory present in the system drive where Windows was installed. Most commonly it must be the C drive.
To turn the theme working, you require performing nothing more than double click on the .theme file.
The creator of the theme is Jamie Green aka neiio. Windows 10 with is a Linux look is second to none. With Windows 10 providing all the wonderful features and the Linux look being so engaging, this theme for Windows 10 is the cool option. After installation of the new theme, you can surely enjoy the clean, flat, and functional open-source visual style.
Love to play with Windows 11 and 10. Suggestion — Going for Registry change or system files edit then remember to take a backup or create a restore point before Starting.
ArchPKGs
A Complete Tutorial on gtk-theme-windows10-dark Installation on Arch-Based Linux (Manjaro, RebornOS)
«GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines» is their gist of gtk-theme-windows10-dark . To install and update gtk-theme-windows10-dark from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distributions (e.g. Manjaro, EndeavourOS, Garuda, ArcoLinux, Parabola) is rather simple. This tutorial will cover how to install/update/uninstall the package with either the default package manager pacman or an AUR helper (e.g. yay ).
Table of Contents
Install gtk-theme-windows10-dark link
There are generally two ways to install gtk-theme-windows10-dark from AUR. pacman is what you are looking for if you are a veteran in Arch Linux and have the knowledge of how packages are built. Otherwise, yay is a common alternative to install packages without the hassle of reviewing PKGBUILD and build packages with makepkg by yourself.
Install with pacman link
sudo pacman -S --needed git && git clone https://aur.archlinux.org/gtk-theme-windows10-dark.git && cd gtk-theme-windows10-dark && makepkg -si
- Install git if it is not on your system.
- clone the package’s git repository from upstream URL.
- cd into the folder of the repository.
- Use makepkg to build the package. Also, it will automatically be installed with pacman if built successfully.
Install with yay link
yay -S gtk-theme-windows10-dark
Update gtk-theme-windows10-dark link
Updating AUR packages is almost the same as installing them. Simply pull it from AUR then re-build it. Nevertheless, it is still recommended to upgrade your whole system first with sudo pacman -Syu before updating any packages to avoid dependency issues, since Arch is a rolling-release Linux distro.
Update with pacman link
git pull && makepkg -si
- pull from the package’s git repository.
- Build the package with makepkg . Also, it will automatically be updated with pacman if built successfully.
Update with yay link
Remove gtk-theme-windows10-dark link
Compared to installing and updating packages, removing is the most uncomplicated of these three,all you need to do is choose whether to purge the dependencies that no longer required by other packages and the configuration files generated by the package.
Uninstall with pacman link
sudo pacman -R gtk-theme-windows10-dark
sudo pacman -Rs gtk-theme-windows10-dark
sudo pacman -Rns gtk-theme-windows10-dark
Uninstall with yay link
yay -R gtk-theme-windows10-dark
yay -Rs gtk-theme-windows10-dark
yay -Rns gtk-theme-windows10-dark
For more details about installing/updating AUR packages on Arch Linux, please refer to Two Ways to Install Packages from AUR published on NoCache.
More Guides
Guide on Install/Update/Remove perl6-io-path-childsecure on Arch Linux, Manjaro and EndeavourOS
perl6-io-path-childsecure is «Secure version of IO::Path.child» according to its own profile. To get this package (perl6-io-path-childsecure) from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distros (e.g. Manjaro, EndeavourOS, Garuda) is fairly uncomplicated. This tutorial will be covering how to install/update/remove the package with either the built-in package manager pacman or an AUR helper like yay.
How to Install antic (Step-by-Step Tutorial) on Arch Linux/Manjaro/Anarchy
extra/antic is «Algebraic Number Theory In C» based on its profile. To get this package (extra/antic) from Arch official repository (Extra) on Arch Linux and Arch-based distributions (e.g. Manjaro, EndeavourOS, Anarchy, Artix, ArcoLinux, RebornOS) is relatively straightforward. This guide will taught you how to install/update/uninstall the package with either the default package manager pacman or an AUR helper like yay.
How to Install (Update/Remove) minetestmapper-git on Arch Linux, Manjaro and RebornOS
According to minetestmapper-git’s own gist, it’s «Minetest map generator». To install this package (minetestmapper-git) from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distributions (e.g. Manjaro, EndeavourOS, RebornOS, Artix, ArcoLinux) is relatively simple. This guide will taught you how to install/update/uninstall the package with either the default package manager pacman or an AUR helper like yay.
Full Guide on Installing witchblast on Arch Linux, Manjaro and Parabola
Quoting from witchblast’s description, it’s «Roguelite dungeon crawler game». To install this package (witchblast) from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Anarchy, Parabola and Garuda is rather straightforward. This guide will show you step-by-step how to install, update and uninstall the package with either the default package manager pacman or an AUR helper (e.g. yay).
Full Guide on ecode Installation on Arch Linux (Manjaro/RebornOS)
ecode is «lightweight multi-platform code editor designed for modern hardware with a focus on responsiveness and performance.» based on its gist. To install and update this package (ecode) from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Parabola, RebornOS and Garuda is quite easy. This tutorial will be covering how to install/update/uninstall the package with either the built-in package manager pacman or an AUR helper like yay.
Beginner’s Guide on ttf-genryu-git Installation on Arch Linux/Manjaro/Anarchy
ttf-genryu-git is «A free font family derived from Source Han Serif.» quoting from its own profile. To install this package (ttf-genryu-git) from AUR (Arch User Repository) on Arch Linux and Arch-based distros (e.g. Manjaro, EndeavourOS, Garuda, ArcoLinux, Parabola, RebornOS) is quite straightforward. This guide will taught you how to install, update and uninstall the package with either the default package manager pacman or an AUR helper (e.g. yay).
More guides… copyright 2023 ArchPKGs. All Rights Reserved.
compizomania
В данной инструкции приведены возможности изменения темы оформления, значков и курсора Windows 10 в дистрибутивах Linux/Ubuntu.
В основном это нужно тем пользователям, которые не так давно перешли на Linux и хотели бы иметь рабочий стол похожий на привычный Windows.
Хочу сразу оговориться, что за мою более чем семилетнюю практику в Linux, я перепробовал множество дистрибутивов и пришёл к выводу, что лучше всего использовать тот интерфейс дистрибутива, который установлен по умолчанию, т. к. он лучше всего отточен разработчиками.
Но не буду никого осуждать или отговаривать от преобразования своего рабочего места, как говорится, каждый выбирает свою рубашку, которая ближе к его телу.)
Примечание. Все действия по установке будут происходить в терминале с копированием и выполнением соответствующих команд. Поэтому в дальнейшем я не буду каждый раз повторять, что нужно открыть терминал для выполнения команд.
1. Установка тем оформления приложений Windows.10.
Выполните следующие команды, выбрав для своей системы 32 или 64-bit:
cd /tmp; wget https://github.com/Elbullazul/Windows-10/releases/download/v0.9.6/windows-10-tp_0.9-6.i386.deb; sudo dpkg -i windows-10-tp_0.9-6.i386.deb
cd /tmp; wget https://github.com/Elbullazul/Windows-10/releases/download/v0.9.6/windows-10-tp_0.9-6.amd64.deb; sudo dpkg -i windows-10-tp_0.9-6.amd64.deb
А также необходимо установить пакет gtk2-engines-murrine, иначе все окна приложений будут выглядеть как в Windows 95.
sudo apt-get install gtk2-engines-murrine
По окончании установки, откройте приложение для изменения Внешнего вида своего дистрибутива (в Ubuntu — это Unity Tweak Tool) и активируйте светлую или тёмную тему Windows 10:
2. Установка темы значков Windows.10
Выполните следующие команды для систем 32 и 64-bit:
cd /tmp; wget https://github.com/Elbullazul/Windows-10/releases/download/v0.9.6/Windows.10.Icons.v0.4.1.zip; unzip Windows.10.Icons.v0.4.1.zip
sudo mv Windows\ 10\ Icons /usr/share/icons
Для активации темы значков также воспользуйтесь приложением для изменения Внешнего вида своего дистрибутива:
3. Установка темы курсора Windows
cd /tmp; wget http://gnome-look.org/CONTENT/content-files/175016-PRA.tar.gz; tar -xvf 175016-PRA.tar.gz
sudo mv PRA /usr/share/icons
Активация курсора Windows:
Чтобы курсор правильно отображался на рабочем столе и приложениях, необходимо отредактировать файл index.theme. Выполните команду на открытие файла:
sudo gedit /usr/share/icons/default/index.theme
Примечание. В команде на открытие файла index.theme нужно изменить gedit на название текстового редактора, установленного по умолчанию в вашей системе. Например в KDE — kate ; в Xfce — mousepad и т.д.
И измените на PRA. Как на нижнем снимке:
Сохраните текущий файл и закройте редактор.
Удаление тем оформления, значков и курсора Windows 10.
Если вы решили удалить трансформационный пакет Windows 10, выполните следующее:
sudo rm -rf /usr/share/themes/Windows\ 10\ Dark
sudo rm -rf /usr/share/themes/Windows\ 10\ Light
sudo rm -rf /usr/share/icons/Windows\ 10\ Icons
sudo rm -rf /usr/share/icons/PRA