Advertisement
Guest User

Configurar tema futurista en GNU/Debian con KDE plasma

a guest
Oct 13th, 2013
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.00 KB | None | 0 0
  1. Instrucciones para agregar un theme estilo futurista en GNU/Linux Debian con KDE:
  2.  
  3. Requisitos:
  4. Debian Wheezy + KDE + Conky + Screenlet terminal + Widget (Battery & Binary clock)
  5. Icons: Oxygen Refit Black
  6. Desktop theme: Aya o Ghost by J.M. Todaro
  7. Windows deco: Ghost-Deco by J.M. Todaro
  8.  
  9. Pasos
  10. instalar conky -> en una terminal escribimos: apt-get install conky
  11. 1- ir a configuraciones del sistema (system settings en KDE plasma):
  12.     *En apariencia de aplicaciones-> estilos : seleccionar estilo de widgets (Plastique)
  13.     *En colores seleccionar los colores (de preferencia colores oscuros para que vea bien con el theme)
  14.     *En icons -> agregar nuevos temas: buscar en línea el theme (Oxygen Refit Black) e instalarlo
  15.     *Ir a apariencia de escritorio(del menú de configuraciones del sistema de KDE)->Decoración de ventanas-> Obtener más decoraciones de ventana y buscar en línea Ghost-Deco 2.2 by J.M. Todaro e instalarlo y activarlo
  16.     *Ir a tema de escritorio y buscar en línea el y descargar el tema Ghost by J.M. Todaro
  17.    
  18. 2- Correr los siguientes scripts para conky y descargar el fondo de escritorio de
  19.  http://z-design.deviantart.com/art/Observation-Deck-Wallpaper-164954244
  20.  
  21.  
  22. Aquí están los scripts para conky (reloj, monitor de procesos, red status, filesystem):
  23.  
  24. ##################################  CLOCK #########################################
  25. alignment top_left
  26. background no
  27. gap_x 400
  28. gap_y 280
  29. minimum_size 200 5
  30. maximum_width 250
  31.  
  32. update_interval 1
  33. total_run_times 0
  34. double_buffer yes
  35. no_buffers yes
  36. text_buffer_size 1248
  37.      
  38. cpu_avg_samples 2
  39. net_avg_samples 2
  40.  
  41. use_xft yes
  42.  
  43. xftfont HanelGotD:size=9
  44. xftalpha 0.9
  45. override_utf8_locale yes
  46. own_window yes
  47. own_window_type normal
  48. own_window_transparent yes
  49. own_window_hints
  50. own_window_argb_visual yes
  51. own_window_hints undecorated,below,kip_taskbar,skip_pager
  52.        
  53. draw_shades no
  54. draw_outline no
  55. draw_borders no
  56. draw_graph_borders no
  57.        
  58. #default_color 454e57
  59. default_color light blue
  60. #default_shade_color 7a999c
  61. default_outline_color green
  62.        
  63. #MD0: ${alignr}${fs_used /mnt/disks} / ${fs_size /mnt/disks}
  64. #${color slate gray}/var/log/everything.log:
  65. #${color}${exec tail -n33 /var/log/everything.log}
  66. #${font Sans:normal:size=7}${color1}${exec dmesg | uniq | tail -n 5}
  67.  
  68. TEXT
  69. ${offset 4}${voffset -3}${color light blue}${font URW Gothic L:size=60}${time %I}
  70. ${offset 100}${voffset -125}${color light blue}${font URW Gothic L:size=32}${time :%M}
  71. ${offset 165}${voffset -73}${color light blue}${font URW Gothic L:size=13}${time %S}${color}
  72. ${offset 165}${voffset -7}${color light blue}${font URW Gothic L:size=13}${time :%P}${color}
  73.  
  74. #${color #1793d1}${hr 1}${font}${color}
  75. ${color #9DCAFF}${hr 1}${font}${color}
  76.  
  77. ###########################################################################
  78.  
  79. ################################## NETWORK #########################################
  80. alignment top_left
  81. border_width 0
  82. default_color blue
  83. default_outline_color cornflowerblue
  84. default_shade_color
  85. draw_borders no
  86. draw_outline no
  87. draw_shades no
  88. gap_x 700
  89. gap_y 310
  90. net_avg_samples 2
  91. no_buffers yes
  92. out_to_console no
  93. #wm_class_name Conky
  94. own_window yes
  95. own_window_transparent yes
  96. own_window_type normal
  97. own_window_argb_visual yes
  98. own_window_hints undecorated,below,kip_taskbar,skip_pager
  99. stippled_borders 2
  100. update_interval 2
  101. uppercase no
  102. use_spacer yes
  103. use_xft yes
  104. xftalpha 0.9
  105. xftfont arial:size=10
  106. TEXT
  107. ${color #0077ff}${font arial:normal:size=10}wlan0 ${alignr}${totaldown wlan0} / ${totalup wlan0}
  108. IP wlan0 ${alignr}${addr wlan0}
  109. IP eth0 ${alignr}${addr eth0}
  110. IP Pub ${alignr}${execi 3600 wget -O - http://ip.tupeux.com | tail}
  111.  
  112. ###########################################################################
  113.  
  114. ##################################FILE SYSTEM#########################################
  115.  
  116. alignment top_left
  117. border_width 0
  118. cpu_avg_samples 2
  119. default_color cornflowerblue
  120. default_outline_color cornflowerblue
  121. default_shade_color white
  122. double_buffer yes
  123. draw_borders no
  124. draw_graph_borders yes
  125. draw_outline no
  126. draw_shades no
  127. gap_x 150
  128. gap_y 250
  129. maximum_width 225
  130. max_port_monitor_connections 64
  131. max_specials 512
  132. max_user_text 16384
  133. minimum_size 330 10
  134. net_avg_samples 2
  135. no_buffers yes
  136. out_to_console no
  137. #wm_class_name Conky
  138. own_window yes
  139. own_window_transparent yes
  140. own_window_type normal
  141. own_window_argb_visual yes
  142. own_window_hints undecorated,below,kip_taskbar,skip_pager
  143. stippled_borders 2
  144. update_interval 2
  145. uppercase no
  146. use_spacer yes
  147. use_xft yes
  148. xftalpha 0.9
  149. xftfont arial:size=20
  150.  
  151. TEXT
  152. ${color #0077ff}${font arial:bold:size=12}File Systems:
  153. ${color #0077ff}${font arial:size=9}/ ${alignr}$color${fs_used /}/${fs_size /}
  154. ${color #0077ff}${fs_bar /}
  155. ${color #0077ff}/home ${alignr}$color${fs_used /home}/${fs_size /home}
  156. ${color #0077ff}${fs_bar /home}
  157.  
  158. ###########################################################################
  159.  
  160.  
  161. ##################################MONITOR DE PROCESOS#########################################
  162. alignment top_left
  163. border_width 0
  164. cpu_avg_samples 2
  165. default_color cornflowerblue
  166. default_outline_color cornflowerblue
  167. default_shade_color white
  168. double_buffer yes
  169. draw_borders no
  170. draw_graph_borders no
  171. draw_outline no
  172. draw_shades no
  173. gap_x 200
  174. gap_y 140
  175. net_avg_samples 2
  176. no_buffers yes
  177. out_to_console no
  178. #wm_class_name Conky
  179. own_window yes
  180. own_window_transparent yes
  181. own_window_type normal
  182. own_window_argb_visual yes
  183. own_window_hints undecorated,below,kip_taskbar,skip_pager
  184. update_interval 2
  185. uppercase no
  186. use_spacer yes
  187. use_xft yes
  188. xftalpha 0.9
  189. xftfont arial:size=15
  190.  
  191. TEXT
  192. ${color #0077ff}${font arial:bold:size=12}Processes:
  193. ${color #0077ff}${font arial:size=9}Top CPU ${alignr}CPU% MEM%
  194. $color ${top name 1} ${alignr}${top cpu 1} ${top mem 1}
  195. $color ${top name 2} ${alignr}${top cpu 2} ${top mem 2}
  196. $color ${top name 3} ${alignr}${top cpu 3} ${top mem 3}
  197. $color ${top name 4} ${alignr}${top cpu 4} ${top mem 4}
  198. ${color #0077ff}Total Processes:$color ${processes}
  199.  
  200. ###########################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement