You are not logged in.
Offline
My new Debian 9.6 Stretch with Xfce, conky script made by me..love it!
WM Theme: Adapta-BlueGrey-Nokto
Icon theme: Papirus
Conky script: Conky Skeleton
Offline
Xubuntu fanboy here!
Offline
Simples and clean
Offline
Screenfetch tells all. Tux's GNOME Tweaks is a custom theme I made, so is Tux Darkish, and I also use a Minecraft cursor theme. I made a custom Bash prompt, I made a custom Run Program window with YAD, custom mimetypes for kernel executables and initrd's, etc. etc. I like to see what can and can't be done (which has led to me re-installing the OS 4 times, two of which probably could have been avoided... Timeshift backups take up too much space on this puny laptop.)
(Is it plagarism or something to call myself Tux? i don't even know. SuperTux20 came to be when I couldn't figure out a Minecraft name so I panicked and it stuck)
Here, have the Run box.
run=$(yad --center --text="Enter command below..." --image=application-x-executable --image-on-top --window-icon=system-run --title="" --button="Run!system-run:0" --button="Exit!stop:2" --entry --text-align=center --borders=16)
if [ $? -eq 2 ]
then
exit
elif [ $? -eq 1 ]
then
command -v $run >/dev/null 2>&1 || { yad --center --error --title="Error" --text="$run: Command not found.\n¯\\\_('︿')_/¯" --text-align=center --borders=16 --button="Try another!application-x-executable:0" --button="Dismiss!stop:2" --image=error --window-icon=face-sad; if [ $? -eq 2 ]
then
exit
elif [ $? -eq 1 ]
then
run
fi; }
$run
fi
How about the Bash prompt? A couple holidays, too!
if [ $(command date +%m/%d) = 10/31 ]
then
PS1="${debian_chroot:+($debian_chroot)}\[\033[1;38;5;202m\]Halloween $(command date +%Y) \@\[\033[1;34m\] \w\n\[\033[1;33m\]\h awaits the spookiness.\n\[\033[1;31m\]Spook below.\[\033[38;5;202m\]\n\$ "
elif [ $(command date +%m) = 12 ] && [ $(command date +%d) = 24 ] || [ $(command date +%d) = 25 ]
then
PS1="${debian_chroot:+($debian_chroot)}\[\033[1;31m\]Christmas \[\033[1;37m\]$(command date +%Y) \[\033[1;31m\]\@ \[\033[1;37m\]\w\n\[\033[1;32m\]Merry Christmas, \u!\n\[\033[1;31m\]Commence \[\033[1;37m\]the \[\033[1;31m\]festivities \[\033[1;37m\]below!\[\033[32m\]\n\$ "
else
PS1="${debian_chroot:+($debian_chroot)}\[\033[1;33m\]\d \@\[\033[1;34m\] \w\nWelcome back, \u.\n\[\033[1;32m\]Please type a command below.\[\033[0m\]\n\$ "
fi
If this is a bit much/against the rules, please tell me. I'm a bit new to forums and stuff.
Offline
Thought I would show the default desktop for MX-18 that was released last week. The conky top middle (based on an old conky "Elementary") is enabled by default, the one I put on the right (a modification of "Core Blue") comes from the MX collection of 40 or so we include with the distro. Panel is lightly modified from default.
Last edited by Jerry3904 (2018-12-30 17:57:36)
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 540.97 KiB (Peak: 542.25 KiB) ]