kevinjohnson7890

Chicago95 Xfce Theme

May 25th, 2022
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. <<マイクロソフト シカゴ 95>> Theme
  2. The Main Website
  3. https://github.com/grassmunk/Chicago95/
  4.  
  5. Full Installation Guide
  6. https://github.com/grassmunk/Chicago95/blob/master/INSTALL.md
  7.  
  8. Chicago 95 Plus! Themes
  9. https://github.com/grassmunk/Chicago95/blob/master/Plus/README.MD
  10.  
  11. Plymouth boot screen
  12. https://github.com/grassmunk/Chicago95/tree/master/Plymouth
  13.  
  14. The background image that i used
  15. https://i.pinimg.com/originals/c6/5c/d3/c65cd31be949dbe649c16d4122d8b996.jpg
  16.  
  17. Modern Win95 Wallpapers
  18.  
  19. https://wallpapercave.com/wp/wp2660162.jpg
  20.  
  21. https://wallup.net/microsoft-windows-vaporwave-palm-trees-windows-95/
  22.  
  23. https://wallhere.com/en/wallpaper/1451959
  24.  
  25. https://wallhere.com/en/wallpaper/1452397
  26.  
  27. https://i.pinimg.com/originals/a0/30/a3/a030a3baf60e43735b793db5fe313344.png
  28. --------------------------------------------------------------------------------------
  29. Download and unzip Chicago95 folder from Github.
  30. sudo wget https://github.com/grassmunk/Chicago95/archive/refs/heads/master.zip
  31. sudo unzip master.zip
  32. sudo rm -rf master.zip
  33.  
  34. *Setup win95 theme and icons*
  35. sudo mkdir -p ~/.themes
  36. sudo mkdir -p ~/.icons
  37. sudo cp -r Chicago95-master/Theme/Chicago95 ~/.themes
  38. sudo cp -r Chicago95-master/Icons/* ~/.icons
  39. sudo cp -r Chicago95-master/Cursors/* ~/.icons
  40.  
  41. sudo mkdir -p ~/.config/gtk-3.0
  42. sudo cp Chicago95-master/Extras/override/gtk-3.24/gtk.css ~/.config/gtk-3.0/
  43.  
  44. *Use win95 theme for login manager (works with ubuntu, not debian)*
  45. sudo cp -r Chicago95-master/Plymouth/Chicago95 /usr/share/plymouth/themes/
  46. sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/Chicago95/Chicago95.plymouth 100
  47. sudo update-alternatives --config default.plymouth
  48. sudo update-initramfs -u
  49.  
  50. *Use this theme for flatpaks as well*
  51. sudo apt install flatpak
  52. sudo flatpak override --filesystem=$HOME/.themes
  53. sudo flatpak override --env=GTK_THEME=Chicago95
  54. -------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment