Recommended Posts

Since I don't know (or care) how the text style in Safari looks I can't just write you up a script, but you can make several changes to the font. I'll post what I'm using as an example and you can modify it as it suits you.

#PersonalToolbar .bookmark-item:not(menuitem){
 font-size: 4mm !important;
 font-family: calibri !important;
 font-weight: bold !important;
 color: white !important;
 text-shadow: 0 0px 3px rgba(0,0,0,2),
 	0 0 2px rgba(0, 0, 0,1) !important;
}

Since I don't know (or care) how the text style in Safari looks I can't just write you up a script, but you can make several changes to the font. I'll post what I'm using as an example and you can modify it as it suits you.

#PersonalToolbar .bookmark-item:not(menuitem){
 font-size: 4mm !important;
 font-family: calibri !important;
 font-weight: bold !important;
 color: white !important;
 text-shadow: 0 0px 3px rgba(0,0,0,2),
 	0 0 2px rgba(0, 0, 0,1) !important;
}

Actually, I am using that right now. I've attached the best screenshot I could find of the toolbar though, in case anyone else has any ideas

Edit 1: The text looks like it has an inner shadow which is what I'm kind of trying to do if possible.

Edit 2: It looks like this should achieve what I'm looking for, but it is hard to tell with the light blue background. Found the information here if anyone else is wondering about text shadows for styling.

#PersonalToolbar .bookmark-item:not(menuitem){
 font-weight: bold !important;
 text-shadow: 1px 1px 1px white;
 color:#333;
 background:#aaa !important;
}

post-50840-12817195406886.jpg

Edited by family guy

Hello,

this is what I'm currently working on:

after.png

Link is here: http://userstyles.org/styles/35240

I'd appreciate your opinions guys. :)

I have some issues in my style, as written in userstyle details, and I hope you have better ideas to fix it than me. ;)

What I didn't write in description, but I want to fix, is to move nav-bar and menu button 1 px left to keep it in one line with whole window. I found it impossible, however (Mozilla Team neither, they are not able to do what they did in their own mockup). :(

Edit: Ah, one more thing. When there are more cards, and they do not fit in screen space and <- -> are shown, and then I close tabs and there are a few of them so they fit in screen space, tab bar moves 3 px left. Why?

I really like the Button usage and would only like to use that portion of your code. I tried snipping some of it but then I get your button with the Orange minefield button on top of it. I fooled around some more and I got rid of the Orange button but now your button has two down arrows which I can't get rid of.?

It would be nice to have the CSS for this..

It's a mix of extensions and stylish codes from userstyles.org. The extensions I use are AdBlockPlus, Locationbar², Nightly Tester Tools, Omnibar 0.7.0.20100707, SmoothWheel, Stylish 1.0.11, and Toggle Private Browsing 1.8.

Bookmark-Status Bar Text Color:

.toolbarbutton-text,
#main-menubar * {
  color: gray !important;
  text-shadow: 0 1 5px black !important;
}
#status-bar *{
opacity: 0.99 !important;
color: gray !important;
text-shadow: 0px 0px 1px black, 0px 0px 1px black, 0px 0px 1px black !important;
}

Firefox 4 beta - Rename Firefox Menu Button:

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#appmenu-button{
padding-left: 10px !important;
padding-right: 10px !important;
}

#appmenu-button .button-box .box-inherit:before {
  content: "Quazzi";
}

#appmenu-button .button-box .box-inherit .button-text {
  display: none;
}

#navigator-toolbox[tabsontop="true"] &gt; #toolbar-menubar[autohide="true"] ~ #TabsToolbar {
  -moz-padding-start: 0 !important;
}

Firefox 4 Beta 3 - Customizations:

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


#urlbar, #searchbar &gt; *, .findbar-textbox, #search-box{
  -moz-appearance: none !important;
  background: rgba(20,20,20,.40) !important;
  -moz-border-radius: 6px !important;
  color: #99ccff !important;
  text-shadow: #000000 1px 1px 2px, #000000 -1px 1px 2px, #000000 1px -1px 2px, #000000 -1px -1px 2px !important;

}

#urlbar:hover, #searchbar:hover &gt; *, .findbar-textbox:hover {
  background: rgba(20,20,20,.75) !important;
  text-shadow: #ffffff 0px 0px 2px !important;
}

.findbar-textbox[status="notfound"]
{
 color: #ffffff !important;
}

#TabsToolbar, #browser-bottombox, #status-bar, #status-bar &gt; *, #nav-bar, #PersonalToolbar, #ybToolbar {

 background: transparent !important;
  color: #ffffff !important;
  text-shadow: #000000 1px 1px 2px, #000000 -1px 1px 2px, #000000 1px -1px 2px, #000000 -1px -1px 2px !important;
    -moz-appearance: none !important;
border: #000000 !important;

}


#status-bar{
 margin-top: 1px !important;
}
.findbar-find-next, .findbar-find-previous, .findbar-highlight{
 color: #ffffff !important;
}

#TabsToolbar[tabsontop="true"] { margin-top: 2px !important; margin-bottom: -2px !important; }

#nav-bar { margin-top: 0px !important; margin-bottom: 0px !important;}

.tabbrowser-tab, .tabs-newtab-button {
  background: rgba(20,20,20,.5) !important;
  color: #ffffff !important;
  text-shadow: #000000 1px 1px 2px, #000000 -1px 1px 2px, #000000 1px -1px 2px, #000000 -1px -1px 2px !important;
  font-size: 11px !important;
  border: #000000 1px solid !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
  -moz-box-shadow: inset 0px 0px 1em 0px rgba(255,255,255,.5) !important; 
  -moz-border-radius: 6px 6px 0px 0px !important;
  height: 24px !important;
}
.tabbrowser-tab:not([pinned="true"])
{
 margin-left: 1px !important;
 margin-right: 1px !important;
}


#TabsToolbar[tabsontop="true"] .tabbrowser-tab[pinned="true"]
{
 height: 24px !important;
}
#TabsToolbar[tabsontop="false"] .tabbrowser-tab[pinned="true"]
{
 height: 24px !important;
}


#TabsToolbar[tabsontop="true"] .tabbrowser-tab[pinned="true"] {


}

#TabsToolbar[tabsontop="false"] .tabbrowser-tab[pinned="true"] {

}

.tabbrowser-tab[pinned="true"] .tab-icon-image
{
 margin-top: 3px !important;

}

.tabbrowser-tab[selected="true"]{
 background: rgba(50,50,50,.5) !important;
 -moz-box-shadow: inset 0px 0px 2em 0px rgba(20,100,244,.75) !important;
 color: #99CCFF !important;

}

#appmenu-button {
  background: rgba(20,20,20,.25) !important;
  color: #99CCFF !important;
  text-shadow: rgba(0,0,0,.75) 1px 1px 2px, rgba(0,0,0,.75) -1px 1px 2px, rgba(0,0,0,.75) 1px -1px 2px, rgba(0,0,0,.75) -1px -1px 2px !important;
 -moz-box-shadow: inset 0px 0px 3em 0px rgba(20,100,244,.5) !important;

}
#appmenu-button:hover, .tabbrowser-tab:hover {
  background: -moz-linear-gradient(top, rgba(255,255,255,.75), rgba(20, 100, 244,.75) 5px, rgba(0,0,0,.75) 20px) !important;
  color: #99CCFF !important;
 text-shadow: #ffffff 0px 0px 2px !important;
 -moz-box-shadow: inset 0px 0px 8px 2px rgba(20,100,244,1), 0px 0px 1em rgba(20,100,244,1) !important;
}

.tabs-newtab-button:hover, #alltabs-button:hover, #new-tab-button:hover, .scrollbutton-down:hover, .scrollbutton-up:hover{
  background: -moz-linear-gradient(top, rgba(255,255,255,.75), rgba(20,100,244,.75) 5px, rgba(0,0,0,.75) 20px) !important;
  color: #99CCFF !important;
 text-shadow: #ffffff 0px 0px 2px !important;
 -moz-box-shadow: inset 0px 0px 8px 2px rgba(20,100,244,1) !important;
}



/* side bar stuff */

.chromeclass-directories *, #bookmarksPanel * { color: #ffffff !important;}
/*
#sidebar-search-container {
 background: rgba(250,50,50,.92) !important;
}
*/

#placesCommands, #editMenuCommands, #placesContext, #bhTooltip, #mainCommandSet, menupopup, popup {
 background: rgba(20,20,20,.75) !important;
 color: #ffffff !important;
-moz-appearance: none !important;
 -moz-border-radius: 6px !important;
}

menupopup *, popup *, .ac-title-box * {color: white !important;}

.ac-url-box * {color: #99ccff !important;}


#browser, #sidebar, #PopupAutoCompleteRichResult, #sidebar-header {
 background: transparent !important;
  color: #ffffff !important;
  text-shadow: #000000 1px 1px 2px, #000000 -1px 1px 2px, #000000 1px -1px 2px, #000000 -1px -1px 2px !important;
    -moz-appearance: -moz-win-glass !important;
border: #000000 !important;
}

#bookmarksPanel {
 background: transparent !important;
  color: #ffffff !important;
  text-shadow: #000000 1px 1px 2px, #000000 -1px 1px 2px, #000000 1px -1px 2px, #000000 -1px -1px 2px !important;
    -moz-appearance: -moz-win-media-toolbox !important;
border: #000000 !important;
}


#bookmarks-view {
  background: -moz-radial-gradient(top, rgba(255,255,255,.15), rgba(0,0,0,.75));
 padding-right: 5px !important;
}

.autocomplete-richlistbox {
background: -moz-radial-gradient(top, rgba(10,10,10,.55), rgba(20,20,20,1));
}

Firefox: Stylish: Status Icon:

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#stylish-panel &gt; .statusbarpanel-icon {
margin: 0 0 0;
list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAv0lEQVR42mNgGAUogI2NTUVMTGy5lJTUfiRcDGOD5Dg4OAxwGiArK7tCTU1tv5aW1n5tbW0UDBIDySkoKKzEaQBIgYGBwX5jY+P9BQUF548cOfIShkFiIDmQGpwGAG0pBioE4f0wTegY5BKcBoCcClOI7AIQGyYOUkOUAcgYyTXFQDXFRBmA7H+iXWBkZLQOmwuQMUgNTgMOHz7cYWlpiWxIMbJmkNz69evbcRrw//9/OSCeAMRLcWCQnObgSv4APfmrGSB1kssAAAAASUVORK5CYII=") !important;
}

Remove Folder icons from Firefox toolbar:

        /* Remove icons in the Bookmarks Toolbar */
    .bookmark-item &gt; .toolbarbutton-icon {
      margin: 0px !important;
      display: none !important;
    }

    .bookmark-item,
    .bookmark-item[type=menu] {
      margin: 0 3px !important;
    }
#PersonalToolbar .bookmark-item:not(menuitem){
  font-size: 2.8mm !important;
  font-family: seguoe ui !important;
  font-weight: bold !important;
  color: gray !important;
  text-shadow: 0 0 3px rgba(0,0,0,1), 0 0 3px rgba(0, 0, 0,1) !important;
}

You can used the Packed Menu 1.3 extension to hide the titlebar button if you use WindowBlinds. (screenie)

Very nice Quazzi, using some of it on mine. I like the bookmarks sidebar, is it possible to do the same for history sidebar? Also with your right click "popup" im getting line mix up shadows, sorry hard to explain, but when you hover over "Copy" you can see a little bit of "Paste" and/or "Cut". Thanks.

Replaces the bookmarks icon when placed in the Personal Toolbar.

post-49492-12807813659562.png

http://userstyles.org/styles/35199

Great thanx! but how can I move the icon left/right? for me it's to close to the text!?!

Replaces the bookmark star icon with newer ones from the mockups.

post-49492-12807865669095.png

http://userstyles.org/styles/35201

Awesome!

Yo, Since Im figuring you guys know about this alot mroe than me, ive been picking and fiddling around with various scripts in this thread..this is what I got.

Anyone got any clue on how to fix these faults?

1: small white "border" right under tabbar(visible in the favicon) nvm, fixed after reboot of firefox

2: menu bar in normal and fullscreen.

faults.PNG

find%20faults.PNG

#appmenu-button
{   

    height: 20px !important;
    min-width: 33px !important;
    width: 43px !important;
}

#appmenu-button .button-text 
{
color: transparent !important;
text-shadow: none !important;
margin-left: -19px !important;
margin-right: -80px !important;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjVJivzgAAACkklEQVQ4T22SXUhTYRjHD1FQF7mCwAulm6AuS0qxLiIWZKgVXS2jNAkxiDBHF4ZlQl5ESWSWJXPGJjrDSAw209iH+LGttLnN447b/
NrmnGvoztS57Zzt37tDhUIP/Hkf3vf58fD834eitoXX690bi8WucRzXQWRMJBLGra2tjlAoJJHL5fu21/7LSUF+MplkPKsxKIwBPO6bx6PeWbQNeeAJRRGPx2m73X56B0ygs6lUaoMJbKKwZQaXZAu43LaIgrdOnHk2gZN1Q3g94ALH8RGTyXROgIPBoIhAHo5PIR091ghufV5Hee8GJJ1BAc59asLxOj2mfSyi0eiCVCo9RJE5quy+CPzhmACmcbWLx72BJMp6WBS/
n0N+w3fkNQyjc2QBrsA6rFbrA4qY8K1R48JmnBfAvzHq5XC7m3R8YcOph3rcbJ/EkGMFL9UMlpaW9BTP8+6qjknEuSSW2QTUdAS+MCfwXpZDo3YZd1QzMM+vwTK/
irvt4yAuuyliDF2tnEAkGkNJqw3nm6ZxRTYHpSlInEyAjEJM4YTT5FyBlNT6/X4mbY7qjdqGUdqHY9J+nKg1ILd+DHlEtd02rK6FwbKsoF6jCwr9THrGPsrhcBQ73Ito0/
xE5nUlskq7cLj8o6Dssi7cf6cnM/nTXdCtt8MX+JWSyWQ3qIqKit0Mw/T3DxPwagsyCpqQcfGPSC4iecMHLZxOJ1zuWVgsFp2IhPCXCoUic2pqavzT4BjE1Z04WNyM/
RdeQVTYjEyJHJLnX2GnHaBperKoqOjoju2pqak5YDabm8hasYPDP9D+ZQRKjRFGyzTcbndYq9W25uTkZP93X8nlrsrKyiyNRlNiMBie6HS6epVKVSoWi4+Qtz3bod8reAHfGw6GeQAAAABJRU5ErkJggg=="
) no-repeat 16px !important;
}


#appmenu-button-container
{
margin: 0px 0px 0px 0px !important;
}

#appmenu-button
{
padding: 2px 9px 2px 0px !important;
background: -moz-linear-gradient(top, rgba(58,127,197,1), rgba(47,119,189,1), rgba(0,58,229,1)) !important;
-moz-border-radius: 0px 0px 0px 0px !important;
border-top: 0px !important;
margin-top: -1px !important;
}

#tabbrowser-tab[selected=true]
{
font-weight: bold !important;
}

#main-window[sizemode="maximized"][tabsontop="true"] menubar 
{    
     margin-left: 48px !important; 
     padding-top: 6px !important; }

#toolbar-menubar
{
position: fixed !important;
 margin: 0 700px 3px 41px !important;
 background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%)!important;

 text-shadow: 0 0 4px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8) !important;
 -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5), 0 0 1px rgba(30, 30, 30, 0.5) inset, 0 0 1px rgba(60, 60, 60, 0.9) inset, 0 0 3px rgba(0, 0, 0, 0.7) inset !important;

}

#appmenu-button-container
{
position: fixed !important;
}

#navigator-toolbox[tabsontop="true"] #TabsToolbar
{
padding-left:42px !important;
padding-right:95px !important;
padding-top:0px !important;
}

yes..code is not very organized

i like this but how come i have no icon ?

Somehow simply copying and pasting the code into the forums didn't work. It inserts a space somewhere it doesn't belong in the image code.

Try this: phoenix.txt

Somehow simply copying and pasting the code into the forums didn't work. It inserts a space somewhere it doesn't belong in the image code.

Try this: phoenix.txt

You have to wrap it in code like below:

#appmenu-button .button-text {
color: transparent !important;
text-shadow: none !important;
margin-left: -17px !important;
margin-right: -20px !important;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAK/SURBVDhPY2BAAps3b2acFxLCtFhamhFZ/Pr160L9DAxCyGJY2Tdv3lTpY2dXW66ry4Ss4P79e3oHWppDm9jYjJYoKaHIwdWdOnmS//a5c+mdDAxx6KZ3d3Uwvn3zes7q5KTd3QICYdMZGNgxXHDz+nWfyxvWL25mYKjB5rxPHz+su7Z71/O53t4ngJY4o6g5cuQI75vnT7ecmD3rTiUDQx+6AefPnWH9/v3r809vX/87vmTRnw5Z2a3dDAwScHVXr15V+Pzh/Yvj8+Z+LWFgmI9uwLu3rx1//fz+D4j/P7l+9f80J6eXQGc6wtVdunhB+fu3Lz8eX7n0r5CF+U4PAwMLTPL9u7c2n16/vAvSDMIvbt/6vzQz430TA0MO3IBHDx5o/fj+9ffnd2/+F3FxfQM6jwcm+fnzp+afP76BNYPw5w/v/i/LyvxVy8CQDzfg7p3bKl8/f/x0ecvm38UszLse3bxhvrOtNW2ajIz7i6uXnb58ePcKZsC7Z0/+L8/J/lbPwFAIN2D3rh1Mnz99WPD0yuW35Tw8Fz6+fbNucXramemCglmvbt9y//rx/TuYAQdmzfzfoay8GmiAFEpYvXr10vrt0yeXbx878unm2dM/j0yc+OXktClngDZ+AGkGGvL/8q4df7u0tc8Co0kTI6rv3LnN/ODObY+3z5++fPLw/v/nQKfCbAVG4f9NjQ3/Z9tYL2hjYNDCm6TPnT1rfWrjxiXH9uz69PDc2d9rsrPerPTzm7jY0dFtc1aWxvq0NLWlQUEKc2RlBReKiTFjGHZg/36e/ZMmqR5asiTm+KKF83ZUVq5aFRHRvCo+Phqo2X+li4slyIATCxcaADOYCl7X7N+/X3B3ebnK0rQ0zR0pKWoTJSVFTu3bpzaFgUGZYM4EKTh27Bjz48eP2adNm8Z448YNcHa+cuUKSkYCAD6ngKt948p8AAAAAElFTkSuQmCC") no-repeat 16px !important;
}

#appmenu-button dropmarker:before {
content: "Phoenix" !important;
padding-right: 4px !important;
}

#appmenu-button-container{
margin: 0px 0px 4px 2px !important;
}

#appmenu-button{
padding: 2px 7px 2px 7px !important;
background: -moz-linear-gradient(top, rgba(251,89,65,1), rgba(189,40,25,1), rgba(157,6,0 ,1)) !important;
-moz-border-radius: 0px 0px 4px 4px !important;
border-top: 0px !important;
margin-top: -1px !important;
}

