mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
append -light onto the default ubuntu screen profile description
This commit is contained in:
parent
84cf26b3ae
commit
a55d9df370
2 changed files with 4 additions and 3 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,8 +1,9 @@
|
|||
screen-profiles (1.15) UNRELEASED; urgency=low
|
||||
|
||||
* profiles/ubuntu: Ubuntu pseudo-logo looks better on dark black
|
||||
* select-screen-profile: append -light to default Ubuntu profile
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 26 Jan 2009 14:36:19 -0600
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 26 Jan 2009 14:59:27 -0600
|
||||
|
||||
screen-profiles (1.14-0ubuntu1) jaunty; urgency=low
|
||||
|
||||
|
|
|
@ -72,10 +72,10 @@ prompt() {
|
|||
i=$(expr $i + 1)
|
||||
desc=" "
|
||||
if [ "$x" = "ubuntu" ]; then
|
||||
desc="<---- ` gettext 'recommended'`"
|
||||
desc="-light\t<---- ` gettext 'recommended'`"
|
||||
simple=$i
|
||||
fi
|
||||
echo " $i. $x \t\t$desc"
|
||||
echo " $i. $x$desc"
|
||||
done
|
||||
echo
|
||||
selected=x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue