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/12/31 08:44] Sean Rhonelinux:notes:chicago95_git [2026/05/11 20:31] (current) – [Whisker Menu] Sean Rhone
Line 1: Line 1:
 ====== Dependencies ====== ====== Dependencies ======
  
 +  * [[https://github.com/grassmunk/Chicago95/blob/master/INSTALL.md#enabling-chicago95|INSTALL.md]]
   * [[linux:distros:opensuse_tumbleweed_xfce|openSUSE Tumbleweed (Xfce)]]   * [[linux:distros:opensuse_tumbleweed_xfce|openSUSE Tumbleweed (Xfce)]]
  
-  sudo zypper install git-core canberra-gtk-play +  sudo zypper install git-core
- +
-===== TODOs ===== +
- +
-  * https://github.com/grassmunk/Chicago95/blob/master/INSTALL.md#start-buttons+
  
 ====== Chicago95 ====== ====== Chicago95 ======
Line 18: Line 15:
  
   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 49: Line 38:
 ====== Xfce ====== ====== Xfce ======
  
-===== xfconf-query ===== +===== Sound =====
- +
-  xfconf-query --channel 'xsettings' --property '/Net/EnableEventSounds' --type 'bool' --set 'true'+
  
   xfconf-query --channel 'xsettings' --property '/Net/SoundThemeName' --type 'string' --set 'Chicago95' --create   xfconf-query --channel 'xsettings' --property '/Net/SoundThemeName' --type 'string' --set 'Chicago95' --create
 +
 +  xfconf-query --channel 'xsettings' --property '/Net/EnableEventSounds' --type 'bool' --set 'true' --create
 +
 +  xfconf-query --channel 'xsettings' --property '/Net/EnableInputFeedbackSounds' --type 'bool' --set 'true' --create
  
 ===== Appearance ===== ===== Appearance =====
Line 60: Line 51:
   * Style -> Chicago95   * Style -> Chicago95
   * Icons -> Chicago95   * Icons -> Chicago95
-  * Settings -> Event sounds -> ''[x]'' Enable event sounds 
-  * Settings -> Event sounds -> ''[x]'' Enable input feedback sounds 
  
   xfce4-appearance-settings   xfce4-appearance-settings
Line 77: Line 66:
 ===== Cursor ===== ===== Cursor =====
  
-  Theme -> Chicago 95 Standard+****
  
-  xfce4-mouse-settings+  xfconf-query --channel 'xsettings' --property '/Gtk/CursorThemeName' --type 'string' --set 'Chicago95_Standard_Cursors' --create
  
 ===== Notifications ===== ===== Notifications =====
  
-  * Appearance -> Theme -Chicago95+  xfconf-query --channel 'xfce4-notifyd' --property '/theme' --type 'string' --set 'Chicago95' --create
  
-  xfce4-notifyd-config+  xfconf-query --channel 'xfce4-notifyd' --property '/notify-location' --type 'string' --set 'bottom-right' --create 
 + 
 +  xfconf-query --channel 'xfce4-notifyd' --property '/expire-timeout' --type 'int' --set '5' --create
  
 ===== Window Manager ===== ===== Window Manager =====
  
-  * Style -> Theme -> Chicago95 +  xfconf-query --channel 'xfwm4' --property '/general/theme--type 'string--set 'Chicago95' --create
-  * Style -> Title font -> Size: ''8''+
  
-  xfwm4-settings+  xfconf-query --channel 'xfwm4' --property '/general/title_font' --type 'string' --set 'Sans Bold 8' --create
  
 ===== Startup Sound ===== ===== Startup Sound =====
Line 102: Line 92:
   '/usr/bin/canberra-gtk-play' --file='.local/share/sounds/Chicago95/stereo/Microsoft Windows 95 Startup Sound.ogg'   '/usr/bin/canberra-gtk-play' --file='.local/share/sounds/Chicago95/stereo/Microsoft Windows 95 Startup Sound.ogg'
  
-====== LightDM ======+====== Panel ====== 
 + 
 +===== Display ===== 
 + 
 +==== General ==== 
 + 
 +  * Mode: ''Horizontal'' 
 +  * ''[x]'' Lock panel (bottom) 
 +  * Automatically hide the panel: ''Never'' 
 +  * ''[x]'' Reserve space on screen edges for the panel 
 + 
 +==== Measurements ==== 
 + 
 +  * Row size (pixels): ''26'' 
 +  * Number of rows: ''1'' 
 +  * Border width (pixels): ''0'' 
 +  * Length (pixels): ''1600'' (screen width) 
 +  * ''[ ]'' Automatically increase the length 
 + 
 +===== Appearance ===== 
 + 
 +==== General ==== 
 + 
 +  * Dark mode: ''[ ]'' 
 + 
 +==== Background ==== 
 + 
 +  * Style: ''None (use system style)'' 
 + 
 +==== Icons ==== 
 + 
 +  * Adjust size automatically: ''[x]'' 
 + 
 +==== Opacity ==== 
 + 
 +  * Enter: ''100'' 
 +  * Leave: ''100'' 
 + 
 +===== Items ===== 
 + 
 +  * Whisker Menu (external) 
 +  * Window Buttons 
 +  * Separator (Style: ''Transparent'', ''[x]'' Expand) 
 +  * Workspace Switcher 
 +  * Separator (Style: ''Transparent'', ''[ ]'' Expand) 
 +  * Status Tray Plugin (external) 
 +  * PulseAudio Plugin (external) 
 +  * Power Manager Plugin (external) 
 +  * Notification Plugin (external) 
 +  * Clock 
 + 
 +==== Whisker Menu ==== 
 + 
 +=== General === 
 + 
 +  * Show as list 
 +  * ''[ ]'' Show generic application names 
 +  * ''[x]'' Show category names 
 +  * ''[x]'' Show application tooltips 
 +  * ''[ ]'' Show application descriptions 
 +  * Application icon size: ''Small'' 
 +  * Category icon size: ''Smaller'' 
 +  * General -> Menu width: ''455'' 
 +  * General -> Menu height: ''555'' 
 + 
 +=== Appearance === 
 + 
 +== Menu == 
 + 
 +  * ''[ ]'' Position categories horizontally 
 +  * ''[ ]'' Position categories on left 
 +  * ''[ ]'' Position profile on bottom 
 +  * ''[x]'' Position search entry on bottom 
 +  * ''[x]'' Position commands next to search entry 
 +  * Profile: ''Hidden'' 
 + 
 +== Panel Button == 
 + 
 +  * Display: ''Icon and title'' 
 +  * Title: ''Start'' (no spaces) 
 +  * Icon: 
 + 
 +  ~/.themes/Chicago95/misc/windows.png 
 + 
 +=== Behavior === 
 + 
 +== Default Category == 
 + 
 +  * ''[x]'' Favorites 
 + 
 +== Menu == 
 + 
 +  * ''[ ]'' Switch categories by hovering 
 +  * ''[ ]'' Stay visible when focus is lost 
 +  * ''[x]'' Sort categories 
 + 
 +== Recently Used == 
 + 
 +  * Amount of items: ''10'' 
 +  * ''[x]'' Include favorites 
 + 
 +== Session Commands == 
 + 
 +  * ''[x]'' Show confirmation dialog 
 + 
 +=== Commands === 
 + 
 +  * ''[ ]'' Settings Manager 
 +  * ''[x]'' Lock Screen 
 +  * ''[ ]'' Switch User 
 +  * ''[x]'' Log Out 
 +  * ''[x]'' Restart 
 +  * ''[x]'' Shut Down 
 +  * ''[x]'' Suspend 
 +  * ''[ ]'' Hibernate 
 +  * ''[ ]'' Log Out... 
 +  * ''[ ]'' Edit Applications 
 +  * ''[ ]'' Edit Profile 
 + 
 +=== Search Actions === 
 + 
 +  * Defaults 
 + 
 +==== Window Buttons ==== 
 + 
 +=== Appearance === 
 + 
 +  * ''[x]'' Show button labels 
 +  * ''[ ]'' Show flat buttons 
 +  * ''[ ]'' Show handle 
 +  * ''[ ]'' Show tooltips 
 +  * Sorting order: ''None, allow drag-and-drop'' 
 + 
 +=== Behaviour === 
 + 
 +  * Middle click action: ''Nothing'' 
 +  * ''[ ]'' Group windows by application 
 +  * ''[ ]'' Restore minimized windows to current workspace 
 +  * ''[ ]'' Draw window frame when hovering a button 
 +  * ''[ ]'' Switch windows using the mouse wheel 
 + 
 +=== Filtering === 
 + 
 +  * ''[ ]'' Show windows from all workspaces 
 +  * ''[ ]'' Show only minimized windows 
 +  * ''[x]'' Show windows from all monitors 
 + 
 +==== Clock ==== 
 + 
 +=== Time Settings === 
 + 
 +  * Timezone: 
 + 
 +  America/New_York 
 + 
 +=== Calendar === 
 + 
 +  * ''[x]'' Show week numbers 
 +  * Command: (blank) 
 + 
 +=== Appearance === 
 + 
 +  * Layout: ''Digital'' 
 +  * Tooltip format: ''Sunday DD MM YYYY'' 
 + 
 +=== Clock Options === 
 + 
 +  * Layout: ''Date, then time'' 
 + 
 +== Date == 
 + 
 +  * Font: ''Sans Regular 8'' 
 +  * Format: ''Custom Format'' 
 + 
 +<code>%a, %b %d</code>
  
-===== gtk-greeter-settings Fix =====+== Time ==
  
-  * https://forums.opensuse.org/t/lightdm-gtk-greeter-settings-not-launching/190202/4+  * Font''Sans Regular 8'' 
 +  * Format: ''Custom Format''
  
-  su - --command "'/usr/bin/python3' '/usr/bin/lightdm-gtk-greeter-settings'"+<code>%l:%M %P</code>
  
/srv/www/wiki/data/attic/linux/notes/chicago95_git.1767188688.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki