Bem-vindo: Qui, 28 de Março 2024, 19:19 Pesquisa avançada

Mostre o seu Desktop!

Apresente aqui temas que gostou, skins de programas, ícones, wallpapers, conky's, etc. Ou seja, tudo o que possa alterar de estético no seu Ubuntu, apresente aqui. Em caso de dúvidas de personalização ou se quiser mostrá-la ao mundo, utilize esta secção!

Swamped desktop

Mensagempor Claudio Novais » Seg, 10 de Junho 2013, 3:25

Swamp



Avatar do usuário
Claudio Novais
Editor do Ubuntued
 
Mensagens: 16869
Registrado em: 25 Maio, 2011

Re: Mostre o seu Desktop!

Mensagempor pontonulo » Seg, 10 de Junho 2013, 12:33

esse conky está brutal Cláudio! :rox: :yeah:

pontonulo
 
Mensagens: 79
Registrado em: 10 Junho, 2011
Localização: Seia

Re: Mostre o seu Desktop!

Mensagempor Claudio Novais » Seg, 10 de Junho 2013, 14:19

Verdade @pontonulo! O efeito de profundida a ser preenchida com cor fica muito bonito no "produto final". Em todo o caso, para este conky é preciso um wallpaper minimalista, limpo, caso contrário esse efeito de profundidade não se destaca. :|
Avatar do usuário
Claudio Novais
Editor do Ubuntued
 
Mensagens: 16869
Registrado em: 25 Maio, 2011

Re: Swamped desktop

Mensagempor Thiago Frazão » Seg, 10 de Junho 2013, 16:24

Claudio Novais (10-06-2013, 3:25) escreveu:
Swamp





Caramba! Esse conky é perfeito
Avatar do usuário
Thiago Frazão
 
Mensagens: 245
Registrado em: 22 Maio, 2013
Localização: Itaboraí - RJ, Brasil

Re: Mostre o seu Desktop!

Mensagempor Wells » Seg, 10 de Junho 2013, 18:58

Wells Desktop
  • Sistema Operativo: elementary OS Luna
  • Tema: Elementary
  • Ambiente Gráfico: Pantheon
  • Ícones: Elementary
  • Outros:
    • Ficheiro "seamod_rings.lua":
      Spoiler:
      Código: Selecionar todos
      --==============================================================================
      --                            seamod_rings.lua
      --
      --  Date    : 05/02/2012
      --  Author  : SeaJey
      --  Version : v0.1
      --  License : Distributed under the terms of GNU GPL version 2 or later
      --
      --  This version is a modification of lunatico_rings.lua wich is modification of conky_orange.lua
      --
      --  conky_orange.lua:    http://gnome-look.org/content/show.php?content=137503&forumpage=0
      --  lunatico_rings.lua:  http://gnome-look.org/content/show.php?content=142884
      --==============================================================================

      require 'cairo'


      --------------------------------------------------------------------------------
      --                                                                    gauge DATA
      gauge = {
      {
          name='cpu',                    arg='cpu0',                  max_value=100,
          x=70,                          y=130,
          graph_radius=54,
          graph_thickness=5,
          graph_start_angle=180,
          graph_unit_angle=2.7,          graph_unit_thickness=2.7,
          graph_bg_colour=0xffffff,      graph_bg_alpha=0.1,
          graph_fg_colour=0xFFFFFF,      graph_fg_alpha=0.3,
          hand_fg_colour=0xEF5A29,       hand_fg_alpha=1.0,
          txt_radius=64,
          txt_weight=0,                  txt_size=9.0,
          txt_fg_colour=0xEF5A29,        txt_fg_alpha=1.0,
          graduation_radius=28,
          graduation_thickness=0,        graduation_mark_thickness=1,
          graduation_unit_angle=27,
          graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
          caption='',
          caption_weight=1,              caption_size=9.0,
          caption_fg_colour=0xFFFFFF,    caption_fg_alpha=0.3,
      },
      {
          name='cpu',                    arg='cpu1',                  max_value=100,
          x=70,                          y=130,
          graph_radius=48,
          graph_thickness=5,
          graph_start_angle=180,
          graph_unit_angle=2.7,          graph_unit_thickness=2.7,
          graph_bg_colour=0xffffff,      graph_bg_alpha=0.1,
          graph_fg_colour=0xFFFFFF,      graph_fg_alpha=0.3,
          hand_fg_colour=0xEF5A29,       hand_fg_alpha=1.0,
          txt_radius=40,
          txt_weight=0,                  txt_size=9.0,
          txt_fg_colour=0xEF5A29,        txt_fg_alpha=1.0,
          graduation_radius=28,
          graduation_thickness=0,        graduation_mark_thickness=1,
          graduation_unit_angle=27,
          graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
          caption='',
          caption_weight=1,              caption_size=9.0,
          caption_fg_colour=0xFFFFFF,    caption_fg_alpha=0.3,
      },
      {
          name='cpu',                    arg='cpu2',                  max_value=100,
          x=70,                          y=130,
          graph_radius=20,
          graph_thickness=5,
          graph_start_angle=180,
          graph_unit_angle=2.7,          graph_unit_thickness=2.7,
          graph_bg_colour=0xffffff,      graph_bg_alpha=0.1,
          graph_fg_colour=0xFFFFFF,      graph_fg_alpha=0.3,
          hand_fg_colour=0xEF5A29,       hand_fg_alpha=1.0,
          txt_radius=30,
          txt_weight=0,                  txt_size=9.0,
          txt_fg_colour=0xEF5A29,        txt_fg_alpha=1.0,
          graduation_radius=28,
          graduation_thickness=0,        graduation_mark_thickness=1,
          graduation_unit_angle=27,
          graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
          caption='',
          caption_weight=1,              caption_size=9.0,
          caption_fg_colour=0xFFFFFF,    caption_fg_alpha=0.3,
      },
      {
          name='cpu',                    arg='cpu3',                  max_value=100,
          x=70,                          y=130,
          graph_radius=14,
          graph_thickness=5,
          graph_start_angle=180,
          graph_unit_angle=2.7,          graph_unit_thickness=2.7,
          graph_bg_colour=0xffffff,      graph_bg_alpha=0.1,
          graph_fg_colour=0xFFFFFF,      graph_fg_alpha=0.3,
          hand_fg_colour=0xEF5A29,       hand_fg_alpha=1.0,
          txt_radius=4,
          txt_weight=0,                  txt_size=9.0,
          txt_fg_colour=0xEF5A29,        txt_fg_alpha=1.0,
          graduation_radius=28,
          graduation_thickness=0,        graduation_mark_thickness=1,
          graduation_unit_angle=27,
          graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
          caption='',
          caption_weight=1,              caption_size=9.0,
          caption_fg_colour=0xFFFFFF,    caption_fg_alpha=0.3,
      },
      {
          name='memperc',                arg='',                      max_value=100,
          x=70,                          y=292,
          graph_radius=54,
          graph_thickness=10,
          graph_start_angle=180,
          graph_unit_angle=2.7,          graph_unit_thickness=2.7,
          graph_bg_colour=0xffffff,      graph_bg_alpha=0.1,
          graph_fg_colour=0xFFFFFF,      graph_fg_alpha=0.3,
          hand_fg_colour=0xEF5A29,       hand_fg_alpha=1.0,
          txt_radius=42,
          txt_weight=0,                  txt_size=9.0,
          txt_fg_colour=0xEF5A29,        txt_fg_alpha=1.0,
          graduation_radius=23,
          graduation_thickness=0,        graduation_mark_thickness=2,
          graduation_unit_angle=27,
          graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.5,
          caption='',
          caption_weight=1,              caption_size=10.0,
          caption_fg_colour=0xFFFFFF,    caption_fg_alpha=0.3,
      },
      {
          name='fs_used_perc',           arg='/media/Data',                     max_value=100,
          x=70,                          y=457,
          graph_radius=54,
          graph_thickness=7,
          graph_start_angle=180,
          graph_unit_angle=2.7,          graph_unit_thickness=2.7,
          graph_bg_colour=0xffffff,      graph_bg_alpha=0.1,
          graph_fg_colour=0xFFFFFF,      graph_fg_alpha=0.3,
          hand_fg_colour=0xEF5A29,       hand_fg_alpha=1.0,
          txt_radius=64,
          txt_weight=0,                  txt_size=9.0,
          txt_fg_colour=0xEF5A29,        txt_fg_alpha=1.0,
          graduation_radius=23,
          graduation_thickness=0,        graduation_mark_thickness=2,
          graduation_unit_angle=27,
          graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
          caption='Data',
          caption_weight=1,              caption_size=12.0,
          caption_fg_colour=0xFFFFFF,    caption_fg_alpha=0.5,
      },
      {
          name='fs_used_perc',           arg='/home/',                     max_value=100,
          x=70,                          y=457,
          graph_radius=42,
          graph_thickness=7,
          graph_start_angle=180,
          graph_unit_angle=2.7,          graph_unit_thickness=2.7,
          graph_bg_colour=0xffffff,      graph_bg_alpha=0.1,
          graph_fg_colour=0xFFFFFF,      graph_fg_alpha=0.3,
          hand_fg_colour=0xEF5A29,       hand_fg_alpha=1.0,
          txt_radius=32,
          txt_weight=0,                  txt_size=9.0,
          txt_fg_colour=0xEF5A29,        txt_fg_alpha=1.0,
          graduation_radius=23,
          graduation_thickness=0,        graduation_mark_thickness=2,
          graduation_unit_angle=27,
          graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
          caption='Home',
          caption_weight=1,              caption_size=12.0,
          caption_fg_colour=0xFFFFFF,    caption_fg_alpha=0.5,
      },
      {
          name='fs_used_perc',           arg='/',                     max_value=100,
          x=70,                          y=457,
          graph_radius=30,
          graph_thickness=7,
          graph_start_angle=180,
          graph_unit_angle=2.7,          graph_unit_thickness=2.7,
          graph_bg_colour=0xffffff,      graph_bg_alpha=0.1,
          graph_fg_colour=0xFFFFFF,      graph_fg_alpha=0.3,
          hand_fg_colour=0xEF5A29,       hand_fg_alpha=1.0,
          txt_radius=22,
          txt_weight=0,                  txt_size=9.0,
          txt_fg_colour=0xEF5A29,        txt_fg_alpha=1.0,
          graduation_radius=23,
          graduation_thickness=0,        graduation_mark_thickness=2,
          graduation_unit_angle=27,
          graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
          caption='Root',
          caption_weight=1,              caption_size=12.0,
          caption_fg_colour=0xFFFFFF,    caption_fg_alpha=0.5,
      },
      {
          name='downspeedf',           arg='wlan0',                     max_value=100,
          x=70,                          y=640,
          graph_radius=54,
          graph_thickness=7,
          graph_start_angle=180,
          graph_unit_angle=2.7,          graph_unit_thickness=2.7,
          graph_bg_colour=0xffffff,      graph_bg_alpha=0.1,
          graph_fg_colour=0xFFFFFF,      graph_fg_alpha=0.3,
          hand_fg_colour=0xEF5A29,       hand_fg_alpha=0,
          txt_radius=64,
          txt_weight=0,                  txt_size=9.0,
          txt_fg_colour=0xEF5A29,        txt_fg_alpha=1.0,
          graduation_radius=28,
          graduation_thickness=0,        graduation_mark_thickness=1,
          graduation_unit_angle=27,
          graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
          caption='Down',
          caption_weight=1,              caption_size=12.0,
          caption_fg_colour=0xFFFFFF,    caption_fg_alpha=0.5,
      },
      {
          name='upspeedf',           arg='wlan0',                     max_value=100,
          x=70,                          y=640,
          graph_radius=42,
          graph_thickness=7,
          graph_start_angle=180,
          graph_unit_angle=2.7,          graph_unit_thickness=2.7,
          graph_bg_colour=0xffffff,      graph_bg_alpha=0.1,
          graph_fg_colour=0xFFFFFF,      graph_fg_alpha=0.3,
          hand_fg_colour=0xEF5A29,       hand_fg_alpha=0,
          txt_radius=30,
          txt_weight=0,                  txt_size=9.0,
          txt_fg_colour=0xEF5A29,        txt_fg_alpha=1.0,
          graduation_radius=28,
          graduation_thickness=0,        graduation_mark_thickness=1,
          graduation_unit_angle=27,
          graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
          caption='Up',
          caption_weight=1,              caption_size=12.0,
          caption_fg_colour=0xFFFFFF,    caption_fg_alpha=0.5,
      },
      }

      -------------------------------------------------------------------------------
      --                                                                 rgb_to_r_g_b
      -- converts color in hexa to decimal
      --
      function rgb_to_r_g_b(colour, alpha)
          return ((colour / 0x10000) % 0x100) / 255., ((colour / 0x100) % 0x100) / 255., (colour % 0x100) / 255., alpha
      end

      -------------------------------------------------------------------------------
      --                                                            angle_to_position
      -- convert degree to rad and rotate (0 degree is top/north)
      --
      function angle_to_position(start_angle, current_angle)
          local pos = current_angle + start_angle
          return ( ( pos * (2 * math.pi / 360) ) - (math.pi / 2) )
      end


      -------------------------------------------------------------------------------
      --                                                              draw_gauge_ring
      -- displays gauges
      --
      function draw_gauge_ring(display, data, value)
          local max_value = data['max_value']
          local x, y = data['x'], data['y']
          local graph_radius = data['graph_radius']
          local graph_thickness, graph_unit_thickness = data['graph_thickness'], data['graph_unit_thickness']
          local graph_start_angle = data['graph_start_angle']
          local graph_unit_angle = data['graph_unit_angle']
          local graph_bg_colour, graph_bg_alpha = data['graph_bg_colour'], data['graph_bg_alpha']
          local graph_fg_colour, graph_fg_alpha = data['graph_fg_colour'], data['graph_fg_alpha']
          local hand_fg_colour, hand_fg_alpha = data['hand_fg_colour'], data['hand_fg_alpha']
          local graph_end_angle = (max_value * graph_unit_angle) % 360

          -- background ring
          cairo_arc(display, x, y, graph_radius, angle_to_position(graph_start_angle, 0), angle_to_position(graph_start_angle, graph_end_angle))
          cairo_set_source_rgba(display, rgb_to_r_g_b(graph_bg_colour, graph_bg_alpha))
          cairo_set_line_width(display, graph_thickness)
          cairo_stroke(display)

          -- arc of value
          local val = value % (max_value + 1)
          local start_arc = 0
          local stop_arc = 0
          local i = 1
          while i <= val do
              start_arc = (graph_unit_angle * i) - graph_unit_thickness
              stop_arc = (graph_unit_angle * i)
              cairo_arc(display, x, y, graph_radius, angle_to_position(graph_start_angle, start_arc), angle_to_position(graph_start_angle, stop_arc))
              cairo_set_source_rgba(display, rgb_to_r_g_b(graph_fg_colour, graph_fg_alpha))
              cairo_stroke(display)
              i = i + 1
          end
          local angle = start_arc

          -- hand
          start_arc = (graph_unit_angle * val) - (graph_unit_thickness * 2)
          stop_arc = (graph_unit_angle * val)
          cairo_arc(display, x, y, graph_radius, angle_to_position(graph_start_angle, start_arc), angle_to_position(graph_start_angle, stop_arc))
          cairo_set_source_rgba(display, rgb_to_r_g_b(hand_fg_colour, hand_fg_alpha))
          cairo_stroke(display)

          -- graduations marks
          local graduation_radius = data['graduation_radius']
          local graduation_thickness, graduation_mark_thickness = data['graduation_thickness'], data['graduation_mark_thickness']
          local graduation_unit_angle = data['graduation_unit_angle']
          local graduation_fg_colour, graduation_fg_alpha = data['graduation_fg_colour'], data['graduation_fg_alpha']
          if graduation_radius > 0 and graduation_thickness > 0 and graduation_unit_angle > 0 then
              local nb_graduation = graph_end_angle / graduation_unit_angle
              local i = 0
              while i < nb_graduation do
                  cairo_set_line_width(display, graduation_thickness)
                  start_arc = (graduation_unit_angle * i) - (graduation_mark_thickness / 2)
                  stop_arc = (graduation_unit_angle * i) + (graduation_mark_thickness / 2)
                  cairo_arc(display, x, y, graduation_radius, angle_to_position(graph_start_angle, start_arc), angle_to_position(graph_start_angle, stop_arc))
                  cairo_set_source_rgba(display,rgb_to_r_g_b(graduation_fg_colour,graduation_fg_alpha))
                  cairo_stroke(display)
                  cairo_set_line_width(display, graph_thickness)
                  i = i + 1
              end
          end

          -- text
          local txt_radius = data['txt_radius']
          local txt_weight, txt_size = data['txt_weight'], data['txt_size']
          local txt_fg_colour, txt_fg_alpha = data['txt_fg_colour'], data['txt_fg_alpha']
          local movex = txt_radius * math.cos(angle_to_position(graph_start_angle, angle))
          local movey = txt_radius * math.sin(angle_to_position(graph_start_angle, angle))
          cairo_select_font_face (display, "ubuntu", CAIRO_FONT_SLANT_NORMAL, txt_weight)
          cairo_set_font_size (display, txt_size)
          cairo_set_source_rgba (display, rgb_to_r_g_b(txt_fg_colour, txt_fg_alpha))
          cairo_move_to (display, x + movex - (txt_size / 2), y + movey + 3)
          cairo_show_text (display, value)
          cairo_stroke (display)

          -- caption
          local caption = data['caption']
          local caption_weight, caption_size = data['caption_weight'], data['caption_size']
          local caption_fg_colour, caption_fg_alpha = data['caption_fg_colour'], data['caption_fg_alpha']
          local tox = graph_radius * (math.cos((graph_start_angle * 2 * math.pi / 360)-(math.pi/2)))
          local toy = graph_radius * (math.sin((graph_start_angle * 2 * math.pi / 360)-(math.pi/2)))
          cairo_select_font_face (display, "ubuntu", CAIRO_FONT_SLANT_NORMAL, caption_weight);
          cairo_set_font_size (display, caption_size)
          cairo_set_source_rgba (display, rgb_to_r_g_b(caption_fg_colour, caption_fg_alpha))
          cairo_move_to (display, x + tox + 5, y + toy + 1)
          -- bad hack but not enough time !
          if graph_start_angle < 105 then
              cairo_move_to (display, x + tox - 30, y + toy + 1)
          end
          cairo_show_text (display, caption)
          cairo_stroke (display)
      end


      -------------------------------------------------------------------------------
      --                                                               go_gauge_rings
      -- loads data and displays gauges
      --
      function go_gauge_rings(display)
          local function load_gauge_rings(display, data)
              local str, value = '', 0
              str = string.format('${%s %s}',data['name'], data['arg'])
              str = conky_parse(str)
              value = tonumber(str)
              draw_gauge_ring(display, data, value)
          end
         
          for i in pairs(gauge) do
              load_gauge_rings(display, gauge[i])
          end
      end

      -------------------------------------------------------------------------------
      --                                                                         MAIN
      function conky_main()
          if conky_window == nil then
              return
          end

          local cs = cairo_xlib_surface_create(conky_window.display, conky_window.drawable, conky_window.visual, conky_window.width, conky_window.height)
          local display = cairo_create(cs)
         
          local updates = conky_parse('${updates}')
          update_num = tonumber(updates)
         
          if update_num > 5 then
              go_gauge_rings(display)
          end

          cairo_surface_destroy(cs)
          cairo_destroy(display)

      end

    • Ficheiro ".conkyrc":
      Spoiler:
      Código: Selecionar todos
      #==============================================================================
      #                               conkyrc_seamod
      # Date    : 05/02/2012
      # Author  : SeaJey
      # Version : v0.1
      # License : Distributed under the terms of GNU GPL version 2 or later
      #
      # This version is a modification of conkyrc_lunatico wich is modification of conkyrc_orange
      #
      # conkyrc_orange:    http://gnome-look.org/content/show.php?content=137503&forumpage=0
      # conkyrc_lunatico:  http://gnome-look.org/content/show.php?content=142884
      #==============================================================================

      background yes
      update_interval 1

      cpu_avg_samples 1
      net_avg_samples 2
      temperature_unit celsius

      double_buffer yes
      no_buffers yes
      text_buffer_size 2048

      gap_x 30
      gap_y 70
      minimum_size 300 900
      maximum_width 350
      own_window yes
      own_window_type override
      own_window_transparent yes
      own_window_argb_visual yes
      own_window_type normal
      own_window_class conky-semi
      own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
      border_inner_margin 0
      border_outer_margin 0
      alignment tr


      draw_shades no
      draw_outline no
      draw_borders no
      draw_graph_borders no

      override_utf8_locale yes
      use_xft yes
      xftfont caviar dreams:size=10
      xftalpha 0.5
      uppercase no

      # Defining colors
      default_color FFFFFF
      # Shades of Gray
      color1 DDDDDD
      color2 AAAAAA
      color3 888888
      # Orange
      color4 EF5A29
      # Green
      color5 548638

      # Loading lua script for drawning rings
      lua_load ~/.conky/seamod_rings.lua
      lua_draw_hook_post main

      ## System information using conky capabilities

      # Header with base system info
      TEXT
      ${font Ubuntu:size=10,weight:bold}${color4}SISTEMA ${hr 2}
      ${offset 15}${font Ubuntu:size=10,weight:normal}${color1}$sysname $kernel
      ${offset 15}${font Ubuntu:size=10,weight:normal}${color1}$nodename
      ${offset 15}${font Ubuntu:size=10,weight:normal}${color1}Uptime: $uptime

      # Showing CPU Graph
      ${voffset 0}
      ${offset 150}${cpugraph 40,150 666666 666666}${voffset -25}
      ${offset 90}${font Ubuntu:size=10,weight:bold}${color5}CPU
      # Showing TOP 5 CPU-consumers
      ${offset 105}${font Ubuntu:size=10,weight:normal}${color4}${top name 1}${alignr}${top cpu 1}%
      ${offset 105}${font Ubuntu:size=10,weight:normal}${color1}${top name 2}${alignr}${top cpu 2}%
      ${offset 105}${font Ubuntu:size=10,weight:normal}${color2}${top name 3}${alignr}${top cpu 3}%
      ${offset 105}${font Ubuntu:size=10,weight:normal}${color3}${top name 4}${alignr}${top cpu 4}%
      ${offset 105}${font Ubuntu:size=10,weight:normal}${color3}${top name 5}${alignr}${top cpu 5}%

      #Showing memory part with TOP 5
      ${voffset -5}
      ${offset 150}${memgraph 40,150 666666 666666}${voffset -25}
      ${offset 90}${font Ubuntu:size=10,weight:bold}${color5}MEM
      ${offset 105}${font Ubuntu:size=10,weight:normal}${color4}${top_mem name 1}${alignr}${top_mem mem 1}%
      ${offset 105}${font Ubuntu:size=10,weight:normal}${color1}${top_mem name 2}${alignr}${top_mem mem 2}%
      ${offset 105}${font Ubuntu:size=10,weight:normal}${color2}${top_mem name 3}${alignr}${top_mem mem 3}%
      ${offset 105}${font Ubuntu:size=10,weight:normal}${color3}${top_mem name 4}${alignr}${top_mem mem 4}%
      ${offset 105}${font Ubuntu:size=10,weight:normal}${color3}${top_mem name 4}${alignr}${top_mem mem 5}%

      # Showing disk partitions: root, home and Data
      ${voffset 30}
      ${offset 90}${font Ubuntu:size=10,weight:bold}${color5}DISKS
      ${offset 150}${diskiograph 33,150 666666 666666}${voffset -30}
      ${voffset 10}
      ${offset 15}${font Ubuntu:size=9,weight:bold}${color1}Free: ${font Ubuntu:size=9,weight:normal}${fs_free /home}${alignr}${offset -5}${font Ubuntu:size=9,weight:bold}Used: ${font Ubuntu:size=9,weight:normal}${fs_used /home}
      ${offset 15}${font Ubuntu:size=9,weight:bold}${color1}Free: ${font Ubuntu:size=9,weight:normal}${fs_free /media/Data}${alignr}${offset -5}${font Ubuntu:size=9,weight:bold}Used: ${font Ubuntu:size=9,weight:normal}${fs_used /media/Data}

      # Network data (my desktop have only LAN). ETHERNET ring is mostly useless but looks pretty, main info is in the graphs
      ${voffset 58}
      ${offset 90}${font Ubuntu:size=10,weight:bold}${color5}NET
      ${voffset -90}             
      ${offset 170}${color1}${font Ubuntu:size=9,weight:bold}Up: ${alignr}${font Ubuntu:size=9,weight:normal}$color2${upspeed wlan0} / ${totalup}
      ${offset 170}${upspeedgraph wlan0 40,130 4B1B0C FF5C2B 100 -l}
      ${offset 170}${color1}${font Ubuntu:size=9,weight:bold}Down: ${alignr}${font Ubuntu:size=9,weight:normal}$color2${downspeed wlan0} / ${totaldown}
      ${offset 170}${downspeedgraph wlan0 40,130 324D23 77B753 100 -l}
      ${voffset -5}${color4}${hr 2}





Wells
 
Mensagens: 1
Registrado em: 10 Junho, 2013

Re: Mostre o seu Desktop!

Mensagempor Claudio Novais » Seg, 10 de Junho 2013, 20:57

awesousa (08-06-2013, 10:57) escreveu:Cláudio, não sei se minha pergunta está no tópico errado, qualquer coisa pode excluí-la. Só preciso do link que ensina a modificar as películas do unity e deixá-lo igual a do ubuntu touch, sempre que procuro só encontro como remover as películas, desde já obrigado.


Olá awesousa,

Não tínhamos esse artigo mas acabei agora mesmo de o fazer. Aqui está ele:
Avatar do usuário
Claudio Novais
Editor do Ubuntued
 
Mensagens: 16869
Registrado em: 25 Maio, 2011

Re: Mostre o seu Desktop!

Mensagempor Luis Cardoso » Seg, 10 de Junho 2013, 21:42

Dual + My Gnome @ Debian
ImagemImagem
«Escolhe um trabalho de que gostes, e não terás que trabalhar um só dia na tua vida» - Confúcio
Avatar do usuário
Luis Cardoso
Redator
 
Mensagens: 10455
Registrado em: 26 Maio, 2011
Localização: Portugal

Re: Mostre o seu Desktop!

Mensagempor Claudio Novais » Seg, 10 de Junho 2013, 23:32

