Advertisement
zezaocapoeira

cursor-theme

Jun 5th, 2015
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. Os dois primeiros comandos são executados somente no Gentoo
  2.  
  3. # cd /usr/share/cursors/xorg-x11/
  4.  
  5. # cp -avr ComixCursors-* /usr/share/icons/
  6.  
  7. ----------------------------------------------------------------
  8. ----------------------------------------------------------------
  9. Os comados abaixo podem ser utilizados em ambas as distros , adaptando para sua realidade .
  10.  
  11. # cd /usr/share/icons/default
  12.  
  13. # nano index.theme
  14.  
  15. [icon theme]
  16. Inherits=ComixCursors-Black
  17.  
  18. ----------------------------------------------------------------
  19. ----------------------------------------------------------------
  20.  
  21.  
  22. $ nano ~/.Xresources
  23.  
  24. Xft.dpi: 85
  25. Xft.lcdfilter: lcddefault
  26. Xft.antialias: true
  27. Xft.rgba: rgb
  28. Xft.hinting: true
  29. Xft.hintstyle: hintslight
  30. Xcursor.theme: ComixCursors-Black
  31.  
  32.  
  33. ----------------------------------------------------------------
  34. ----------------------------------------------------------------
  35.  
  36. $ nano ~/.gtkrc-2.0
  37.  
  38. gtk-theme-name = "Raleigh"
  39. gtk-font-name = "Sans 9"
  40. gtk-icon-theme-name = "Faenza"
  41. gtk-cursor-theme-name = "ComixCursors-Black"
  42.  
  43.  
  44. ----------------------------------------------------------------
  45. ----------------------------------------------------------------
  46.  
  47.  
  48. $ nano ~/.config/gtk-3.0/settings.ini
  49.  
  50. [Settings]
  51. gtk-theme-name = Raleigh
  52. gtk-font-name = Sans 9
  53. gtk-fallback-icon-theme = Faenza-Dark
  54. gtk-icon-theme-name = Faenza
  55.  
  56. ----------------------------------------------------------------
  57. ----------------------------------------------------------------
  58.  
  59. Ao terminar de realizar a configuração , reinicie o sistema para que tenham efeito .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement