├── TrueTransparency ├── include.dat ├── skin │ └── Phosphene_TT │ │ ├── Normal │ │ ├── top.png │ │ ├── Thumbs.db │ │ ├── bottom.png │ │ ├── left.png │ │ ├── right.png │ │ ├── top-left.png │ │ ├── bottom-left.png │ │ ├── help-button.png │ │ ├── max-button.png │ │ ├── min-button.png │ │ ├── top-right.png │ │ ├── bottom-right.png │ │ ├── close-button.png │ │ └── skin.ini │ │ └── Maximized │ │ ├── top.png │ │ ├── left.png │ │ ├── right.png │ │ ├── bottom.png │ │ ├── top-left.png │ │ ├── max-button.png │ │ ├── min-button.png │ │ ├── top-right.png │ │ ├── bottom-left.png │ │ ├── bottom-right.png │ │ ├── close-button.png │ │ ├── help-button.png │ │ └── skin.ini ├── config.ini └── exclude.dat ├── Rainmeter ├── Phosphene_BAR │ ├── bg.ini │ └── bar.png └── Phosphene_BUTTONS │ ├── images │ ├── Thumbs.db │ ├── background_1.png │ ├── background_2.png │ ├── background_3.png │ ├── background_4.png │ ├── background_selected_1.png │ ├── background_selected_2.png │ ├── background_selected_3.png │ └── background_selected_4.png │ └── virtuawin.ini ├── Foobar2000 └── Phosphene_FB2K │ ├── Back.png │ ├── Browser.png │ ├── Forward.png │ ├── White.bmp │ ├── Playlist.png │ ├── Back_Pressed.png │ ├── Background.png │ ├── Phosphene_FB2K.fcl │ ├── Browser_Pressed.png │ ├── Forward_Pressed.png │ └── Playlist_Pressed.png ├── bbLean ├── plugins │ └── bbLeanBar │ │ └── bbLeanBar.rc ├── stickywindows.ini ├── bsetroot.rc ├── bbnote.ini ├── menu.rc ├── plugins.rc ├── blackbox.rc ├── shellfolders.rc ├── bbstylemaker.rc ├── styles │ └── Phosphene_BB └── extensions.rc ├── Scripts ├── Phosphene_TILE.ahk └── Phosphene_WORKSPACE.ahk ├── Firefox ├── Phosphene_Batoto ├── style.css ├── index.html ├── Phosphene_4ch.css └── Phosphene_ff.css └── README.md /TrueTransparency/include.dat: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Rainmeter/Phosphene_BAR/bg.ini: -------------------------------------------------------------------------------- 1 | [BG] 2 | Meter=IMAGE 3 | X=0 4 | Y=0 5 | ImageName=bar.png -------------------------------------------------------------------------------- /Rainmeter/Phosphene_BAR/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Rainmeter/Phosphene_BAR/bar.png -------------------------------------------------------------------------------- /Foobar2000/Phosphene_FB2K/Back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Foobar2000/Phosphene_FB2K/Back.png -------------------------------------------------------------------------------- /Foobar2000/Phosphene_FB2K/Browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Foobar2000/Phosphene_FB2K/Browser.png -------------------------------------------------------------------------------- /Foobar2000/Phosphene_FB2K/Forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Foobar2000/Phosphene_FB2K/Forward.png -------------------------------------------------------------------------------- /Foobar2000/Phosphene_FB2K/White.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Foobar2000/Phosphene_FB2K/White.bmp -------------------------------------------------------------------------------- /bbLean/plugins/bbLeanBar/bbLeanBar.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/bbLean/plugins/bbLeanBar/bbLeanBar.rc -------------------------------------------------------------------------------- /Foobar2000/Phosphene_FB2K/Playlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Foobar2000/Phosphene_FB2K/Playlist.png -------------------------------------------------------------------------------- /Foobar2000/Phosphene_FB2K/Back_Pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Foobar2000/Phosphene_FB2K/Back_Pressed.png -------------------------------------------------------------------------------- /Foobar2000/Phosphene_FB2K/Background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Foobar2000/Phosphene_FB2K/Background.png -------------------------------------------------------------------------------- /Foobar2000/Phosphene_FB2K/Phosphene_FB2K.fcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Foobar2000/Phosphene_FB2K/Phosphene_FB2K.fcl -------------------------------------------------------------------------------- /Rainmeter/Phosphene_BUTTONS/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Rainmeter/Phosphene_BUTTONS/images/Thumbs.db -------------------------------------------------------------------------------- /Foobar2000/Phosphene_FB2K/Browser_Pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Foobar2000/Phosphene_FB2K/Browser_Pressed.png -------------------------------------------------------------------------------- /Foobar2000/Phosphene_FB2K/Forward_Pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Foobar2000/Phosphene_FB2K/Forward_Pressed.png -------------------------------------------------------------------------------- /Foobar2000/Phosphene_FB2K/Playlist_Pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Foobar2000/Phosphene_FB2K/Playlist_Pressed.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Normal/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Normal/top.png -------------------------------------------------------------------------------- /Rainmeter/Phosphene_BUTTONS/images/background_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Rainmeter/Phosphene_BUTTONS/images/background_1.png -------------------------------------------------------------------------------- /Rainmeter/Phosphene_BUTTONS/images/background_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Rainmeter/Phosphene_BUTTONS/images/background_2.png -------------------------------------------------------------------------------- /Rainmeter/Phosphene_BUTTONS/images/background_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Rainmeter/Phosphene_BUTTONS/images/background_3.png -------------------------------------------------------------------------------- /Rainmeter/Phosphene_BUTTONS/images/background_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Rainmeter/Phosphene_BUTTONS/images/background_4.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Maximized/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Maximized/top.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Normal/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Normal/Thumbs.db -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Normal/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Normal/bottom.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Normal/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Normal/left.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Normal/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Normal/right.png -------------------------------------------------------------------------------- /TrueTransparency/config.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | Lang=English 3 | Skin=Phosphene_TT 4 | Systray=Yes 5 | AeroShake=No 6 | AeroSnap=No 7 | BlurUpdateInterval=1000 8 | Winroll=No 9 | -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Maximized/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Maximized/left.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Maximized/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Maximized/right.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Normal/top-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Normal/top-left.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Maximized/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Maximized/bottom.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Maximized/top-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Maximized/top-left.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Normal/bottom-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Normal/bottom-left.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Normal/help-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Normal/help-button.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Normal/max-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Normal/max-button.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Normal/min-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Normal/min-button.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Normal/top-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Normal/top-right.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Maximized/max-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Maximized/max-button.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Maximized/min-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Maximized/min-button.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Maximized/top-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Maximized/top-right.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Normal/bottom-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Normal/bottom-right.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Normal/close-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Normal/close-button.png -------------------------------------------------------------------------------- /Rainmeter/Phosphene_BUTTONS/images/background_selected_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Rainmeter/Phosphene_BUTTONS/images/background_selected_1.png -------------------------------------------------------------------------------- /Rainmeter/Phosphene_BUTTONS/images/background_selected_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Rainmeter/Phosphene_BUTTONS/images/background_selected_2.png -------------------------------------------------------------------------------- /Rainmeter/Phosphene_BUTTONS/images/background_selected_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Rainmeter/Phosphene_BUTTONS/images/background_selected_3.png -------------------------------------------------------------------------------- /Rainmeter/Phosphene_BUTTONS/images/background_selected_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/Rainmeter/Phosphene_BUTTONS/images/background_selected_4.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Maximized/bottom-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Maximized/bottom-left.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Maximized/bottom-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Maximized/bottom-right.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Maximized/close-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Maximized/close-button.png -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Maximized/help-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CamilleScholtz/Phosphene-win/HEAD/TrueTransparency/skin/Phosphene_TT/Maximized/help-button.png -------------------------------------------------------------------------------- /Scripts/Phosphene_TILE.ahk: -------------------------------------------------------------------------------- 1 | +#1:: 2 | WinMove,ahk_class QTool,, 21, 48 3 | return 4 | 5 | #1:: 6 | WinMove,A,, 500, 91, 1320, 1009 7 | return 8 | 9 | #2:: 10 | WinMove,A,, 100, 213, 660, 764 11 | return 12 | 13 | #3:: 14 | WinMove,A,, 1163, 98, 657, 1040 15 | return 16 | 17 | #4:: 18 | WinMove,A,, 20, 592, 384, 588 19 | return -------------------------------------------------------------------------------- /Scripts/Phosphene_WORKSPACE.ahk: -------------------------------------------------------------------------------- 1 | ~LButton & 1:: 2 | SendInput ^#!1 3 | return 4 | 5 | ~LButton & 2:: 6 | SendInput ^#!2 7 | return 8 | 9 | ~LButton & 3:: 10 | SendInput ^#!3 11 | return 12 | 13 | ~LButton & 4:: 14 | SendInput ^#!4 15 | return 16 | 17 | ~LButton & 5:: 18 | #5:: 19 | SendInput ^#!7 20 | return 21 | 22 | ~LButton & 6:: 23 | #6:: 24 | SendInput ^#!8 25 | return -------------------------------------------------------------------------------- /bbLean/stickywindows.ini: -------------------------------------------------------------------------------- 1 | # ------------------------------------------------------------- 2 | # List each application to be common among all workspaces on a 3 | # separate line. Click 'Show Appnames' from the config menu to 4 | # get a list of currently-running tasks and their internal names. 5 | 6 | # Lines starting with # or ! are ignored 7 | 8 | # - for trillian - 9 | !toolkit.dll 10 | -------------------------------------------------------------------------------- /TrueTransparency/exclude.dat: -------------------------------------------------------------------------------- 1 | n="IconWorkshop.exe" 2 | n="msnmsgr.exe" c="MSBLWindowClass" 3 | n="msnmsgr.exe" c="IMWindowClass" 4 | n="msnmsgr.exe" c="DUIDialog" 5 | n="YahooMessenger.exe" 6 | n="winamp.exe" c="Winamp v1.x" 7 | n="wmplayer.exe" c="WMPlayerApp" 8 | n="wmplayer.exe" c="WMPAppHost" 9 | n="safari.exe" 10 | n="chrome.exe" 11 | n="taskmgr.exe" c="#32770" 12 | n="3dsmax.exe" 13 | n="photoshop.exe" 14 | n="illustrator.exe" -------------------------------------------------------------------------------- /bbLean/bsetroot.rc: -------------------------------------------------------------------------------- 1 | # -------------------------------------------------------------- 2 | # bsetroot.rc - options and image searchpath for bsetroot 2.1 3 | 4 | # Options are read just like commandline switches. 5 | # Lines starting with # or ! are ignored. 6 | # Paths containing spaces need to have quotes. 7 | 8 | # Example: (uncomment to use) 9 | bsetroot -gradient verticalinterlacedgradient -from steelblue -to orange 10 | ! -path c:\another\path\to\images 11 | 12 | -quiet 13 | -------------------------------------------------------------------------------- /bbLean/bbnote.ini: -------------------------------------------------------------------------------- 1 | [bbnote] 2 | textfont=lucida console 3 | textfontsize=10 4 | textfontweight=400 5 | open_new_window=0 6 | smarttabs=0 7 | writetabs=1 8 | tabsize=4 9 | wrapcursor=0 10 | colorized=1 11 | unix_eol=0 12 | mousewheel=10 13 | wx0=252 14 | wy0=102 15 | wxl=400 16 | wyl=280 17 | searchfor=center 18 | replaceby= 19 | searchmode=0 20 | lastdirectory=C:\bbLean\plugins\bbLeanBar 21 | [light] 22 | comment=009f00 23 | keyword=0000e5 24 | operator=0000ff 25 | string=ff0000 26 | number=ff0000 27 | praeproc=c100c0 28 | [dark] 29 | comment=acc3ee 30 | keyword=ffff35 31 | operator=4affff 32 | string=ff7f0f 33 | number=83cc4d 34 | praeproc=ffc856 35 | -------------------------------------------------------------------------------- /bbLean/menu.rc: -------------------------------------------------------------------------------- 1 | # ----------------------------------------------------------------- 2 | # bblean 1.17 - MENU FILE 3 | # ----------------------------------------------------------------- 4 | 5 | # Available menu commands are listed in the documentation. 6 | 7 | [begin] 8 | [exec] (Files) {C:\Users\Camille\Documents\AMANA3\Computer.lnk} 9 | [nop] 10 | [submenu] (Scripts) 11 | [exec] (Starty) {C:\Users\Camille\Documents\AMANA3\Scripts\Starty_1200.bat} 12 | [exec] (Wacomy) {C:\Users\Camille\Documents\AMANA3\Scripts\Wacomy.bat} 13 | [end] 14 | [submenu] (bbLean) 15 | [exec] (bbStyleMaker) {bbstylemaker.exe} 16 | [reconfig] (Reconfigure) 17 | [Exit] (Exit) 18 | [end] 19 | [nop] 20 | [submenu] (Oyasumi) 21 | [Lock] (Lock) 22 | [Logoff] (Logoff) 23 | [Hibernate] (Standby) 24 | [Reboot] (Reboot) 25 | [Shutdown] (Shutdown) 26 | [end] 27 | [end] 28 | -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Normal/skin.ini: -------------------------------------------------------------------------------- 1 | [TOP] 2 | BorderSize=0 3 | Position=Right 4 | 5 | [LEFT] 6 | Position=Stretched 7 | 8 | [RIGHT] 9 | Position=Stretched 10 | 11 | [BOTTOM] 12 | Position=Right 13 | 14 | [ICON] 15 | Size=0 16 | PosX=0 17 | PosY=0 18 | Position=Left 19 | 20 | [CAPTION] 21 | FontName=Arial Bold 22 | FontSize=0 23 | HorizontalAlignment=left 24 | VerticalAlignment=bottom 25 | PosX=0 26 | PosY=0 27 | Color=200,200,200,0 28 | \\GlowColor=0,0,0,0 29 | 30 | [MIN-BUTTON] 31 | PosX=42 32 | PosY=5 33 | Position=Right 34 | 3State=Yes 35 | 36 | [MAX-BUTTON] 37 | PosX=28 38 | PosY=5 39 | Position=Right 40 | 3State=Yes 41 | 42 | [CLOSE-BUTTON] 43 | PosX=14 44 | PosY=5 45 | Position=Right 46 | 3State=Yes 47 | 48 | [CLOSE2-BUTTON] 49 | PosX=19 50 | PosY=5 51 | Position=Right 52 | 3State=Yes 53 | 54 | [HELP-BUTTON] 55 | PosX=0 56 | PosY=0 57 | Position=Right 58 | 3State=Yes 59 | -------------------------------------------------------------------------------- /TrueTransparency/skin/Phosphene_TT/Maximized/skin.ini: -------------------------------------------------------------------------------- 1 | [TOP] 2 | BorderSize=0 3 | Position=Right 4 | 5 | [LEFT] 6 | Position=Stretched 7 | 8 | [RIGHT] 9 | Position=Stretched 10 | 11 | [BOTTOM] 12 | Position=Right 13 | 14 | [ICON] 15 | Size=0 16 | PosX=20 17 | PosY=16 18 | Position=Left 19 | 20 | [CAPTION] 21 | FontName=Arial Bold 22 | FontSize=0 23 | HorizontalAlignment=left 24 | VerticalAlignment=bottom 25 | PosX=10 26 | PosY=1 27 | Color=200,200,200,0 28 | \\GlowColor=0,0,0,0 29 | 30 | [MIN-BUTTON] 31 | PosX=62 32 | PosY=4 33 | Position=Right 34 | 3State=Yes 35 | 36 | [MAX-BUTTON] 37 | PosX=35 38 | PosY=4 39 | Position=Right 40 | 3State=Yes 41 | 42 | [CLOSE-BUTTON] 43 | PosX=10 44 | PosY=4 45 | Position=Right 46 | 3State=Yes 47 | 48 | [CLOSE2-BUTTON] 49 | PosX=19 50 | PosY=4 51 | Position=Right 52 | 3State=Yes 53 | 54 | [HELP-BUTTON] 55 | PosX=63 56 | PosY=0 57 | Position=Right 58 | 3State=Yes 59 | -------------------------------------------------------------------------------- /bbLean/plugins.rc: -------------------------------------------------------------------------------- 1 | # --------------------------------------------- 2 | # bblean 1.17 - plugin.rc - the plugins to load 3 | 4 | # - Items may be added, enabled or disabled from 5 | # - the config menu as needed. Removal is left to 6 | # - manual editing. 7 | 8 | # - the BB hotkeys, see bbkeys.rc 9 | ! plugins\bbKeys\bbKeys.dll 10 | 11 | # - Integrated toolbar with tasks and tray 12 | plugins\bbLeanBar\bbLeanBar.dll 13 | 14 | # - Lean window skinner 15 | ! plugins\bbLeanSkin\bbLeanSkin.dll 16 | 17 | # - The Slit - a common place for other plugins 18 | ! plugins\bbSlit\bbSlit.dll 19 | 20 | # - separator line for the plugin menu 21 | [sep] 22 | 23 | # - Plugins in the slit 24 | ! & plugins\bbAnalog\bbAnalog.dll 25 | ! & plugins\bbIconBox\bbIconBox.dll 26 | ! plugins\bbColor3dc\bbColor3dc.dll 27 | 28 | # - submenu with more plugins 29 | [sep] 30 | [submenu] (other) 31 | ! plugins\bbWorkspaceWheel\bbWorkspaceWheel.dll 32 | [end] 33 | -------------------------------------------------------------------------------- /bbLean/blackbox.rc: -------------------------------------------------------------------------------- 1 | # ------------------------------------------ 2 | # bblean 1.17 - blackbox.rc - basic settings 3 | 4 | # Lines starting with # or ! are ignored 5 | # All items are configurable from the menu 6 | 7 | # - the toolbar - 8 | session.screen0.toolbar.enabled: false 9 | session.screen0.toolbar.placement: BottomCenter 10 | session.screen0.toolbar.widthPercent: 66 11 | session.screen0.toolbar.onTop: true 12 | session.screen0.toolbar.autoHide: false 13 | session.screen0.toolbar.pluginToggle: true 14 | session.screen0.toolbar.alpha.enabled: false 15 | session.screen0.toolbar.alpha.value: 224 16 | 17 | # - the menu - 18 | session.menu.position.x: 18 19 | session.menu.position.y: 45 20 | session.menu.maxWidth: 300 21 | session.menu.popupDelay: 100 22 | session.menu.mouseWheelFactor: 3 23 | session.menu.alpha.enabled: false 24 | session.menu.alpha.value: 216 25 | session.menu.onTop: false 26 | session.menu.sticky: true 27 | session.menu.snapWindow: false 28 | session.menu.pluginToggle: true 29 | session.menu.openDirection: bullet 30 | session.menu.sortbyExtension: true 31 | session.menu.drawSeparators: true 32 | session.menu.dropShadows: false 33 | 34 | # - the slit - 35 | session.screen0.slit.placement: TopRight 36 | session.screen0.slit.direction: Horizontal 37 | session.screen0.slit.autoHide: false 38 | session.screen0.slit.ontop: true 39 | session.screen0.slit.toggle: false 40 | 41 | # - other options - 42 | session.screen0.workspaces: 1 43 | session.screen0.workspacenames: alpha,beta,gamma,delta 44 | session.screen0.focusModel: ClickToFocus 45 | session.screen0.fullMaximization: false 46 | session.screen0.strftimeformat: %H:%M %a %d %b 47 | 48 | session.autoraisedelay: 250 49 | session.opaqueMove: true 50 | session.imageDither: true 51 | 52 | # - menu & style - 53 | session.menufile: menu.rc 54 | session.styleFile: styles\Kamiru 55 | -------------------------------------------------------------------------------- /Rainmeter/Phosphene_BUTTONS/virtuawin.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=250 3 | 4 | [Variables] 5 | Color_3=15, 15, 15 6 | Color_2=255, 255, 255 7 | Color_1=15, 15, 15 8 | Color_4=255, 255, 255 9 | Color_5=255, 255, 255 10 | 11 | ~~~~~~~~~~~~~~~~~~~~~ 12 | 13 | [CurrentDesktop1] 14 | Measure=Plugin 15 | Plugin=VirtualDesktops.dll 16 | VDManager=VirtuaWin 17 | VDMeasureType=CurrentDesktop 18 | Substitute="1":"www","2":"misc","3":"media","4":"work" 19 | 20 | [CurrentDesktop2] 21 | Measure=Plugin 22 | Plugin=VirtualDesktops.dll 23 | VDManager=VirtuaWin 24 | VDMeasureType=CurrentDesktop 25 | 26 | [SwitchDesktop] 27 | Measure=Plugin 28 | Plugin=VirtualDesktops.dll 29 | VDManager=VirtuaWin 30 | VDMeasureType=SwitchDesktop 31 | 32 | ~~~~~~~~~~~~~~~~~~~~~ 33 | 34 | [LabelStyle] 35 | X=28r 36 | Y=5 37 | FontColor=#Color_2# 38 | FontFace=Cure.se 39 | FontSize=9 40 | StringAlign=Center 41 | 42 | [BackgroundStyle] 43 | MouseActionCursor=0 44 | Y=0 45 | H=28 46 | W=28 47 | 48 | [Background_1] 49 | Meter=IMAGE 50 | MeterStyle=BackgroundStyle 51 | X=0 52 | LeftMouseUpAction=!CommandMeasure SwitchDesktop 1 53 | ImageName=Images\Background_1.png 54 | 55 | [Background_2] 56 | Meter=IMAGE 57 | X=32 58 | MeterStyle=BackgroundStyle 59 | LeftMouseUpAction=!CommandMeasure SwitchDesktop 2 60 | ImageName=Images\Background_2.png 61 | 62 | [Background_3] 63 | Meter=IMAGE 64 | X=64 65 | MeterStyle=BackgroundStyle 66 | LeftMouseUpAction=!CommandMeasure SwitchDesktop 3 67 | ImageName=Images\Background_3.png 68 | 69 | [Background_4] 70 | Meter=IMAGE 71 | X=96 72 | MeterStyle=BackgroundStyle 73 | LeftMouseUpAction=!CommandMeasure SwitchDesktop 4 74 | ImageName=Images\Background_4.png 75 | 76 | [CurrentBack] 77 | Meter=IMAGE 78 | MeterStyle=BackgroundStyle 79 | X=(32*([CurrentDesktop2]-1)) 80 | ImageName=Images\background_selected_[CurrentDesktop2].png 81 | DynamicVariables=1 -------------------------------------------------------------------------------- /Firefox/Phosphene_Batoto: -------------------------------------------------------------------------------- 1 | @-moz-document regexp("http://www\\.batoto\\.net/read/.*") { 2 | 3 | * { 4 | box-shadow: none !important; 5 | } 6 | 7 | div.spmg-odd, 8 | div.spmg-even { 9 | background-color: #fff !important; 10 | border-bottom: 1px solid #f2f3f3 !important; 11 | margin: 0px !important; 12 | padding: 0px !important; 13 | padding-top: 32px !important; 14 | padding-bottom: 32px !important; 15 | } 16 | 17 | html, body { 18 | background: #fff !important; 19 | font-family: "Univers LT 55", sans-serif !important; 20 | } 21 | 22 | .spmg-row, .spmg-btn.spmg-shhd { 23 | display: none !important; 24 | } 25 | 26 | #ipbwrapper, #footer { 27 | display: none !important; 28 | } 29 | 30 | .spmg-img { 31 | max-width: 70% !important; 32 | border-radius: 3px !important; 33 | } 34 | 35 | .spmg-btn { 36 | display: block !important; 37 | text-shadow: none !important; 38 | background-color: #5f9cce !important; 39 | border-radius: 2px !important; 40 | text-transform: uppercase !important; 41 | color: #fff !important; 42 | font-size: 12px !important; 43 | font-weight: normal !important; 44 | transition: all 0.3s ease 0s !important; 45 | padding: 5px 7px 4px 7px !important; 46 | text-decoration: none !important; 47 | position: fixed !important; 48 | top: 5px !important; 49 | right: 10px !important; 50 | } 51 | 52 | .spmg-prev { 53 | right:63px !important; 54 | left: auto !important; 55 | } 56 | 57 | .spmg-btn[style="visibility: visible;"] { 58 | color: #b1bfc4 !important; 59 | background-color: transparent !important; 60 | } 61 | 62 | .spmg-btn[style="visibility: visible;"]:hover { 63 | color: #b1bfc4 !important; 64 | background-color: transparent !important; 65 | cursor: default !important; 66 | } 67 | 68 | #ipboard_body { 69 | margin: 0 auto !important; 70 | max-width: 100% !important; 71 | min-width: 100% !important; 72 | } 73 | 74 | .spmg-btn:hover { 75 | transition: all 0.3s ease 0s !important; 76 | background-color: #326085 !important; 77 | } 78 | 79 | } 80 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Phosphene_win 2 | ============= 3 | A windows port of hdni's amazing Gnome theme: https://github.com/hdni/Phosphene 4 | 5 | ~~Still WIP, at the moment I there is not much besides a TrueTransparency theme and an almost finished foobar theme.~~ 6 | I switched to Linux, I'll keep updating the firefox css though, I'm also busy making a Phosphene GTK2 theme! 7 | 8 | TrueTransparency 9 | ---------------- 10 | ![screenshot](http://a.pomf.se/1Xc3.gif) 11 | 12 | Download and install TT from here: http://dl.dropbox.com/u/7100381/TrueTransparency.zip, drag and drop the "truetransparency" 13 | folder into `C:\Program Files\`. 14 | 15 | Copy all the files from `Kamiru-/Phosphene/TrueTransparency/` to `C:\Program Files\TrueTransparency\TrueTransparency x86` AND `C:\Program Files\TrueTransparency\TrueTransparency x64`. 16 | 17 | Start both the 32 bit and 64 bit version of TrueTransparency.exe and right click on the icons in the tray, select the skin Phosphene_TT. 18 | 19 | WINDOWS 7: Download http://www.angusj.com/resourcehacker/ and open `C:\Windows\Resources\Themes\aero\Shell\NormalColor\shellstyle.dll` with it, go to `UIFILE > 1 > 1033` and search (ctrl+f) for `