You are not logged in.
Offline
cog wrote:going old school
Yes @cog, always better the old shool
My screen for January, a little bit of ArchLabs
https://cdn.scrot.moe/images/2019/01/07/Captura-de-pantalla_2019-01-07_21-18-18.md.png
Regards,
Welcome!
Very nice scrot.
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
Offline
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
@bronto, @lowrider
I like that very much!
You's are real artists on the PC. ]:D
lowrider, the system font, is that Terminus?
Offline
^ yes it is
Offline
#!/bin/bash
# urxvtRndColorBG
# open urxvt with random background color
r=$(( ( RANDOM % 4 ) + 1 ))
g=$(( ( RANDOM % 4 ) + 1 ))
b=$(( ( RANDOM % 4 ) + 1 ))
urxvt -bg rgb:$r/$g/$b &
Last edited by brontosaurusrex (2019-01-16 11:58:50)
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...
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
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-
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
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.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
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)
Offline
^ @cog, thanks for that!
@unklar, awesome. Look at the RAM, 500 out of 8G! @GNOME, how do ya' like dem apples?!? Plasma FTW.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline