mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 03:11:46 +00:00
Styled Bars [Titlebar + Scrollbar]
This commit is contained in:
10
plugins/styled-bars/front.js
Normal file
10
plugins/styled-bars/front.js
Normal file
@ -0,0 +1,10 @@
|
||||
const customTitlebar = require('custom-electron-titlebar');
|
||||
|
||||
module.exports = () => {
|
||||
const myBar = new customTitlebar.Titlebar({
|
||||
backgroundColor: customTitlebar.Color.fromHex('#030303'),
|
||||
itemBackgroundColor: customTitlebar.Color.fromHex('#121212'), //#020
|
||||
});
|
||||
myBar.updateTitle(' ');
|
||||
document.title ="Youtube Music";
|
||||
}
|
||||
Reference in New Issue
Block a user