Skip to content

Instantly share code, notes, and snippets.

@sagars007
sagars007 / cpl_cmd_commands.txt
Last active July 29, 2023 20:38
Control Panel applets & cmd commands - Win 11
Power Options - powercfg.cpl
Add or Remove Programs - appwiz.cpl
Fonts Folder - fonts
Network Properties - ncpa.cpl
Joystick Properties - control joy.cpl
Mouse Properties - control main.cpl
Scanners and Cameras - control sticpl.cpl
Internet Options/Properties - inetcpl.cpl
Devices and Printers - control printers
Accessibility Options - control access.cpl
@sagars007
sagars007 / userChrome.css
Last active November 21, 2021 04:44
Download popup dark mode customization - Firefox
/* add to userChrome.css */
/* Tested in Windows 10, Firefox Nightly */
/* download popup and app picker in dark mode */
@-moz-document url("chrome://mozapps/content/downloads/unknownContentType.xhtml") {
#unknownContentType {
color: white !important;
background-color: #2b2a33 !important;
}
@sagars007
sagars007 / userchrome.css
Created June 14, 2021 06:27
Ultra compact mode in proton UI Firefox
/* Firefox Ultra Compact Mode
*
* Copyright (c) Danny Colin
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
/* fixes by sagars007 u/thegtaguy007 */
@sagars007
sagars007 / contxt-menu-compact-rounded.css
Last active December 9, 2024 21:40
context menus compact density-firefox proton ui
/* add to userChrome.css */
/* context menuitem padding and rounded hover style changes */
menupopup > menuitem,
menupopup > menu
{
border-radius: 4px !important;
margin-left: 8px !important;
margin-right: 8px !important;
}
@sagars007
sagars007 / userchrome.css
Last active June 13, 2021 16:46
FF Proton UI minimal changes with nav-bar-connected rounded tabs and reduced compact mode
/* Github repo with new changes: https://github.com/sagars007/Proton-UI-connected-rounded-tabs-firefox-css */
/*For proton dark compact mode*/
/*bookmarks bar color*/
/*#PersonalToolbar{
background-color: rgb(43, 42, 51, 0.60) !important;
} */
/*for hiding bookmarks bar*/