You are not logged in.
unklar wrote:Maybe the graphics specialists can get the
Logout--Lock Screen--Suspend--Reboot--Power Off
View the dialog from the keyboard's viewpoint.
The selection focus is very difficult to distinguish. More or less color of the button would simplify it...Thank you all!
It's a GTK3 theming problem that is going to be a pain to solve, I think.
The workaround is to use your Alt button to highlight/underline the shortcuts. Alt+l (or just Enter) to logout, Alt+o to Lock Screen, Alt+s to Suspend, Alt+b to Reboot (Alt+r is the default Resize Window shortcut for Openbox and some other window managers). Alt+p to Power Off. If you switch the bl-exit keybind from 'Mod4 + x' to 'Alt + x' it makes it all slightly easier.
That makes sense to me and I understand.
Thank you for that, hhh
Offline
The sun will never set if you keep walking towards it. - my son
Being positive doesn't understand physics.
_______________________________
Debian 10 Buster = SharpBang ♯!
Offline
Offline
If it ain't broke, don't fix it.
https://i.imgur.com/WrHwVmv.png
Help me Jebus, how do I post an imgur thumbnail?
Offline
If it ain't broke, don't fix it.
https://i.imgur.com/WrHwVmv.png
Help me Jebus, how do I post an imgur thumbnail?
I found it toooo busy and confuzzing so I chose the simplicity of: https://ibb.co
That's right .co not .com
But damo has a script you can try: Imgur screenshooter script for BL
The sun will never set if you keep walking towards it. - my son
Being positive doesn't understand physics.
_______________________________
Debian 10 Buster = SharpBang ♯!
Offline
If it ain't broke, don't fix it.
https://i.imgur.com/WrHwVmv.png
Help me Jebus, how do I post an imgur thumbnail?
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Offline
Offline
If it ain't broke, don't fix it.
https://i.imgur.com/WrHwVmv.png
Help me Jebus, how do I post an imgur thumbnail?
Anyway, I like that Conky! A bit lean on info, but makes up with style.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), idle Twitterings and GitStuff )
Online
hhh wrote:If it ain't broke, don't fix it.
https://i.imgur.com/WrHwVmv.png
Help me Jebus, how do I post an imgur thumbnail?
Anyway, I like that Conky! A bit lean on info, but makes up with style.
I call it "bigClock-conky.conf". I don't have Futura Bk BT installed, so it's defaulting to our sans font (Noto Sans? I've forgotten.)
--[[ conky configuration
------------------------------
For conky variables and commands use the terminal command:
man conky
------------------------------
BunsenLabs conky threads
Index » Scripts, Tutorials & Tips » Conky - Calendars / Clocks / Time
https://forums.bunsenlabs.org/viewtopic.php?id=516
Open a thread and post conky questions in: Index » GUI & Applications
https://forums.bunsenlabs.org/viewforum.php?id=4
Display your completed conky and codes
Index » Scripts, Tutorials & Tips » Show us your conky
https://forums.bunsenlabs.org/viewtopic.php?id=512
------------------------------
BunsenLabs conky scripts help
Openbox Menu/Preferences/Conky/Conky Manager Help
If there are one or more conkys running, it is possible to kill one conky with
the following command, IF you used what is between the quotes to start the conky, e.g.:
pkill -xf "conky -q -c $HOME/.config/conky/BL-Default.conkyrc"
]]
conky.config = {
-- Window Settings
own_window = true,
own_window_type = 'desktop',
own_window_transparent = false,
own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
own_window_colour = '000000',
own_window_class = 'Conky',
own_window_title = 'BunsenLabs Default Conky',
-- ARGB can be used for real transparency
own_window_argb_visual = true, -- Options: true|false
-- NOTE that a composite manager is required for real transparency and ARGB will not
-- work as desired (in most cases) in conjunction with 'own_window_type override'.
-- Use with: own_window_type = 'normal',
-- Use with: own_window_transparent = false,
-- When ARGB visuals are enabled, use the following to modify the alpha value. Valid
-- range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
own_window_argb_value = 0,
minimum_width = 200, minimum_height = 0,-- width | height
gap_x = 130,-- left | right
gap_y = 0,-- up | down
alignment = 'top_right',
-- End Window Settings
-- Font Settings
-- Use Xft (anti-aliased font and stuff)
use_xft = true,
--font = 'Liberation Mono:bold:size=10',
--font = 'Liberation Sans:size=10',
font = 'Futura Bk BT:size=10',
-- Alpha of Xft font. Must be a value at or between 1 and 0
xftalpha = 1,
-- Force UTF8? requires XFT
override_utf8_locale = true,
uppercase = false,
-- End Font Settings
-- Color Settings
draw_shades = false,
default_shade_color = '000000',
draw_outline = false,-- amplifies text if true
default_outline_color = '000000',
--default_color = '7888A1',
--default_color = '848484', -- Lithium-grey
default_color = 'BC4B4F', -- Lithium
-- default_color = '678b8b', -- Beam green
--default_color = '656667', -- Waldorf original colour
--default_color = '7a7a7a', -- Flame & BunsenLabs Grey
--default_color = '929292', -- BunsenLabs Grey
--default_color = 'C0C0C0', -- BunsenLabs Silver
color0 = 'B0E0E6',-- PowderBlue
color1 = '778899',-- LightSlateGray
color2 = 'D8BFD8',-- Thistle
color3 = '9ACD32',-- YellowGreen
color4 = 'FFA07A',-- LightSalmon
color5 = 'FFDEAD',-- NavajoWhite
color6 = '00BFFF',-- DeepSkyBlue
color7 = '5F9EA0',-- CadetBlue
color8 = 'BDB76B',-- DarkKhaki
color9 = 'C0C0C0',-- Silver
-- End Color Settings
-- Borders Section
draw_borders = false,
-- Stippled borders?
stippled_borders = 5,
-- border margins
border_inner_margin = 5,
border_outer_margin = 0,
-- border width
border_width = 2,
-- graph borders
draw_graph_borders = false,
--default_graph_height = 15,
--default_graph_width = 40,
-- End Borders Section
-- Miscellaneous Section
-- Boolean value, if true, Conky will be forked to background when started.
background = true,
-- Adds spaces around certain objects to stop them from moving other things
-- around, this only helps if you are using a mono font
-- Options: right, left or none
use_spacer = 'none',
-- Default and Minimum size is 256 - needs more for single commands that
-- "call" a lot of text IE: bash scripts
--text_buffer_size = 6144,
-- Subtract (file system) buffers from used memory?
no_buffers = true,
-- change GiB to G and MiB to M
short_units = true,
-- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
-- $image lots. Set to 0 to disable the image cache.
imlib_cache_size = 0,
-- Use the Xdbe extension? (eliminates flicker)
-- It is highly recommended to use own window with this one
-- so double buffer won't be so big.
double_buffer = true,
-- Maximum size of user text buffer, i.e. layout below TEXT line in config file
-- (default is 16384 bytes)
--max_user_text = 16384,
-- Desired output unit of all objects displaying a temperature. Parameters are
-- either "fahrenheit" or "celsius". The default unit is degree Celsius.
--temperature_unit = 'Fahrenheit',
-- Update interval in seconds
update_interval = 1,
-- End Miscellaneous Section
};
conky.text = [[
${font Futura Bk BT:pixelsize=100}${time %l:%M}
${font Futura Bk BT:pixelsize=16}$alignr${offset -6}${voffset -90}${mem} / ${memmax}
]];
Adding more info is just a 'man conky' and a file-edit away, everyone.
Offline
...Adding more info is just a 'man conky' and a file-edit away, everyone.
Then would it be a 'man up conky'?
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
johnraff wrote:hhh wrote:If it ain't broke, don't fix it.
https://i.imgur.com/WrHwVmv.png
Help me Jebus, how do I post an imgur thumbnail?
Anyway, I like that Conky! A bit lean on info, but makes up with style.
I call it "bigClock-conky.conf". I don't have Futura Bk BT installed, so it's defaulting to our sans font (Noto Sans? I've forgotten.)
Great minds think alike! My family all think it is the Windows lock screen :-)
Last edited by cothrige (2019-12-17 17:40:25)
Offline
Those aren't conkys, those are free samples.
Simple is nice ... someday I just might make a simple one....
but what about temps ..
then there's net stats ... Oh and weather.
The sun will never set if you keep walking towards it. - my son
Being positive doesn't understand physics.
_______________________________
Debian 10 Buster = SharpBang ♯!
Offline
@S11, I always wanted to make an animated wallpaper using conky and lua but never found the time.
The worst day of fishing is better than the best day at work.
Offline
The simplest idea I had was a BL flame that would be like blue and burning low during the day but it would transition to a lithium red one at night or something.
The worst day of fishing is better than the best day at work.
Offline
Sector11 wrote:Simple is nice ... someday I just might make a simple one....
![]()
Had to happen sooner or later
![]()
Hahahaha Good one .... The Conky 773H hath frozen over.
I tried a simple one liner once ... it ended up being 3 lines
The sun will never set if you keep walking towards it. - my son
Being positive doesn't understand physics.
_______________________________
Debian 10 Buster = SharpBang ♯!
Offline
The simplest idea I had was a BL flame that would be like blue and burning low during the day but it would transition to a lithium red one at night or something.
Now that's and interesting idea. Unfortunately my LUA skills are zero. I can tweak stuff, sometimes, but not create ...
I would do it with a bunch of images and the image command.
The sun will never set if you keep walking towards it. - my son
Being positive doesn't understand physics.
_______________________________
Debian 10 Buster = SharpBang ♯!
Offline
Offline
Reinstalled home OS last month - first time since 2010 because of the system drive upgrade (I've replaced first generation SSD with NVMe M.2 drive), and decided to stay with MS. The hardest part was dealing with W10 privacy tweakes, and in the end I've set up Pi-hole server for my PC and all wifi clients. Blocking statistics are scary, especially for Chinese and Apple phones.
Anyway, still rocking the least intrusive look I've settled with over the years:
Señor Chang, why do you teach Spanish?
Offline
@ Sun For Miles
WOW! Only 45% blocked.
Is not good!
The sun will never set if you keep walking towards it. - my son
Being positive doesn't understand physics.
_______________________________
Debian 10 Buster = SharpBang ♯!
Offline
Honestly, I've installed Pi-hole mainly to track my phone with LineageOS, and still I'm not happy how it behaves. Currently I feel like I'm in some sort of discfunctional marriage: I told LineageOS not to do the connectivity checks, it said "Alright" (all settings are saved after reboot), but it still does it regardless.
At spare time I'm trying to break BL lithium beta installation with my standard usage, but it holds up well with my sheningans.
Señor Chang, why do you teach Spanish?
Offline
@cothrige, welcome and thanks for posting! That's xfce4-appfinder, I'm guessing? Anyway, a pretty desktop!
Offline