Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - PackRat

#2116
Artwork & Screenshots / Re: November 2013 ScreenShots
November 05, 2013, 02:15:04 AM
^ that's nice.



#2117
Feedback & Suggestions / Re: VSIDO II feedback...
November 05, 2013, 01:49:01 AM
ew, use

own_window_type override

for any conky window, or

own_window_type dock

and place conky in the fluxbox slit (dock); then place the slit where you want the conky window to reside - great for single line conkies.

own_window no

would probably work as well since it is open windows getting iconified to show the dsktop.

note that -

own_window_type panel

as a conky configuration does not work in fluxbox.

If you use "own_window_type override" for conky, and then put lxpanel in the slit and configure it be seen as a dock (a box to check in it's configuration) may solve both your issues.

Your system tray will be trickier since it is also being handled by lxpanel and not the fluxbox system tray. Two options come to mind -

1. move the system tray to the lxpanel that has the launcher etc ... and use only one instance of lxpanel. Configure lxpanel to be a dock and have it reside in the fluxbox slit.

2. eliminate the lxapanel that contains the system tray and replace it with the fluxbox toolbar configured to contain only the fluxbox system tray - simple edit of the ~/.fluxbox/init file. The alpha can be set to full transparency, and if you want the toolbar set to autohide. The width can can be configured so it doesn't conflict with the conky.
#2118
Artwork & Screenshots / Re: November 2013 ScreenShots
November 02, 2013, 03:14:06 AM
fvwm; seeding latest iso

#2119
Artwork & Screenshots / Re: October 2013 Screenshots
November 01, 2013, 12:30:05 AM
@lwfitz - and kde on arch no less; enjoy the ride.

dwm -

#2120
Artwork & Screenshots / Re: October 2013 Screenshots
October 25, 2013, 06:44:09 PM
^ 2 days uptime - you run any server services on that computer?

I was planning on leaving my recent vsido install on to see how it goes. It's an NFS server, but just for simple file sharing.
#2121
Artwork & Screenshots / Re: October 2013 Screenshots
October 25, 2013, 05:15:21 PM
dragonfly window manager - custom build/hack of dwm, similar to echinus:



#2122
Artwork & Screenshots / Re: October 2013 Screenshots
October 23, 2013, 09:04:06 PM
some fluxbox

#2123
General Support / Re: radiotray no sound
October 21, 2013, 02:10:49 PM
Doesn't happen to be muted does it? The setting for that isn't really obvious to me (maybe just the theme I'm using) on the pulseaudio settings gui.
#2124
Here is the conkyrc I'm using - it's the default, cleaned up a bit:

# .conkyrc - Edited from various examples across the 'net
# Used by VastOne on VSIDO
#
#

background yes
use_xft yes
xftfont LaudatioC:size=12.5
xftalpha 1.0
update_interval 2
total_run_times 0

### Window
own_window yes
own_window_colour 010101
own_window_type normal
own_window_transparent yes
own_window_title ConkySemi
own_window_class conky-semi
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

###
default_bar_size 240 6
double_buffer yes
minimum_size 1000 36
maximum_width 1000
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
border_width 1
border_inner_margin 0
border_outer_margin 0
if_up_strictness address
max_specials 1024
max_user_text 2048
text_buffer_size 2048
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale no
use_spacer right
short_units yes
pad_percents 1
top_name_width 12
imlib_cache_size 128

# Default colors and also border colors
default_color 0F0F0F
color0 000000
color1 FFFFFF
color2 FF0000
color3 FFFF00
color4 0000FF
color5 00FF00
color6 FFA500
color7 00C8FF
color8 FFFF00
color9 F40E00

default_shade_color color1
default_outline_color color0

alignment top_left
# alignment top_middle
# alignment bm
gap_x 4
gap_y 4

# lua_load ~/Conky/LUA/draw-bg.lua
# lua_draw_hook_pre draw_bg 10 0 0 0 0 0x000000 0.3

TEXT
${image $HOME/images/vsidoorb.png -s 38x38 -p 1,-1}${offset 56}${voffset 4}${color 73AEB4}Kernel:${color 7D8C93}${offset 8}$kernel${offset 12}${color 73AEB4}Uptime:${offset 8}${color lime green}${uptime_short}${offset 12}${color 73AEB4}CPU:${offset 8}${color 7D8C93}${cpu cpu0}%${offset 12}${color 73AEB4}MEM:${offset 8}${color 7D8C93}${memperc}%${offset 8}${mem}${offset 4}/${offset 4}${memmax}${offset 12}${color 73AEB4}HD:${offset 8}${color 7D8C93}${execpi 30 hddtemp -n /dev/sda}°C${offset 12}${color 73AEB4}NET:${offset 8}${color 7D8C93}${voffset 1}${downspeedgraph eth0 12,65 000000 ff0000}${offset 12}${upspeedgraph eth0 12,65 000000 00ff00}


and the comptonobx.conf

# Shadow
shadow = true;
no-dnd-shadow = true;
no-dock-shadow = true;
#clear-shadow = true;
shadow-radius = 7;
shadow-offset-x = -10;
shadow-offset-y = -10;
shadow-opacity = 0.7;
# shadow-red = 0.0;
# shadow-green = 0.0;
# shadow-blue = 0.0;
shadow-ignore-shaped = true;
shadow-exclude =  [ "n:e:xfce4-notifyd", "n:e:Notification", "n:a:ConkySemi", "n:a:panel" ];

# Opacity
menu-opacity = 1.0;
inactive-opacity = 0.9;
frame-opacity = 1.0;
inactive-opacity-override = true;
alpha-step = 0.06;

# Fading
fading = true;
fade-delta = 10;
fade-in-step = 0.08;
fade-out-step = 0.08;
# no-fading-openclose = true;

# Other
mark-wmwin-focused = true;
mark-ovredir-focused = true;
detect-rounded-corners = true;
detect-client-opacity = true;
#refresh-rate = 0;
#vsync = "none";
dbe = false;
paint-on-overlay = false;
sw-opti = false;

# Window type settings
wintypes:
{
  tooltip = { fade = true; shadow = false; opacity = 0.85; };
};


will make the obt files for the themes.
#2125
Yes - they are done; two additional themes inspired by some extant raptors -

Peregrine - a bluish-gray openbox theme:



RedTail - an orange-brown openbox theme:

#2126
muchas gracias. amigos

but this is linux after all so I tweaked it - changed the title bars to "raised splitvertical gradient" to bring it in line with the default SlicknessS gtk theme, standardized some 0bx font sizes -

#2127
Artwork & Screenshots / Re: October 2013 Screenshots
October 19, 2013, 05:04:16 PM
^ visit the WM section.

new openbox -



new fluxbox -

#2128
WM Designs and Discussions / Openbox theme for VISDO 2
October 19, 2013, 05:03:23 PM
At request of vastone, working on an openbox theme for VSIDO 2 -

Results to date:

 

Some minor changes to VSIDO aesthetics -

1. Added a clock to the top lxpanel, and this panel is no longer treated as a dock with reserved space to maximize vertical screen real estate.
2. Cleaned up the conky_ob_rc file - removed some double entries and balanced out the linear spacing with ${offset xx}; no changes to colour or system variables.
3. Using a comptonobx.conf - adds some shadows, fade effects, conky window and lxpanel are now excluded from compton effects.

Many additions to rc.xml file to provide window movement and resizing; key binding control to launch VSIDO apps.

thoughts -
#2129
Artwork & Screenshots / Re: October 2013 Screenshots
October 18, 2013, 06:14:40 PM
Decided to keep openbox around for a while so went ahead and configured it:

#2130
Artwork & Screenshots / Re: October 2013 Screenshots
October 17, 2013, 04:44:19 PM
@dizzie and devilone - some nice i3 setups.

Clean install of new iso - let the tweaking begin: