User Tools

Site Tools


linux:notes:chicago95_git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:notes:chicago95_git [2025/11/09 21:05] Sean Rhonelinux:notes:chicago95_git [2025/12/31 08:44] (current) Sean Rhone
Line 1: Line 1:
-====== TODOs ====== 
- 
-  * [[linux;distros;debian_12_xfce#chicago95|Debian notes]] 
- 
 ====== Dependencies ====== ====== Dependencies ======
  
Line 8: Line 4:
  
   sudo zypper install git-core canberra-gtk-play   sudo zypper install git-core canberra-gtk-play
 +
 +===== TODOs =====
 +
 +  * https://github.com/grassmunk/Chicago95/blob/master/INSTALL.md#start-buttons
  
 ====== Chicago95 ====== ====== Chicago95 ======
Line 18: Line 18:
  
   mkdir -p ~/'.themes' ~/'.icons' ~/'.local/share/sounds'   mkdir -p ~/'.themes' ~/'.icons' ~/'.local/share/sounds'
 +
 +  sudo cp -Rf '/tmp/Chicago95-master/Theme/Chicago95' '/usr/share/themes'
 +
 +  sudo cp -Rf '/tmp/Chicago95-master/Icons/Chicago95' '/usr/share/icons'
 +
 +  sudo cp -Rf '/tmp/Chicago95-master/Cursors/Chicago95_Standard_Cursors' '/usr/share/icons'
 +
 +  echo 'cursor-theme-name = Chicago95_Standard_Cursors' | sudo tee --append '/etc/lightdm/lightdm-gtk-greeter.conf' 
  
   mv '/tmp/Chicago95-master/Theme/Chicago95' ~/'.themes'   mv '/tmp/Chicago95-master/Theme/Chicago95' ~/'.themes'
Line 39: Line 47:
   ln -s -f ~/'.icons/Chicago95/apps/48/firefox_2.png' ~/'.icons/Chicago95/apps/48/firefox.png'   ln -s -f ~/'.icons/Chicago95/apps/48/firefox_2.png' ~/'.icons/Chicago95/apps/48/firefox.png'
  
-====== xfconf-query ======+====== Xfce ====== 
 + 
 +===== xfconf-query =====
  
   xfconf-query --channel 'xsettings' --property '/Net/EnableEventSounds' --type 'bool' --set 'true'   xfconf-query --channel 'xsettings' --property '/Net/EnableEventSounds' --type 'bool' --set 'true'
Line 45: Line 55:
   xfconf-query --channel 'xsettings' --property '/Net/SoundThemeName' --type 'string' --set 'Chicago95' --create   xfconf-query --channel 'xsettings' --property '/Net/SoundThemeName' --type 'string' --set 'Chicago95' --create
  
-====== Startup Sound ====== +===== Appearance =====
- +
-  * Application Autostart -> ''+ Add'' -> Trigger: ''on login'' +
- +
-  xfce4-session-settings +
- +
-  '/usr/bin/canberra-gtk-play' --file='.local/share/sounds/Chicago95/stereo/Microsoft Windows 95 Startup Sound.ogg' +
- +
-====== Appearance ======+
  
   * Style -> ''[x]'' Set matching Xfwm4 theme if there is one   * Style -> ''[x]'' Set matching Xfwm4 theme if there is one
Line 63: Line 65:
   xfce4-appearance-settings   xfce4-appearance-settings
  
-====== Wallpaper ======+===== Wallpaper =====
  
   * Color: Solid color ((toggle different options for Solid to apply))   * Color: Solid color ((toggle different options for Solid to apply))
Line 73: Line 75:
   008080   008080
  
-====== Cursor ======+===== Cursor =====
  
   * Theme -> Chicago 95 Standard   * Theme -> Chicago 95 Standard
Line 79: Line 81:
   xfce4-mouse-settings   xfce4-mouse-settings
  
-====== Notifications ======+===== Notifications =====
  
   * Appearance -> Theme -> Chicago95   * Appearance -> Theme -> Chicago95
Line 85: Line 87:
   xfce4-notifyd-config   xfce4-notifyd-config
  
-====== Window Manager ======+===== Window Manager =====
  
   * Style -> Theme -> Chicago95   * Style -> Theme -> Chicago95
-  * Title font -> Size: ''8''+  * Style -> Title font -> Size: ''8''
  
   xfwm4-settings   xfwm4-settings
 +
 +===== Startup Sound =====
 +
 +  * Application Autostart -> ''+ Add'' -> Trigger: ''on login''
 +
 +  xfce4-session-settings
 +
 +  '/usr/bin/canberra-gtk-play' --file='.local/share/sounds/Chicago95/stereo/Microsoft Windows 95 Startup Sound.ogg'
 +
 +====== LightDM ======
 +
 +===== gtk-greeter-settings Fix =====
 +
 +  * https://forums.opensuse.org/t/lightdm-gtk-greeter-settings-not-launching/190202/4
 +
 +  su - --command "'/usr/bin/python3' '/usr/bin/lightdm-gtk-greeter-settings'"
  
/usr/local/www/wiki/data/attic/linux/notes/chicago95_git.1762740333.txt.gz · Last modified: by Sean Rhone