O kupfer tem todas aquelas funcionalidades do Gnome-DO, nomeadamente o Tiling?
Avatar do usuário
Claudio Novais
Editor do Ubuntued
 
Mensagens: 16869
Registrado em: 25 Maio, 2011

Re: Mostre o seu Desktop!

Mensagempor Thauan Francisco » Ter, 11 de Junho 2013, 4:11

Céu Brilhante


  • Sistema:Ubuntu 12.04(Nekene)
  • Ambiente:Panther(Latte)
  • Wallpaper:google
  • Ícones:Hycons com elementary e faenza
  • Tema:Zukitwo
  • Outros:Pcmanfm,Gnome-mplayer,plank com tema feito por mim
(voltei :D)
Editado pela última vez por Thauan Francisco em Ter, 11 de Junho 2013, 4:31, em um total de 1 vez.
Imagem
Nunca em minha vida vou aceitar um destino que não possa me orgulhar...
Avatar do usuário
Thauan Francisco
 
Mensagens: 695
Registrado em: 21 Abril, 2012

Re: Mostre o seu Desktop!

Mensagempor Laise Viana » Ter, 11 de Junho 2013, 4:29

Orange Flavor


  • Sistema Operativo: Xubuntu 12.04 (Precise Pangolin)
  • Tema: Greybird
  • Ambiente Gráfico: XFCE
  • Ícones: Faenza-Dark
  • Outros:
    • plank : transparencia
    • conky: conky lua
      Spoiler:
      Código: Selecionar todos
      settings_table = {
          {
              -- Edit this table to customise your rings.
              -- You can create more rings simply by adding more elements to settings_table.
              -- "name" is the type of stat to display; you can choose from 'cpu', 'memperc', 'fs_used_perc', 'battery_used_perc'.
              name='time',
              -- "arg" is the argument to the stat type, e.g. if in Conky you would write ${cpu cpu0}, 'cpu0' would be the argument. If you would not use an argument in the Conky variable, use ''.
              arg='%I.%M',
              -- "max" is the maximum value of the ring. If the Conky variable outputs a percentage, use 100.
              max=12,
              -- "bg_colour" is the colour of the base ring.
              bg_colour=0xffffff,
              -- "bg_alpha" is the alpha value of the base ring.
              bg_alpha=0.1,
              -- "fg_colour" is the colour of the indicator part of the ring.
              fg_colour=0xFF6600,
              -- "fg_alpha" is the alpha value of the indicator part of the ring.
              fg_alpha=0.2,
              -- "x" and "y" are the x and y coordinates of the centre of the ring, relative to the top left corner of the Conky window.
              x=100, y=150,
              -- "radius" is the radius of the ring.
              radius=50,
              -- "thickness" is the thickness of the ring, centred around the radius.
              thickness=5,
              -- "start_angle" is the starting angle of the ring, in degrees, clockwise from top. Value can be either positive or negative.
              start_angle=0,
              -- "end_angle" is the ending angle of the ring, in degrees, clockwise from top. Value can be either positive or negative, but must be larger than start_angle.
              end_angle=360
          },
          {
              name='time',
              arg='%M.%S',
              max=60,
              bg_colour=0xffffff,
              bg_alpha=0.1,
              fg_colour=0xFF6600,
              fg_alpha=0.4,
              x=100, y=150,
              radius=56,
              thickness=5,
              start_angle=0,
              end_angle=360
          },
          {
              name='time',
              arg='%S',
              max=60,
              bg_colour=0xffffff,
              bg_alpha=0.1,
              fg_colour=0xFF6600,
              fg_alpha=0.6,
              x=100, y=150,
              radius=62,
              thickness=5,
              start_angle=0,
              end_angle=360
          },
          {
              name='time',
              arg='%d',
              max=31,
              bg_colour=0xffffff,
              bg_alpha=0.1,
              fg_colour=0xFF6600,
              fg_alpha=0.8,
              x=100, y=150,
              radius=70,
              thickness=5,
              start_angle=-90,
              end_angle=90
          },
          {
              name='time',
              arg='%m',
              max=12,
              bg_colour=0xffffff,
              bg_alpha=0.1,
              fg_colour=0xFF6600,
              fg_alpha=1,
              x=100, y=150,
              radius=76,
              thickness=5,
              start_angle=-90,
              end_angle=90
          },
          {
              name='cpu',
              arg='cpu0',
              max=100,
              bg_colour=0xffffff,
              bg_alpha=0.2,
              fg_colour=0xFF6600,
              fg_alpha=0.8,
              x=50, y=300,
              radius=25,
              thickness=5,
              start_angle=-90,
              end_angle=180
          },
          {
              name='memperc',
              arg='',
              max=100,
              bg_colour=0xffffff,
              bg_alpha=0.2,
              fg_colour=0xFF6600,
              fg_alpha=0.8,
              x=75, y=350,
              radius=25,
              thickness=5,
              start_angle=-90,
              end_angle=180
          },
          {
              name='swapperc',
              arg='',
              max=100,
              bg_colour=0xffffff,
              bg_alpha=0.2,
              fg_colour=0xFF6600,
              fg_alpha=0.8,
              x=100, y=400,
              radius=25,
              thickness=5,
              start_angle=-90,
              end_angle=180
          },
          {
              name='fs_used_perc',
              arg='/',
              max=100,
              bg_colour=0xffffff,
              bg_alpha=0.2,
              fg_colour=0xFF6600,
              fg_alpha=0.8,
              x=125, y=450,
              radius=25,
              thickness=5,
              start_angle=-90,
              end_angle=180
          },
              {
              name='downspeedf',
              arg='eth0',
              max=100,
              bg_colour=0xffffff,
              bg_alpha=0.2,
              fg_colour=0xFF6600,
              fg_alpha=0.8,
              x=150, y=500,
              radius=25,
              thickness=4,
              start_angle=-90,
              end_angle=180
          },
              {
              name='upspeedf',
              arg='eth0',
              max=100,
              bg_colour=0xffffff,
              bg_alpha=0.2,
              fg_colour=0xFF6600,
              fg_alpha=0.8,
              x=150, y=500,
              radius=20,
              thickness=4,
              start_angle=-90,
              end_angle=180
          },
      }

      -- Use these settings to define the origin and extent of your clock.

      clock_r=65

      -- "clock_x" and "clock_y" are the coordinates of the centre of the clock, in pixels, from the top left of the Conky window.

      clock_x=100
      clock_y=150

      show_seconds=true

      require 'cairo'

      function rgb_to_r_g_b(colour,alpha)
          return ((colour / 0x10000) % 0x100) / 255., ((colour / 0x100) % 0x100) / 255., (colour % 0x100) / 255., alpha
      end

      function draw_ring(cr,t,pt)
          local w,h=conky_window.width,conky_window.height
         
          local xc,yc,ring_r,ring_w,sa,ea=pt['x'],pt['y'],pt['radius'],pt['thickness'],pt['start_angle'],pt['end_angle']
          local bgc, bga, fgc, fga=pt['bg_colour'], pt['bg_alpha'], pt['fg_colour'], pt['fg_alpha']

          local angle_0=sa*(2*math.pi/360)-math.pi/2
          local angle_f=ea*(2*math.pi/360)-math.pi/2
          local t_arc=t*(angle_f-angle_0)

          -- Draw background ring

          cairo_arc(cr,xc,yc,ring_r,angle_0,angle_f)
          cairo_set_source_rgba(cr,rgb_to_r_g_b(bgc,bga))
          cairo_set_line_width(cr,ring_w)
          cairo_stroke(cr)
         
          -- Draw indicator ring

          cairo_arc(cr,xc,yc,ring_r,angle_0,angle_0+t_arc)
          cairo_set_source_rgba(cr,rgb_to_r_g_b(fgc,fga))
          cairo_stroke(cr)       
      end

      function draw_clock_hands(cr,xc,yc)
          local secs,mins,hours,secs_arc,mins_arc,hours_arc
          local xh,yh,xm,ym,xs,ys
         
          secs=os.date("%S")   
          mins=os.date("%M")
          hours=os.date("%I")
             
          secs_arc=(2*math.pi/60)*secs
          mins_arc=(2*math.pi/60)*mins+secs_arc/60
          hours_arc=(2*math.pi/12)*hours+mins_arc/12
             
          -- Draw hour hand
         
          xh=xc+0.7*clock_r*math.sin(hours_arc)
          yh=yc-0.7*clock_r*math.cos(hours_arc)
          cairo_move_to(cr,xc,yc)
          cairo_line_to(cr,xh,yh)
         
          cairo_set_line_cap(cr,CAIRO_LINE_CAP_ROUND)
          cairo_set_line_width(cr,5)
          cairo_set_source_rgba(cr,1.0,1.0,1.0,1.0)
          cairo_stroke(cr)
         
          -- Draw minute hand
         
          xm=xc+clock_r*math.sin(mins_arc)
          ym=yc-clock_r*math.cos(mins_arc)
          cairo_move_to(cr,xc,yc)
          cairo_line_to(cr,xm,ym)
         
          cairo_set_line_width(cr,3)
          cairo_stroke(cr)
         
          -- Draw seconds hand
         
          if show_seconds then
              xs=xc+clock_r*math.sin(secs_arc)
              ys=yc-clock_r*math.cos(secs_arc)
              cairo_move_to(cr,xc,yc)
              cairo_line_to(cr,xs,ys)
         
              cairo_set_line_width(cr,1)
              cairo_stroke(cr)
          end
      end

      function conky_clock_rings()
          local function setup_rings(cr,pt)
              local str=''
              local value=0
             
              str=string.format('${%s %s}',pt['name'],pt['arg'])
              str=conky_parse(str)
             
              value=tonumber(str)
              pct=value/pt['max']
             
              draw_ring(cr,pct,pt)
          end
         
          -- Check that Conky has been running for at least 5s

          if conky_window==nil then return end
          local cs=cairo_xlib_surface_create(conky_window.display,conky_window.drawable,conky_window.visual, conky_window.width,conky_window.height)
         
          local cr=cairo_create(cs)   
         
          local updates=conky_parse('${updates}')
          update_num=tonumber(updates)
         
          if update_num>5 then
              for i in pairs(settings_table) do
                  setup_rings(cr,settings_table[i])
              end
          end
         
          draw_clock_hands(cr,clock_x,clock_y)
      end
Avatar do usuário
Laise Viana
 
Mensagens: 2
Registrado em: 19 Maio, 2013

AnteriorPróximo

Voltar para Temas do Ubuntu

Quem está online

Usuários navegando neste fórum: Nenhum usuário registrado e 46 visitantes