
All Desktop Screenshots of 2019
- darknetmatrix
- Level 3
- Posts: 126
- Joined: Fri Dec 19, 2008 9:10 pm
Re: All Desktop Screenshots of 2019
HP Z400 Workstation
LMDE 3 Cindy
LMDE 3 Cindy
- kelebek333
- Level 3
- Posts: 190
- Joined: Sat Jun 25, 2011 11:57 am
- catweazel
- Level 19
- Posts: 9838
- Joined: Fri Oct 12, 2012 9:44 pm
- Location: Australian Antarctic Territory
Re: All Desktop Screenshots of 2019
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
-
- Level 6
- Posts: 1029
- Joined: Sun Apr 16, 2017 11:44 pm
-
- Level 1
- Posts: 14
- Joined: Fri Sep 06, 2019 10:06 pm
Re: All Desktop Screenshots of 2019
Cinnamon user here.
This is for usability, which mean i have more room on my screen.

The same one, from different "view".

This one is "Organized View", which means panel for app and for applet is diffrent, at cost of room of my screen.

"Organized View", from different "view".

"Organized View" is desgned to avoid something like this, maybe.

"Oh no, not something like this! It's all stretched!"
I wish i can have both and switch it just like you switch your DE in log in screen.
So, which is better do you think? I personally, both. But maybe i will use "Organized View" because i have a bad habit, opening and switching between multiple windows, and by i mean multiple, i mean many of them.
(Sidenote: I found the wallpaper on Google, so it's not mine. I wish i can draw manga or anime, any tips on this?)
This is for usability, which mean i have more room on my screen.

The same one, from different "view".

This one is "Organized View", which means panel for app and for applet is diffrent, at cost of room of my screen.

"Organized View", from different "view".

"Organized View" is desgned to avoid something like this, maybe.

"Oh no, not something like this! It's all stretched!"
I wish i can have both and switch it just like you switch your DE in log in screen.
So, which is better do you think? I personally, both. But maybe i will use "Organized View" because i have a bad habit, opening and switching between multiple windows, and by i mean multiple, i mean many of them.
(Sidenote: I found the wallpaper on Google, so it's not mine. I wish i can draw manga or anime, any tips on this?)
Sorry for my engrish, since it's not my first nor second language.
-
- Level 6
- Posts: 1484
- Joined: Thu Mar 01, 2018 8:36 pm
- Location: San Diego, California, USA
Re: All Desktop Screenshots of 2019
Mint 19.2 XFCE
kernel 4.15.0-72-generic
AMD FX-8350 Eight-Core w/16 GB RAM
Nvidia GeForce 960 w/2GB RAM (440.44)

kernel 4.15.0-72-generic
AMD FX-8350 Eight-Core w/16 GB RAM
Nvidia GeForce 960 w/2GB RAM (440.44)

Re: All Desktop Screenshots of 2019
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
Re: All Desktop Screenshots of 2019
I have different set-ups, too, and I use keyboard shortcuts to change them on the fly.Hakase Hamdani wrote: ⤴Wed Sep 18, 2019 8:48 amI wish i can have both and switch it just like you switch your DE in log in screen.
alt+d goes dark with aqua dark theme and aqua dark icons with white cursor
alt+l goes light with aqua darker theme and aqua dark icons with black cursor
shift+alt+ d or l does the same thing as above except with the mint themes and mint icons.
themedark.sh
Code: Select all
#!/bin/bash
gsettings set org.cinnamon.desktop.interface gtk-theme "Mint-Y-Dark-Aqua-Lexend"
gsettings set org.cinnamon.theme name "Mint-Y-Dark-Aqua-Lexend"
gsettings set org.cinnamon.desktop.interface cursor-theme 'capitaine-cursors-light-r3'
gsettings set org.cinnamon.desktop.interface icon-theme 'Mint-Y-Dark-Aqua'
Code: Select all
#!/bin/bash
gsettings set org.cinnamon.desktop.interface gtk-theme "Mint-Y-Darker-Aqua-Lexend"
gsettings set org.cinnamon.theme name "Mint-Y-Aqua-Lexend"
gsettings set org.cinnamon.desktop.interface cursor-theme 'capitaine-cursors-r3'
gsettings set org.cinnamon.desktop.interface icon-theme 'Mint-Y-Dark-Aqua'
You can also use
Code: Select all
dconf dump /org/cinnamon/ > cinnamon.dconf
Code: Select all
dconf load /org/cinnamon/ < cinnamon.dconf
EDIT: Oh, I use the Capitaine cursors, and the -Lexend at the end of my themes is just a modified version of the theme with the Lexend font which is very nice!

- Hugh Neutron
- Level 2
- Posts: 60
- Joined: Wed Sep 25, 2019 3:52 pm
Re: All Desktop Screenshots of 2019

halp!


GNU/SystemD/Linux(the kernel)/X.org/Debian 9 (testing) forked/Ubuntu 18.04.3 LTS (Bionic Beaver)/Linux Mint 19.2 (Tina) Cinnamon edition
- darknetmatrix
- Level 3
- Posts: 126
- Joined: Fri Dec 19, 2008 9:10 pm
Re: All Desktop Screenshots of 2019
HP Z400 Workstation
LMDE 3 Cindy
LMDE 3 Cindy
Re: All Desktop Screenshots of 2019
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
Re: All Desktop Screenshots of 2019
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.