User Tools

Site Tools


linux:mint-tips

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:mint-tips [2024/01/19 20:16] Wulf Rajeklinux:mint-tips [2024/03/31 17:46] (current) – [LightDM Login Screen Multi-Monitor Rotation] Wulf Rajek
Line 1: Line 1:
 ====== Mint Tips ====== ====== Mint Tips ======
- 
-Arrows on Scrollbars in Mint 
-https://forums.linuxmint.com/viewtopic.php?t=222496 
- 
-Create a file ~/.config/gtk-3.0/gtk.css containing the following: 
-<code css ~/.config/gtk-3.0/gtk.css> 
-*{ 
-  -GtkScrollbar-has-backward-stepper: 1; 
-  -GtkScrollbar-has-forward-stepper: 1; 
-  -GtkRange-slider-width: 13; 
-  -GtkRange-stepper-size: 13; 
-} 
-</code> 
  
 Change/configure 'start menu' icon Change/configure 'start menu' icon
Line 37: Line 24:
  
  
-Terminal transparency setting as user. Get profile uid, then set values:+Terminal transparency setting as user. Get profile uid - only exists when settings changed once before, then set values:
 <code> <code>
 export TMPUID=$(dconf dump /org/gnome/terminal/legacy/profiles:/ | grep "\[:" | sed 's/\[:\(.*\)\]/\1/') export TMPUID=$(dconf dump /org/gnome/terminal/legacy/profiles:/ | grep "\[:" | sed 's/\[:\(.*\)\]/\1/')
Line 43: Line 30:
 dconf write /org/gnome/terminal/legacy/profiles:/:$TMPUID/use-transparent-background true dconf write /org/gnome/terminal/legacy/profiles:/:$TMPUID/use-transparent-background true
 dconf write /org/gnome/terminal/legacy/profiles:/:$TMPUID/background-transparency-percent 9 dconf write /org/gnome/terminal/legacy/profiles:/:$TMPUID/background-transparency-percent 9
 +
 +#on new install, try:
 +dconf write /org/gnome/terminal/legacy/profiles:/:00000000-0000-0000-0000-000000000000/use-theme-transparency false
 +dconf write /org/gnome/terminal/legacy/profiles:/:00000000-0000-0000-0000-000000000000/use-transparent-background true
 +dconf write /org/gnome/terminal/legacy/profiles:/:00000000-0000-0000-0000-000000000000/background-transparency-percent 9
 +
 </code> </code>
linux/mint-tips.1705695381.txt.gz · Last modified: by Wulf Rajek