超级简约的桌面(openbox+rox或openbox+pcmanfm)

桌面秀,不同桌面、不同风格。
头像
kofshower
帖子: 1343
注册时间: 2007-03-13 11:23
联系:

#46

帖子 kofshower » 2008-09-04 13:33

我的默认shell是zsh:

代码: 全选

hunch:x:1000:1000:hunch,,,:/home/hunch:/usr/bin/zsh
我的终端窗口的默认配置是(由openbox管理):

代码: 全选

<application name="terminator">
				<decor>no</decor>
				<desktop>all</desktop>
				<position>
					<x>center</x>
				</position>
			</application>
最后随系统运行启动:

代码: 全选

if which terminator >/dev/null; then
	killall terminator >/dev/null
	terminator &
fi
"We are all in the mud, but some of us are looking at the stars." (Oscar Wilde)
We are not born for ourselves.
人生天地间,并非为自己
Homepage:http://sites.google.com/site/polarisnotme/
junlovemin
帖子: 26
注册时间: 2006-09-26 19:55

#47

帖子 junlovemin » 2008-09-04 14:01

kofshower 写了:我的默认shell是zsh:

代码: 全选

hunch:x:1000:1000:hunch,,,:/home/hunch:/usr/bin/zsh
我的终端窗口的默认配置是(由openbox管理):

代码: 全选

<application name="terminator">
				<decor>no</decor>
				<desktop>all</desktop>
				<position>
					<x>center</x>
				</position>
			</application>
最后随系统运行启动:

代码: 全选

if which terminator >/dev/null; then
	killall terminator >/dev/null
	terminator &
fi
谢谢,我想问那个bash的PS1怎么设置的,就是这个效果怎么来的图片
附件
bash.jpg
bash.jpg (10.43 KiB) 查看 1892 次
junlovemin
帖子: 26
注册时间: 2006-09-26 19:55

#48

帖子 junlovemin » 2008-09-04 14:56

期望楼主写出详细的教程来,嘿嘿 :D
头像
kofshower
帖子: 1343
注册时间: 2007-03-13 11:23
联系:

#49

帖子 kofshower » 2008-09-04 15:25

junlovemin 写了:
kofshower 写了:我的默认shell是zsh:

代码: 全选

hunch:x:1000:1000:hunch,,,:/home/hunch:/usr/bin/zsh
我的终端窗口的默认配置是(由openbox管理):

代码: 全选

<application name="terminator">
				<decor>no</decor>
				<desktop>all</desktop>
				<position>
					<x>center</x>
				</position>
			</application>
最后随系统运行启动:

代码: 全选

if which terminator >/dev/null; then
	killall terminator >/dev/null
	terminator &
fi
谢谢,我想问那个bash的PS1怎么设置的,就是这个效果怎么来的图片
可以看http://forum.ubuntu.org.cn/viewtopic.php?p=856163&sid=538260a0395d3ae5331b5a8b20f07fc7,是关于zsh的。
其实bash也可以实现这些效果,就是自己设置一个:
export PS1="[\$?]${PS1}"
看下面的效果是设置命令的返回值的,你也可以自己加,比如`date`或是什么的信息。着色的话
方法很多比如BashStyle NG(http://www.nanolx.org/index.php?option= ... &Itemid=53),Acoc之类的设置工具
附件
2008-09-04-153047_871x126_scrot.png
上次由 kofshower 在 2008-09-04 15:40,总共编辑 2 次。
"We are all in the mud, but some of us are looking at the stars." (Oscar Wilde)
We are not born for ourselves.
人生天地间,并非为自己
Homepage:http://sites.google.com/site/polarisnotme/
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#50

帖子 eexpress » 2008-09-04 15:31

额。搞这么花的PS1啊。不是介绍过一个软件,定制这些的吗。
● 鸣学
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#51

帖子 eexpress » 2008-09-04 15:33

● 鸣学
头像
kofshower
帖子: 1343
注册时间: 2007-03-13 11:23
联系:

#52

帖子 kofshower » 2008-09-04 15:36

呵呵,基本原理还是设置PS1变量
"We are all in the mud, but some of us are looking at the stars." (Oscar Wilde)
We are not born for ourselves.
人生天地间,并非为自己
Homepage:http://sites.google.com/site/polarisnotme/
junlovemin
帖子: 26
注册时间: 2006-09-26 19:55

#53

帖子 junlovemin » 2008-09-04 16:18

楼主可以贴一下你的zsh的配置文件么?我配置的每次都会突出去。很难看
头像
kofshower
帖子: 1343
注册时间: 2007-03-13 11:23
联系:

#54

帖子 kofshower » 2008-09-04 23:14

junlovemin 写了:楼主可以贴一下你的zsh的配置文件么?我配置的每次都会突出去。很难看
怎么怀疑是你虚拟终端的配置问题。你用什么虚拟终端的。不是很明白您的描述~有图片么
"We are all in the mud, but some of us are looking at the stars." (Oscar Wilde)
We are not born for ourselves.
人生天地间,并非为自己
Homepage:http://sites.google.com/site/polarisnotme/
头像
kofshower
帖子: 1343
注册时间: 2007-03-13 11:23
联系:

#55

帖子 kofshower » 2008-09-04 23:26

junlovemin 写了:期望楼主写出详细的教程来,嘿嘿 :D
保证写,其实想到简单,我是指设置简单。linux关键在于选择,我也换了不少组合了。发现什么没有用就砍掉。
我打算帮我女朋友开学的时候安装电脑的时候写,顺便记下经过,女朋友不熟悉linux,所以我用最简单的搭配先写
"We are all in the mud, but some of us are looking at the stars." (Oscar Wilde)
We are not born for ourselves.
人生天地间,并非为自己
Homepage:http://sites.google.com/site/polarisnotme/
junlovemin
帖子: 26
注册时间: 2006-09-26 19:55

#56

帖子 junlovemin » 2008-09-05 8:24

kofshower 写了:
junlovemin 写了:期望楼主写出详细的教程来,嘿嘿 :D
保证写,其实想到简单,我是指设置简单。linux关键在于选择,我也换了不少组合了。发现什么没有用就砍掉。
我打算帮我女朋友开学的时候安装电脑的时候写,顺便记下经过,女朋友不熟悉linux,所以我用最简单的搭配先写
我比较喜欢楼主openbox的方案,比较简单,也很好看,就是最后几张图片的那样,哈哈,期待楼主的大作
头像
kofshower
帖子: 1343
注册时间: 2007-03-13 11:23
联系:

#57

帖子 kofshower » 2008-09-13 7:59

junlovemin 写了:
kofshower 写了:
junlovemin 写了:期望楼主写出详细的教程来,嘿嘿 :D
保证写,其实想到简单,我是指设置简单。linux关键在于选择,我也换了不少组合了。发现什么没有用就砍掉。
我打算帮我女朋友开学的时候安装电脑的时候写,顺便记下经过,女朋友不熟悉linux,所以我用最简单的搭配先写
我比较喜欢楼主openbox的方案,比较简单,也很好看,就是最后几张图片的那样,哈哈,期待楼主的大作
帮女友安装完系统了,这个桌面的配置写在
https://sites.google.com/site/polarisno ... nelonetray
因为我不擅长描述细节,可能细节得指望她来写了
"We are all in the mud, but some of us are looking at the stars." (Oscar Wilde)
We are not born for ourselves.
人生天地间,并非为自己
Homepage:http://sites.google.com/site/polarisnotme/
头像
guiwen1158
帖子: 1078
注册时间: 2008-05-11 11:10
来自: 深圳
联系:

#58

帖子 guiwen1158 » 2008-09-14 18:24

很强大,也很漂亮。
头像
kofshower
帖子: 1343
注册时间: 2007-03-13 11:23
联系:

#59

帖子 kofshower » 2008-09-14 23:43

备份下vimperator和桌面还有x的配置
附件
openbox.tar.bz2
openbox
(7.12 KiB) 已下载 100 次
desktopsetting.tar.bz2
(9.94 KiB) 已下载 104 次
vi-likefirefox.tar.bz2
(1.14 KiB) 已下载 73 次
xsetting.tar.bz2
(4.14 KiB) 已下载 96 次
2008-09-14-234110_1280x800_scrot.png
上次由 kofshower 在 2008-09-16 16:56,总共编辑 1 次。
"We are all in the mud, but some of us are looking at the stars." (Oscar Wilde)
We are not born for ourselves.
人生天地间,并非为自己
Homepage:http://sites.google.com/site/polarisnotme/
头像
toawinner47
帖子: 200
注册时间: 2006-11-08 20:46
联系:

#60

帖子 toawinner47 » 2008-09-15 20:58

#GNU Colors 需要/etc/DIR_COLORS文件 否则自动补全时候选菜单中的选项不能彩色显示
/etc/DIR_COLORS请问楼主是指那个文件?
回复