zoukankan      html  css  js  c++  java
  • 【crunch bang】 tint2-用来控制桌面的布局

    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://crunchbanglinux.org/forums/topic/3232/my-tint2-config/
    #---------------------------------------------
    # TINT2 CONFIG FILE
    #---------------------------------------------
    # For more information about tint2, see:
    # http://code.google.com/p/tint2/wiki/Welcome
    #
    # For more config file examples, see:
    # http://crunchbanglinux.org/forums/topic/3232/my-tint2-config/
    #---------------------------------------------
    # BACKGROUND AND BORDER
    #---------------------------------------------
    rounded = 5
    border_width = 1
    background_color = #000000 50
    border_color = #FFFFFF 40
    
    rounded = 3
    border_width = 0
    background_color = #ffffff 40
    border_color = #ffffff 30
    
    rounded = 3
    border_width = 1
    background_color = #ffffff 0
    border_color = #ffffff 0
    
    rounded = 0
    border_width = 0
    background_color = #000000 50
    border_color = #ffffff 0
    
    #---------------------------------------------
    # PANEL
    #---------------------------------------------
    panel_monitor = all
    panel_position = bottom center
    panel_size = 100% 34
    panel_margin = 0 0
    panel_padding = 3 3
    font_shadow = 0
    panel_background_id = 0
    
    #---------------------------------------------
    # TASKBAR
    #---------------------------------------------
    taskbar_mode = single_desktop
    taskbar_padding = 2 2 2
    taskbar_background_id = 1
    
    #---------------------------------------------
    # TASKS
    #---------------------------------------------
    task_icon = 1
    task_text = 1
    task_width =
    task_centered = 0
    task_padding = 2 2 2
    task_font = sans 8
    task_font_color = #ffffff 70
    task_active_font_color = #ffffff 100
    task_background_id = 3
    task_active_background_id = 2
    
    #---------------------------------------------
    # SYSTRAYBAR
    #---------------------------------------------
    systray_padding = 4 2 3
    systray_background_id = 3
    
    #---------------------------------------------
    # CLOCK
    #---------------------------------------------
    time1_format = %l:%M %p  - %A, %b %d 
    time1_font = sans 8
    time2_format = 
    time2_font = sans 7
    clock_font_color = #ffffff 100
    clock_padding = 4 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 = 2
    
    
    #---------------------------------------------
    # MOUSE ACTION ON TASK
    #---------------------------------------------
    mouse_middle = none
    mouse_right = none
    mouse_scroll_up = toggle
    mouse_scroll_down = iconify
    
  • 相关阅读:
    containerd
    0/1 nodes are available: 1 node(s) had taint {node-role.kubernetes.io/master: }
    failed to pull image k8s.gcr.io/kube-controller-manage
    journalctl
    How to use Kata Containers and CRI (containerd plugin) with Kubernetes
    kubelet kubeadm kubectl install
    make an overlay with mount
    2018-2-13-不使用数据结构反转栈
    2018-8-10-卷积神经网络全面解析
    论分布式系统内的节点坏盘感知
  • 原文地址:https://www.cnblogs.com/lizunicon/p/3508576.html
Copyright © 2011-2022 走看看