#appmenu-button:hover{
background: -moz-linear-gradient(top, rgba(251,89,65,1), rgba(251,55,65,1)) !important;
}

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Kdenlive 26.04.2 by Razvan Serea Kdenlive is an acronym for KDE Non-Linear Video Editor. It works on GNU/Linux, Windows and BSD. Through the MLT framework, Kdenlive integrates many plugin effects for video and sound processing or creation. Furthermore Kdenlive brings a powerful titling tool, a DVD authoring (menus) solution, and can then be used as a complete studio for video creation. Kdenlive supports all of the formats supported by FFmpeg or libav (such as QuickTime, AVI, WMV, MPEG, and Flash Video, among others), and also supports 4:3 and 16:9 aspect ratios for both PAL, NTSC and various HD standards, including HDV and AVCHD. Video can also be exported to DV devices, or written to a DVD with chapters and a simple menu. Video editing features: Multi-track editing with a timeline and supports an unlimited number of video and audio tracks. A built-in title editor and tools to create, move, crop and delete video clips, audio clips, text clips and image clips. Ability to add custom effects and transitions. A wide range of effects and transitions. Audio signal processing capabilities include normalization, phase and pitch shifting, limiting, volume adjustment, reverb and equalization filters as well as others. Visual effects include options for masking, blue-screen, distortions, rotations, colour tools, blurring, obscuring and others. Configurable keyboard shortcuts and interface layouts. Rendering is done using a separate non-blocking process so it can be stopped, paused and restarted. Kdenlive also provides a script called the Kdenlive Builder Wizard (KBW) that compiles the latest developer version of the software and its main dependencies from source, to allow users to try to test new features and report problems on the bug tracker. Project files are stored in XML format. An archiving feature allows exporting a project among all assets into a single folder or compressed archive. Built-in audio mixer Kdenlive 26.04.2 changelog: Remove not needed actions from render info, fix rough size calculation for rendering. Fix clip sometimes not inserted in timeline when moving vertically in bin drag. Fix transcoding from clip properties. Cleanup render profile audio quality. Use percent based value for audio quality, and adjust the range accordingly per codec. Fixes bug #520750 Enforce even numbers for render width/height. Fixes bug #520737 Fix nightly flatpak - disable rnnoise until implemented. Fix missing initialization. Edit mediacapture.cpp. Fix document unnecessarily marked as modified on opening, triggering a backup request. Fix incorrect detection of missing and remote clips causing unwanted backups. Fixes issue #2194 Fix tests. Fix tmp files copied to wrong location when setting project folder. Fixes bug #467740 Fix color clips not selected on creation. Use QFileInfo instead of QUrl/QDir to try fixing Windows shared drives. Fixes bug #451413 Fix timeline preview incorrectly invalidated when a track with effect duration changed. Fixes bug #514541 Fix missing var. Display paths in native format in render widget. Fixes bug #520428 Simple splash: fix pressing return always triggered the same button. Minor update to simple splash. Fix unwanted clips added to timeline and cleanup. Fixes issue #2190 Minor layout improvements to welcome screen, add Quit and Open shortcuts. Fix broken welcome dialog layout in tiling compositors. (craft) Limit the number of CPU cores used during a Windows build with mingw as some .cpp files are memory intensive to build. (kde-ci) Limit the number of CPU cores used during a build as some .cpp files are memory intensive to build. (kde-ci) Cleanup old entries. Another fix for animation crash. Fix uninitialized function - crash on create animation. Another attempt to fix MacOS permissions. MacOS: fix bundle release version. Fix MacOS plist path. Fix MacOS build. Explicitely link against Qt::Core. Download: Kdenlive 26.04.2 | 128.0 MB (Open Source) Download: Standalone Executable View: Kdenlive Home page Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Here's how to watch the Xbox Games Showcase today and what to expect by Pulasthi Ariyasinghe The June games showcase week has been a packed one, with everything from major presentations like Sony and Summer Game Fest to indie-focused reveals coming in almost every day. Now, it's almost time for another big one, with Microsoft bringing its Xbox Games Showcase back later today. This is a double feature too, with a Gears of War E-Day deep dive also being attached to it. For anyone wanting to tune in online, the 2026 Xbox Games Showcase is kicking off at 10 AM PT | 1 PM ET | 6 PM BST | 7 PM CEST later today, June 7. The event will be available to watch on the official Xbox YouTube (4K 60FPS), Twitch, Facebook, Steam, Amazon Live, and other portals. Separate livestreams for American Sign Language and Audio Description will also be available. "This year marks 25 years of XBOX, and this Showcase is poised to be a true celebration, offering world premieres, new gameplay, fresh updates, and more for a swathe of projects we cannot wait to share," said Microsoft about this presentation. With a new CEO behind it that is pulling off some interesting moves, Xbox may have some surprises to reveal today. New looks at first-party games like Halo Campaign Evolved from Halo studios, Fable from Playground Games, InXile Entertainment's Clockwork Revolution, Mojang's Minecraft Dungeons II, and Call of Duty: Modern Warfare 4 from Infinity Ward are to be expected here. We may finally get to see the new Blade from Arcane Studios in action and a new Persona game from Atlus at the showcase too. Surprise announcements may also arrive from other Microsoft-owned studios like Bethesda, MachineGames, Ninja Theory, Obsidian, Rare, World's Edge, or Blizzard. Considering how every new release nowadays is staying away from November and December to avoid Grand Theft Auto VI's release, any launch dates Microsoft announces will probably skip those months as well. Once the Xbox Games Showcase ends, Microsoft will immediately kick off the Gears of War: E-Day Direct. This deep dive into the upcoming prequel from The Coalition should attach gameplay footage and perhaps a release window to the highly anticipated project.
    • People in the '50s and '60s had the same attitude, and we're still here over a half century later.
    • So after some fiddling I was able to get it to run at a pretty stable 30FPS. I'm slightly surprised about how much fiddling I had to do to get there though given what I thought was reasonable hardware: Processors: 16 × AMD Ryzen 7 7840HS w/ Radeon 780M Graphics Memory: 16 GiB of RAM Graphics Processor 1: AMD Radeon 780M Graphics Graphics Processor 2: AMD Radeon RX 7700S I think I could do it better if I use Linux rather than Windows, Windows RAM usage is stupid without stripping the system down. But once I got it working in a reasonable state, it was so awesome! I felt like a new Bond! If anyone has any advice to get things going a bit smoother FPS-wise, I'd appreciate it.
    • Something is rotten in the state of Denmark Australia
  • Recent Achievements

    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
    • Rising Star
      olavinto went up a rank
      Rising Star
    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
    • Week One Done
      lamborghiniv10 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      482
    2. 2
      PsYcHoKiLLa
      256
    3. 3
      Steven P.
      74
    4. 4
      +Edouard
      70
    5. 5
      FloatingFatMan
      69
  • Tell a friend

    Love Neowin? Tell a friend!