tint2

#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------

#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 0
border_width = 0
background_color = #1A1A1A 0
border_color = #979797 100

rounded = 0
border_width = 0
background_color = #ffffff 20
border_color = #ffffff 20

rounded = 0
border_width = 0
background_color = #ffffff 0
border_color = #ffffff 0

#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
panel_position = bottom center
panel_size = 98% 20
panel_margin = 0 0
panel_padding = 10 0
font_shadow = 0
panel_background_id = 0

#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = multi_desktop
taskbar_padding = 0 0 0
taskbar_background_id = 1

#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 1
task_text = 1
task_width = 120
task_centered = 1
task_padding = 2 2
task_font = sans 10
task_font_color = #ffffff 70
task_active_font_color = #ffffff 85
task_background_id = 3
task_active_background_id = 2

#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray_padding = 4 2 3
systray_background_id = 1

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %A %d %B %H:%M
time1_font = sans 8
#time2_format = %A %d %B
#time2_font = sans 5
clock_font_color = #ffffff 76
clock_padding = 4 4
clock_background_id = 1

#---------------------------------------------
# BATTERY
#---------------------------------------------
#battery = 0
#battery_low_status = 7
#battery_low_cmd = notify-send "battery low"
#bat1_font = sans 8
#bat2_font = sans 6
#battery_font_color = #ffffff 76
#battery_padding = 1 0
#battery_background_id = 0

#---------------------------------------------
# MOUSE ACTION ON TASK
#---------------------------------------------
mouse_middle = none
mouse_right = none
mouse_scroll_up = toggle
mouse_scroll_down = iconify

时间: 2024-08-09 01:50:30

tint2的相关文章

[CrunchBang]tint2默认设置

#---------------------------------------------# TINT2 CONFIG FILE#---------------------------------------------# For more information about tint2, see:# http://code.google.com/p/tint2/wiki/Welcome## For more config file examples, see:# http://crunchb

Add task bar to ubuntu

http://www.howtogeek.com/189819/how-to-add-a-taskbar-to-the-desktop-in-ubuntu-14.04/ sudo apt-get install tint2

arch 安装图形界面

图形界面的安装.--- 引导: 1.显卡驱动,这里我们是集成显卡,根据wiki提示安装xf86-video-intel 2.安装xorg-server,xorg-server-utils,xorg-xinit : 后来由于测试alsa声音,要用到xorg-xdpyinfo ,又安装了xorg-apps 3.桌面 :openbox + tint2 (tint2git)+ docky 相关工具:obconf,obmenu(以及mmaker) ; 壁纸用的feh,文件夹管理pcmanfm 4.声音控制

Generate Excel

using DocumentFormat.OpenXml.Packaging; using Ap = DocumentFormat.OpenXml.ExtendedProperties; using Vt = DocumentFormat.OpenXml.VariantTypes; using DocumentFormat.OpenXml; using DocumentFormat.OpenXml.Spreadsheet; using A = DocumentFormat.OpenXml.Dra

[email protected]装饰符

''' # 不改变原函数代码,在调用原函数之前或之后执行其他代码 # 不加参数是两层def,会直接将原函数地址传递进来,返回new_fun(带原函数地址)下的inner函数 # 原函数执行前调用的函数(统一参数) # def new_fun(sfunc): # def inner(args): # # 新添加内容 # print('装饰符...') # sfunc(args) # return inner # 原函数执行前调用的函数(不统一参数) # def new_fun(sfunc): #

TMS320F28335项目开发记录8_28335之GPIO引脚

GPIO(General-Purpose Input/Output)--通用输入/输出口: DSP28335 GPIO模块分为三类IO口:PORTA(0-31),PORTB(32-63),PORTC(64-87) 对GPIO模块的设置主要通过三类寄存器来完成,分别是:控制寄存器.数据寄存器.中断寄存器. 1.控制寄存器 GPxCTRL;    // GPIO x Control Register (GPIO0 to 31) //设置采样窗周期T=2*GPXCTRL*Tsysclk: GPxQSE

arch安装

[archwiki-install]: (https://wiki.archlinux.org/index.php/Installation_guide) uefi+gpt Gummiboot #set locale'''nano /etc/locale.gen'''en_US.UTF-8 UTF-8  zh_CN.GB18030 GB18030  zh_CN.GBK GBK  zh_CN.UTF-8 UTF-8  zh_CN GB2312 '''locale-gen''' '''echo "L

Object Pascal 语法之语言基础(二)

1.5 数据类型与定义变量 Object Pascal 语言的最大特点是对数据类型的要求非常严谨.传递给过程或函数的参数值必须与形参的类型一致.在Object Pascal 语言中不会看到像C 语言编译器提示的“可疑的指针转换”等警告信息.由于Object Pascal 语言对数据类型比较严谨,因此它会对代码进行严格检查,以确保不会出现错误.变量是程序代码中代表一个内存地址的标识符,那么该地址的内存内容就可以在程序代码执行时被改变.每个变量都有一个名字和数据类型,名字可以用来引用变量,数据类型决

linuxtoy.org资源

https://linuxtoy.org/archives.html Archives 在 Android 系统上安装 Debian Linux 与 R (2015-07-14) Pinos:实现摄像头共享 (2015-07-06) Firefox 40 Beta (2015-07-04) BookDrop: 通过 Dropbox 接收 Kindle 电子书 (2015-06-24) Linux Kernel 4.1 (2015-06-23) b2gdroid:在 Android 手机上一键切换