new laptop, switched over
Monday, August 7th, 2023 02:49 amFinally, I have switched over to using the new laptop as my primary one. I am not finished setting up all my programs and settings, but the most important parts are done.
I figured out how to customize the menu colors in my Firefox and Waterfox browsers via my userChrome.css file. I hadn't planned to do that, but for some reason the browsers' menu spacing was less compact on the new laptop than the old one. While researching how to fix that, I also found out how to change the colors:
I had a week of vacation to do it.
Besides the new laptop, I:
- baked brownies and chocolate chip cookie bars
- made cucumber salad
- cooked grits
- sewed a cloth cover on my headphone's headband after cutting off the original one which was sticky with age
- tried out the solid bike tires; returned them.
- watched some TV, including 3 more episodes of "I Don't Want to Be Friends With You".
- miscellaneous other minor things
I am not feeling rested at all. But at least I'm using the new laptop.
I figured out how to customize the menu colors in my Firefox and Waterfox browsers via my userChrome.css file. I hadn't planned to do that, but for some reason the browsers' menu spacing was less compact on the new laptop than the old one. While researching how to fix that, I also found out how to change the colors:
/* Make menus more compact, and change their color */ menupopup > menuitem, menupopup > menu { padding-top: 2px !important; padding-bottom: 2px !important; color: #00ffb2 !important; background: #4d056e !important; } menupopup > menuitem:hover, menupopup > menu:hover { background: #000000 !important; }
I had a week of vacation to do it.
Besides the new laptop, I:
- baked brownies and chocolate chip cookie bars
- made cucumber salad
- cooked grits
- sewed a cloth cover on my headphone's headband after cutting off the original one which was sticky with age
- tried out the solid bike tires; returned them.
- watched some TV, including 3 more episodes of "I Don't Want to Be Friends With You".
- miscellaneous other minor things
I am not feeling rested at all. But at least I'm using the new laptop.