LINUX.ORG.RU
Ответ на: комментарий от firsttimeuser

>амарок ужасен

Согласен... но только на скрине вроде бы aTunes =))

obraztsov
()

Что за "ouvertOre" в названии? (это риторический вопрос) :)

Jayrome ★★★★★
()

омфг.. нет плейера ужасней. обычно когда такое монстрище играет музыку, то оно запущено в каком-нибудь kde4 с выкрученными на максимум компиз-эффектами. короче низачот.

Komintern ★★★★★
()
Ответ на: комментарий от Jeepston

> либастрал в действии: по общему виду десктопа определять, как выглядят незапущенные аппликухи %)

наверное запустил у себя и решил поделится впечатлением, по теме - aTunes вроде на яве? странно видеть минималистичный десктоп + такой монстр на яве, ну и сглаживания шрифтов в нем нет( а в остальном гуи есть )

lester ★★★★
()

Бр-р-р...
Вагнер крут. Остальной венегрет - УГ.

artishka
()

Так вроде ничего... но плеер плеер просто ужас!

nidecker
()

За Вагнера большой +.

В остальном лучше молчать....

Praporshik ★★
()

шрефты вендовые, глаза режут.

phasma ★☆
()
Ответ на: комментарий от DOOMer

> "РепозитАрий"

Верно, именно так. :)

> aTunes не нужен.


Тоже верно.

Jayrome ★★★★★
()

Слишком много цветов: Оранжевый, Синий, Коричневый, "Детской неожиданности"... бррр

X-Pilot ★★★★★
()
Ответ на: комментарий от Davidov

source ~/.mutt/headers.mutt
source ~/.mutt/sidebar.mutt
set realname=""
set charset="utf8"     # Local charset
set send_charset="utf-8" 
set use_from=no         # I want to generate "From:" using my_hdr
set envelope_from=no    # msmtp doesn't like this option
set attribution="On %d, %n wrote:" # Quoting subject
set editor="vim +':set textwidth=72' %s"
#set editor='vim %s'     # I love vi and colors so vim is my choose
set delete=yes          # purge deleted messages without asking
set copy=ask-no         # ask to save a copy of outgoing message?
set postpone=ask-no     # ask to postpone message if i want to
set print=ask-yes       # ask for printing message if i want to
set record=ask-no       # ask to save sent message into 'sent' mailbox
set include=yes         # include the message in replies (reply quoting)
set quit=ask-yes        # Do you REALLY want to exit mutt? :)
set recall=ask-yes      # ask for working with unsent messages 
set reply_regexp= "^(re|RE|Re):[ \t]*"
#set use_from=no
#set status_on_top      # status on top
#unset save_empty       # remove mbox when last message is removed. sucks with maildir
unset confirmappend     # prompt for confirm when appending message to ex. mbox
set allow_8bit          # encoding
set check_new           # search for new messages
set abort_nosubject=no  # Abort, if message has no subject
set ascii_chars=yes     # for my xterm
#set hide_limited=yes
#set arrow_cursor       # little arrow instead of line-marker
set attach_split        # do not merge attaches into one file?
set fast_reply          # do not asr For:, To:, Subj:, then replying
set fcc_attach          # keep attaches then doing Fcc:
set followup_to         # add Mail-Followup-To header, for maillists
unset metoo             # do not send reply to myself when replyin' to group
unset reply_self        # do not reply myself after all
unset read_only         # I wanna r/w access to my mailboxes
unset collapse_unread   # do not collapse threads with new mail
unset mark_old          # unread old messages are still unread after quitting
set suspend             # allow Ctrl-Z to shutdown mutt
unset beep              # fuckin' noizy pc-speaker
unset beep_new
unset markers           # those fucking "+" in wrapped lines
set askcc=no            # ask for cc when creating new message?
set print_command="muttprint" # If I want to print some messages...
set shell="/bin/bash"
set signature="~/.mutt/scripts/signature|"  # This is a script executable
set realname="" # this is my name :-)
set indent_string="> "
set forward_format="Fwd: %s"
set hdrs                # Use my_hdr
set help                # I wanna help :)
# MIME types handering - - -  - - - - - - - - - - - - - - - - - - - - - - #
set implicit_autoview   # try to understand MIME types
# List of MIME-Types to give a priority when reading multipart/alternative
alternative_order text/enriched text/plain text/html

source ~/.mutt/hooks.mutt

set mailcap_path="~/.mailcap"   # see MIME types in mailcap database
set mailcap_sanitize=yes        # remove mailcap ugly chars
#set pager=/usr/bin/less
set pager=builtin
set pager_context=1
set menu_scroll
set narrow_tree         # To make deep threads to fit on the screen
set pager_stop          # don't show the next msg after current
set user_agent = no # let them take fake useragent from my_hdr above

# Mail delivering - - - - - - - - - - - - - - - - - - - - - - - - - - - #
set sendmail="/usr/sbin/ssmtp"
# Keybindings and macroses - - - - - - - - - - - - - - - - - - - - - - -  #
source ~/.mutt/bindings.mutt
# MIME autoviews- - - - -  - - - - - - - - - - - - - - - - - - - - - - -  #
#source ~/.mutt/auto_views
# Aliases - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
source ~/.mutt/aliases.mutt
# Mailboxes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
# My type of mailbox is maildir
set mbox_type="Maildir"
# By default  show me  default/ mailbox
set spoolfile=~/Maildir/default
# read message goes to that mailbox, cur/ subfolder
set mbox=~/Maildir/default
# postponed messages are in separate mailbox :)
set postponed=~/Maildir/postponed
set record=~/Maildir/sent	        # Sent mail goes here (if I wish)
set alias_file=~/.mutt/aliases.mutt # Let mutt know save path to aliases.
# Good-looking UI - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
# status_format - bottom status bar format 
# folder_format - local browser format
# %f - current folder
# %s - sort method
# %m - number of messages in folder 
# %l - total size of messages
# %n - number of mew messages
# %t - number of tagged messages
# %d - number of deleted messages
set status_format="%v   [%f] [%m msgs (%l), %n new, %p unsent, %d deleted]"
set folder_format="%N %F %2l %-8.8u %-8.8g %8s %d %f"
# Folder view
# %3C - three digits to message number (e.g. max is 999)
# %Z - message statsu flags
# %{%b %d} - date of arrival
# %-20.20L - 15 chars of sender name 
# (%?l?%4l&%4c?) - message size
# %s - subject of the message
set index_format="%3C %Z %{%b %d} %-20.20L (%?l?%4l&%4c?) %s"
#set index_format="%4C %Z %[!%d.%m.%y] %-15.15F (%?M?C%3M&%4l?) %s"
# My folders - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
set folder=~/Maildir
source ~/.mutt/folders.mutt
# Sorting - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
set sort=threads        # sorting the mails in threads
set sort_aux=date-sent  # sort brother mails inside threads
# Cool GnuPG PGP stuff - - - - - - - - - - - - - - - - - - - - - - - - #
unset pgp_autosign      # I don't want to sign automatically, ask me for that
unset pgp_autoencrypt   # So do autoencrypt
set pgp_timeout=1800    # cache my key-passphrase for 30 min 
set pgp_verify_sig=yes  # I want to verify incoming sign messages
source ~/.mutt/gpg.mutt

# Mailing lists features
unlists *
unsubscribe *
lists   например *lists.gentoo.org 
subscribe например *lists.gentoo.org 

# Eye-candy color definitions - - - - - - - - - - - - - - - - - - - - - - - #
source ~/.mutt/themes/themename

############################################################################
# EOF EOF EOF EOF EOF EOF EOF EOF EOF EOF EOF EOF EOF EOF EOF EOF EOF EOF  #  
############################################################################ 

stdcall
() автор топика

Оранжевый цвет не нравится в оформлении, а в остальном вполне симпатично, мне нравится.

justuser ★★
()
Ответ на: комментарий от Davidov

