呵呵,征集各位的屏幕抓图!
-
- 帖子: 140
- 注册时间: 2009-03-03 0:04
- YeLee
- 论坛版主
- 帖子: 26406
- 注册时间: 2008-08-13 8:48
- 系统: Fundu i64
- 来自: 东海硇州,一双管钥。
- 联系:
Re: 桌面接力,把你的桌面Show出来……
Debian的,用Nodoka主题,加个Oxygen图标
◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
- b33e
- 帖子: 3874
- 注册时间: 2011-06-07 14:20
- monk
- 帖子: 19507
- 注册时间: 2010-01-28 10:45
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
Re: 桌面接力,把你的桌面Show出来……
牛哥左上角的arch图标咋弄出来的?
- monk
- 帖子: 19507
- 注册时间: 2010-01-28 10:45
Re: 桌面接力,把你的桌面Show出来……
gnome-shell-extension-activities-button
cat .local/share/gnome-shell/extensions/activitiesbutton\@fpmurphy.com/extension.js
const St = imports.gi.St;
const Main = imports.ui.main;
const Panel = imports.ui.panel;
const Gettext = imports.gettext.domain('gnome-shell');
const _ = Gettext.gettext;
function main() {
let hotCornerButton = Main.panel.button;
let box = new St.BoxLayout({ style_class: 'activities_box'});
// change the text string if you want to display different text
// for the activities button
let label = new St.Label({ text: _("archlinux"),
style_class: 'activities_text' });
// change the icon_name if you want to display a different icon
// the icon must exist in the appropriate directory
let logo = new St.Icon({ icon_type: St.IconType.FULLCOLOR,
icon_size: hotCornerButton.height,
icon_name: 'archlinux-logo-icon' });
// comment out this line if you do not want an icon displayed
box.add_actor(logo);
// comment out this line if you do not want the label displayed
box.add_actor(label);
Main.panel.button.set_child(box);
}
天上的雨、地下的水、一阵风吹过
*********宁静致远*********
如果我说的有什么不对,请看签名第一行
*********宁静致远*********
如果我说的有什么不对,请看签名第一行
-
- 帖子: 12134
- 注册时间: 2008-01-11 17:02
- nmsfan
- 帖子: 18958
- 注册时间: 2009-10-16 22:46
- 来自: finland
Re: 桌面接力,把你的桌面Show出来……
牛哥老牛了
>>>>推Ubuntu 桌面培训~~<<<<
>>>>想加入/了解gimp汉化吗,点我吧~<<<<
——————————————————————
不推荐wubi,也不推荐你给别人推荐wubi…………
随心而为的感觉真好……
强推mayhem!!
强推ensiferum
>>>>想加入/了解gimp汉化吗,点我吧~<<<<
——————————————————————
不推荐wubi,也不推荐你给别人推荐wubi…………
随心而为的感觉真好……
强推mayhem!!
强推ensiferum
- monk
- 帖子: 19507
- 注册时间: 2010-01-28 10:45
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
Re: 桌面接力,把你的桌面Show出来……
对了,牛哥把你图标主题的archlinux-logo的图标发我一个呗,我的图标主题的logo不太好
svg格式的那个
svg格式的那个
-
- 帖子: 1
- 注册时间: 2011-06-28 11:59
- Dinosaur Rye
- 帖子: 38
- 注册时间: 2011-06-20 17:42
- ericzb
- 帖子: 441
- 注册时间: 2006-11-16 21:34
- 来自: Bridge View
- 联系:
-
- 帖子: 3
- 注册时间: 2011-01-05 1:11