timonoko 8 hours ago

Not much of a study, as regards to XFCE at least. Everything is movable and programmable. With multiple screens that are on and off this is kinda crucial.

This is my contribution to XFCE4. Making new icons was just too bothersome.

  cat /usr/local/bin/noko-make-icon 
  file=~/.local/share/applications/$1-noko.desktop
  echo [Desktop Entry] > $file
  echo Name=$1 >> $file
  echo Comment=noko-made >> $file
  echo Exec=$1 >> $file
  echo Terminal=false >> $file
  echo Icon=~/.local/share/icons/nokoicon.png >> $file
  echo Type=Application >> $file