# set up the sidebar, default not visible 
set sidebar_width=22 
set sidebar_visible=yes
set sidebar_delim='|' 
# which mailboxes to list in the sidebar 
#mailboxes =inbox =ml 

# color of folders with new mail 
color sidebar_new yellow default 
# ctrl-n, ctrl-p to select next, prev folder 
# ctrl-o to open selected folder 
bind index \CP sidebar-prev 
bind index \CN sidebar-next 
bind index \CO sidebar-open 
bind pager \CP sidebar-prev 
bind pager \CN sidebar-next 
bind pager \CO sidebar-open 

# I don't need these. just for documentation purposes. See below. 
# sidebar-scroll-up 
# sidebar-scroll-down 

# b toggles sidebar visibility 
macro index b '<enter-command>toggle sidebar_visible<enter>' 
macro pager b '<enter-command>toggle sidebar_visible<enter>' 

# Remap bounce-message function to "B" 
bind index B bounce-message # 

stdcall
() автор топика
Ответ на: комментарий от Cucumber

#avoid flicker
double_buffer yes

#own window to run simultanious 2 or more conkys
own_window  yes
own_window_transparent no
own_window_type normal
own_window_hints undecorate,sticky,skip_taskbar,skip_pager 

draw_borders no
border_margin 1

draw_shades no

gap_x 0
gap_y 0
alignment top_left


update_interval 5


default_color  9f907d

#default_shade_color 000000
own_window false
own_window_colour 3d352a

use_xft yes
#xftfont bauhaus:pixelsize=11
xftfont obhandel:pixelsize=11
#to prevent window from moving
use_spacer none
minimum_size 1280 0


TEXT
${alignc}Kernel: ${color D7D3C5}$kernel   | ${time %d %B} ${color D7D3C5}${time  %H:%M}  |  ${color} Up: ${color D7D3C5}${uptime_short}   |   ${color}Processes: ${color D7D3C5}$processes  ${color}Running: ${color D7D3C5}$running_processes   |  ${color}Cpu: ${color D7D3C5}${cpu}%   ${color}${cpugraph 10,80 AEA08E 9F907D} ${color D7D3C5}    |   ${color }Mem: ${color D7D3C5}$mem/$memmax - $memperc% ${color} ${membar 6,80}${color D7D3C5}    |   ${color}Email: ${color D7D3C5}${execi 300 python ~/scripts/gmail.py}
${alignc}${color }Net: ${color D7D3C5}${font}${downspeed eth1} Kb/s ${color}  ${downspeedgraph eth1 10,80 AEA08E 9F907D}${color D7D3C5} ${totaldown eth1} down | ${color D7D3C5}${upspeed eth1} Kb/s ${color} ${upspeedgraph eth1 10,80 AEA08E 9F907D}  ${color 909090}${totalup eth1} up  ${color }Root: ${color D7D3C5}${font}${fs_free /}  / ${fs_size /} - ${fs_free_perc /}%   |  ${color} Home: ${color D7D3C5}${fs_free /home}  / ${fs_size /home}  - ${fs_free_perc /home}%${font}    | ${color} Weather: ${color D7D3C5} ${execi 1800 weatherget -f ~/scripts/.conkyweatherrc --station-id=RSXX0267 --metric }

stdcall
() автор топика

Оформление в светлом цвете -- очень непростая задача. В большинстве случаев получается УГ.

balodja ★★★
()
Ответ на: комментарий от mechanicus

Дождались сей фразы...

А для conky какие используются?

artishka
()

Только хотел сказать нечто типа ".conkyrc - в студию!", а он уже выложил :-) Молодец, спасибо! aTunes, конечно же, не бог весть что, но в целом приятно.

My_quest ★★★★★
()
Ответ на: комментарий от Adjkru

mpd + Sonata интереснее. И выглядит лучше.

По скрину: Шрефты в заголовке ужасны

obraztsov
()

Шрифты, какая-то страсть на заднем плане, ужасная тема ВМ...

Но за fluxbox и музыку зачёт.

FENix
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.