====== Dependencies ====== * [[linux:distros:opensuse_tumbleweed_xfce|openSUSE Tumbleweed (Xfce)]] sudo zypper install git-core canberra-gtk-play ====== Chicago95 ====== * https://github.com/grassmunk/Chicago95/commits/master/ rm -Rf '/tmp/Chicago95-master' ~/'.themes/Chicago95' ~/'.icons/Chicago95' ~/'.icons/Chicago95_Standard_Cursors' ~/'.local/share/sounds/Chicago95' git clone --branch 'master' --depth '1' --recurse-submodules 'https://github.com/grassmunk/Chicago95.git' '/tmp/Chicago95-master' mkdir -p ~/'.themes' ~/'.icons' ~/'.local/share/sounds' mv '/tmp/Chicago95-master/Theme/Chicago95' ~/'.themes' mv '/tmp/Chicago95-master/Icons/Chicago95' ~/'.icons' mv '/tmp/Chicago95-master/Cursors/Chicago95_Standard_Cursors' ~/'.icons' mv '/tmp/Chicago95-master/sounds/Chicago95' ~/'.local/share/sounds' mv '/tmp/Chicago95-master/Extras/Microsoft Windows 95 Startup Sound.ogg' ~/'.local/share/sounds/Chicago95/stereo' rm -Rf '/tmp/Chicago95-master' ===== firefox_2 Icon ===== ln -s -f ~/'.icons/Chicago95/apps/16/firefox_2.png' ~/'.icons/Chicago95/apps/16/firefox.png' ln -s -f ~/'.icons/Chicago95/apps/32/firefox_2.png' ~/'.icons/Chicago95/apps/32/firefox.png' ln -s -f ~/'.icons/Chicago95/apps/48/firefox_2.png' ~/'.icons/Chicago95/apps/48/firefox.png' ====== Xfce ====== ===== xfconf-query ===== xfconf-query --channel 'xsettings' --property '/Net/EnableEventSounds' --type 'bool' --set 'true' xfconf-query --channel 'xsettings' --property '/Net/SoundThemeName' --type 'string' --set 'Chicago95' --create ===== Appearance ===== * Style -> ''[x]'' Set matching Xfwm4 theme if there is one * Style -> Chicago95 * Icons -> Chicago95 * Settings -> Event sounds -> ''[x]'' Enable event sounds * Settings -> Event sounds -> ''[x]'' Enable input feedback sounds xfce4-appearance-settings ===== Wallpaper ===== * Color: Solid color ((toggle different options for Solid to apply)) * Style -> None * ''[x]'' Apply to all workspaces xfdesktop-settings 008080 ===== Cursor ===== * Theme -> Chicago 95 Standard xfce4-mouse-settings ===== Notifications ===== * Appearance -> Theme -> Chicago95 xfce4-notifyd-config ===== Window Manager ===== * Style -> Theme -> Chicago95 * Style -> Title font -> Size: ''8'' 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'