You are not logged in.
I'm not good touching something that is already beautiful, but I always like an old style terminal.
Not actual desktop art, just a simple screenshot.
Thanks a lot for such a good OS and sorry for my bad English.https://cdn.scrot.moe/images/2019/01/08/Captura-de-pantalla_2019-01-08_05-30-15.th.png
Your English is fine - and much appreciated
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
Welcome!
Very nice scrot.
Thank you @Dobbie03, very nice version. Congrats
Regards,
Offline
Offline
@bronto, @lowrider
I like that very much!
You's are real artists on the PC.
lowrider, the system font, is that Terminus?
Offline
^ yes it is
Offline
Offline
@bronto, nice scrots this month, as always!
-edit- Recently, some towns in the US have been setting up their own networks to avoid the Comcast monopoly. Not here, but Comcast has definitely improved in terms of price and customer service. I haven't noticed any throttling, but my Internet needs are minimal. KDE Connect...
Offline
@lowrider
Thanks
Offline
love that thunar theme, can you tell where i can find it?
Last edited by greyish (2019-01-11 19:02:04)
Offline
...
love that thunar theme, can you tell where i can find it?
Read the screenfetch output in the terminal in the scrot
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
greyish wrote:...
love that thunar theme, can you tell where i can find it?
Read the screenfetch output in the terminal in the scrot
That's cog's home brew theme, you'll have to get it from his bitbucket or git page - usually a link to it in his signature on the ArchLabs forum; check the screenshot thread there.
back on topic -
You must unlearn what you have learned.
-- yoda
Offline
Nice. Cheese sauce crust, jgmenu is looking slick.
-edit for mad props-
Offline
I switched my sources from sid to buster a couple of days ago, ahead of the freeze. Two weirdness issues (graphics glitches and a desktop freeze) but today's upgrades and a reboot seem to have sorted it. Anna Kendrick, grrr.
Offline
all grey
https://cdn.scrot.moe/images/2019/01/11/2019-01-11-20-00-46_scrot.th.pngcog wrote:love that thunar theme, can you tell where i can find it?
It's actually Mint-Y-Dark-Grey from linux mint. You can get the icon theme and gtk theme off of linuxmint's github repos. There's actually a few quirks with it being that network manager's icon is screwed up and when you go to rename a file while using a dark variant you can't see the cursor. I've wrote a script to download, install, & fix the themes. This requires rename, make, & ruby-sass to be installed.
#!/bin/bash
rm -rf ~/.icons/Mint-Y*
rm -rf ~/.themes/Mint-Y*
cd /tmp
git clone https://github.com/linuxmint/mint-y-icons.git
cp -r mint-y-icons/usr/share/icons/Mint-Y* ~/.icons
git clone https://github.com/linuxmint/mint-themes.git
cd mint-themes
make
cp -r usr/share/themes/Mint-Y* ~/.themes
cd ~/.icons/Mint-Y/panel/16
rename 's/-symbolic//' status-nm*
rename 's/status-nm/nm/' status-nm*
cd ~/.icons/Mint-Y/panel/22
rename 's/-symbolic//' status-nm*
rename 's/status-nm/nm/' status-nm*
cd ~/.icons/Mint-Y/panel/24
rename 's/-symbolic//' status-nm*
rename 's/status-nm/nm/' status-nm*
cd ~/.icons/Mint-Y/animations/22
rename 's/-symbolic//' status-nm*
rename 's/status-nm/nm/' status-nm*
rm nm-stage02*
rm nm-stage03*
ln -s nm-stage01-connecting01.svg nm-stage02-connecting01.svg
ln -s nm-stage01-connecting02.svg nm-stage02-connecting02.svg
ln -s nm-stage01-connecting03.svg nm-stage02-connecting03.svg
ln -s nm-stage01-connecting04.svg nm-stage02-connecting04.svg
ln -s nm-stage01-connecting05.svg nm-stage02-connecting05.svg
ln -s nm-stage01-connecting06.svg nm-stage02-connecting06.svg
ln -s nm-stage01-connecting07.svg nm-stage02-connecting07.svg
ln -s nm-stage01-connecting08.svg nm-stage02-connecting08.svg
ln -s nm-stage01-connecting09.svg nm-stage02-connecting09.svg
ln -s nm-stage01-connecting10.svg nm-stage02-connecting10.svg
ln -s nm-stage01-connecting11.svg nm-stage02-connecting11.svg
ln -s nm-stage01-connecting01.svg nm-stage03-connecting01.svg
ln -s nm-stage01-connecting02.svg nm-stage03-connecting02.svg
ln -s nm-stage01-connecting03.svg nm-stage03-connecting03.svg
ln -s nm-stage01-connecting04.svg nm-stage03-connecting04.svg
ln -s nm-stage01-connecting05.svg nm-stage03-connecting05.svg
ln -s nm-stage01-connecting06.svg nm-stage03-connecting06.svg
ln -s nm-stage01-connecting07.svg nm-stage03-connecting07.svg
ln -s nm-stage01-connecting08.svg nm-stage03-connecting08.svg
ln -s nm-stage01-connecting09.svg nm-stage03-connecting09.svg
ln -s nm-stage01-connecting10.svg nm-stage03-connecting10.svg
ln -s nm-stage01-connecting11.svg nm-stage03-connecting11.svg
cd ~/.icons/Mint-Y/animations/24
rename 's/-symbolic//' status-nm*
rename 's/status-nm/nm/' status-nm*
rm nm-stage02*
rm nm-stage03*
ln -s nm-stage01-connecting01.svg nm-stage02-connecting01.svg
ln -s nm-stage01-connecting02.svg nm-stage02-connecting02.svg
ln -s nm-stage01-connecting03.svg nm-stage02-connecting03.svg
ln -s nm-stage01-connecting04.svg nm-stage02-connecting04.svg
ln -s nm-stage01-connecting05.svg nm-stage02-connecting05.svg
ln -s nm-stage01-connecting06.svg nm-stage02-connecting06.svg
ln -s nm-stage01-connecting07.svg nm-stage02-connecting07.svg
ln -s nm-stage01-connecting08.svg nm-stage02-connecting08.svg
ln -s nm-stage01-connecting09.svg nm-stage02-connecting09.svg
ln -s nm-stage01-connecting10.svg nm-stage02-connecting10.svg
ln -s nm-stage01-connecting11.svg nm-stage02-connecting11.svg
ln -s nm-stage01-connecting01.svg nm-stage03-connecting01.svg
ln -s nm-stage01-connecting02.svg nm-stage03-connecting02.svg
ln -s nm-stage01-connecting03.svg nm-stage03-connecting03.svg
ln -s nm-stage01-connecting04.svg nm-stage03-connecting04.svg
ln -s nm-stage01-connecting05.svg nm-stage03-connecting05.svg
ln -s nm-stage01-connecting06.svg nm-stage03-connecting06.svg
ln -s nm-stage01-connecting07.svg nm-stage03-connecting07.svg
ln -s nm-stage01-connecting08.svg nm-stage03-connecting08.svg
ln -s nm-stage01-connecting09.svg nm-stage03-connecting09.svg
ln -s nm-stage01-connecting10.svg nm-stage03-connecting10.svg
ln -s nm-stage01-connecting11.svg nm-stage03-connecting11.svg
echo ".caja-desktop.view .entry, .caja-navigation-window .view .entry {caret-color: #000;}" >> ~/.themes/Mint-Y-Dark/gtk-3.0/gtk.css
echo ".caja-desktop.view .entry, .caja-navigation-window .view .entry {caret-color: #000;}" >> ~/.themes/Mint-Y-Dark-Aqua/gtk-3.0/gtk.css
echo ".caja-desktop.view .entry, .caja-navigation-window .view .entry {caret-color: #000;}" >> ~/.themes/Mint-Y-Dark-Blue/gtk-3.0/gtk.css
echo ".caja-desktop.view .entry, .caja-navigation-window .view .entry {caret-color: #000;}" >> ~/.themes/Mint-Y-Dark-Brown/gtk-3.0/gtk.css
echo ".caja-desktop.view .entry, .caja-navigation-window .view .entry {caret-color: #000;}" >> ~/.themes/Mint-Y-Dark-Grey/gtk-3.0/gtk.css
echo ".caja-desktop.view .entry, .caja-navigation-window .view .entry {caret-color: #000;}" >> ~/.themes/Mint-Y-Dark-Orange/gtk-3.0/gtk.css
echo ".caja-desktop.view .entry, .caja-navigation-window .view .entry {caret-color: #000;}" >> ~/.themes/Mint-Y-Dark-Pink/gtk-3.0/gtk.css
echo ".caja-desktop.view .entry, .caja-navigation-window .view .entry {caret-color: #000;}" >> ~/.themes/Mint-Y-Dark-Purple/gtk-3.0/gtk.css
echo ".caja-desktop.view .entry, .caja-navigation-window .view .entry {caret-color: #000;}" >> ~/.themes/Mint-Y-Dark-Red/gtk-3.0/gtk.css
echo ".caja-desktop.view .entry, .caja-navigation-window .view .entry {caret-color: #000;}" >> ~/.themes/Mint-Y-Dark-Sand/gtk-3.0/gtk.css
echo ".caja-desktop.view .entry, .caja-navigation-window .view .entry {caret-color: #000;}" >> ~/.themes/Mint-Y-Dark-Teal/gtk-3.0/gtk.css
cd /tmp
rm -rf mint*
Last edited by cog (2019-01-15 19:48:06)
The worst day of fishing is better than the best day at work.
Offline
^ @cog, thanks for that!
@unklar, awesome. Look at the RAM, 500 out of 8G! @GNOME, how do ya' like dem apples?!? Plasma FTW.
Offline
@hassy no problem bud
It's on my github scripts repo too. https://github.com/willscreel/scripts/b … -themes.sh
got some new FVWM windecs and themeing system in the works. also playing around with the light variant of what I had.
Last edited by cog (2019-01-16 03:11:47)
The worst day of fishing is better than the best day at work.
Offline
Nobody calls me Hassy except for a ten year-old girl in Port St. Lucie, FL, and her parents and grandparents.
And cog. Cog can call me hassy.
Offline
hello
my new (KDE)Plasma
What do you tink about Plasma ?
@+
Linuxmint 19.1 Tessa cinnamon & mageia 7 mate on ssd hp pavilion g7
Xubuntu 18.04 lts & 20.04 lts on ASUS Rog STRIX
Offline
hello
unklar wrote:my new (KDE)Plasma big_smile
What do you tink about Plasma ?
@+
The modern, current plasma again has wonderful, stable effects.
My "most modern" computer
inxi -CGxxx
CPU: Quad core Intel Core2 Quad Q9400 (-MCP-) cache: 3072 KB
flags: (lm nx sse sse2 sse3 sse4_1 ssse3 vmx) bmips: 21333
clock speeds: min/max: 2003/2670 MHz 1: 2003 MHz 2: 2003 MHz 3: 2003 MHz 4: 2003 MHz
Graphics: Card: Advanced Micro Devices [AMD/ATI] Barts XT [Radeon HD 6870] bus-ID: 01:00.0 chip-ID: 1002:6738
Display Server: X.Org 1.19.2 drivers: ati,radeon (unloaded: modesetting,fbdev,vesa)
Resolution: 1920x1080@60.00hz
GLX Renderer: Gallium 0.4 on AMD BARTS (DRM 2.49.0 / 4.9.0-8-amd64, LLVM 3.9.1)
GLX Version: 3.0 Mesa 13.0.6 Direct Rendering: Yes
is getting harder and harder to "follow".
Spoiled by Mageia 5, I mainly wanted to participate in the further development of conky1.10 and the KDE desktop. Hence these two rolling_release distributions.
From the point of view of a conky crazy guy, they still don't offer this "good-natured", almost "maternal" behavior like mageia5. They react hard and relentlessly, kwin often crashes and plasma gets stuck (but is immediately "repaired" during operation).
What makes me sick in the meantime is the enormous amount of packages and their "consequent dependencies".
Offline
@unklar, awesome. Look at the RAM, 500 out of 8G! @GNOME, how do ya' like dem apples?!? Plasma FTW.
Thank you, my friend.
to GNOME you will not be able to move me....
But your plasma based on Debian is already very interesting.
Whereby this seems to me to be hard on the "abyss" with "kamikaze effect"
Offline
BL Helium that I upgraded to sid 6 months or so ago, now downgraded (?) to buster. For those unfamiliar with the latest Plasma releases, the panel icons are pithos (a last.fm client), USB transfer from my phone, KDE Connect wireless transfer from my phone (phone notifications appear as KDE notifications on the desktop FTW), network-manager, system volume, hidden icons (notification and battery settings), Main Menu and the clock/calendar. Showing off a tiling KWin script, transparency and exquisitely rounded window borders.
BL Collision wallpaper...
Offline
I saw the wall on DA, but no attribution for it. I didn't realize you are becoming such a mega graphics whizz!
EDIT: TinEye to the rescue
Last edited by damo (2019-01-16 23:51:27)
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
The wall's not mine! I just colored the logo and imported it to GIMP. Thanks, though, I really like the result.
Offline