From d20aa50f9c4a2826b1be9f09bb75a0b17adb6c14 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Tue, 24 Nov 2020 15:17:50 +0200 Subject: [PATCH] Housecleaning --- bashrc | 35 +- config/dunst/dunstrc | 257 ----------- config/neofetch/config.conf | 17 +- config/openbox/autostart | 15 - config/openbox/kblayout.sh | 4 - config/openbox/rc.xml | 817 --------------------------------- config/openbox/screenlayout.sh | 2 - config/openbox/setbg.sh | 2 - config/picom/picom.conf | 28 -- config/rofi/config.rasi | 5 - config/tint2/main | 222 --------- config/tint2/secondary | 222 --------- 12 files changed, 14 insertions(+), 1612 deletions(-) delete mode 100644 config/dunst/dunstrc delete mode 100644 config/openbox/autostart delete mode 100755 config/openbox/kblayout.sh delete mode 100644 config/openbox/rc.xml delete mode 100755 config/openbox/screenlayout.sh delete mode 100755 config/openbox/setbg.sh delete mode 100644 config/picom/picom.conf delete mode 100644 config/rofi/config.rasi delete mode 100644 config/tint2/main delete mode 100644 config/tint2/secondary diff --git a/bashrc b/bashrc index a7d27f4..36a2011 100644 --- a/bashrc +++ b/bashrc @@ -1,39 +1,14 @@ -# Exit if not interactive if [[ $- != *i* ]] ; then + # Shell is non-interactive. Be done now! return fi -# Environment Variables +# The city's finest exports! export GIT_EDITOR="vim" export PATH="$PATH:$HOME/.local/bin" -export QT_QPA_PLATFORMTHEME=kvantum +export PS1="\[$(tput setaf 2)\]\u@\h\[$(tput setaf 4)\] \w\[$(tput sgr0)\] \\$ " +export TERM=xterm-color # Fixes ssh since I use alacritty and it sets the TERM to its name export VIMINIT="source $HOME/.config/vim/vimrc" -# Functions -dfa() { - echo "dumbfuck alert" -} -vpn() { - if [ "$1" == "on" ]; then - cmd="c --p2p" - elif [ "$1" == "off" ]; then - cmd="d" - elif [ "$1" == "status" ]; then - cmd="s" - else - echo "Please pass an argument: on, off, status" - return - fi - doas protonvpn "$cmd" -} -ip_check() { - curl wgetip.net/n -} -# Aliases -alias reboot="doas reboot" -alias shutdown="doas shutdown -h now" -alias sudo=dfa -alias scrot="$HOME/.local/bin/scrot.sh $@" -alias vpn=vpn -alias extip=ip_check +alias ls="ls --color=auto" diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc deleted file mode 100644 index 5544866..0000000 --- a/config/dunst/dunstrc +++ /dev/null @@ -1,257 +0,0 @@ -[global] -font = Hack 11 - -# Allow a small subset of html markup: -# bold -# italic -# strikethrough -# underline -# -# For a complete reference see -# . -# If markup is not allowed, those tags will be stripped out of the -# message. -markup = yes -plain_text = no - -# The format of the message. Possible variables are: -# %a appname -# %s summary -# %b body -# %i iconname (including its path) -# %I iconname (without its path) -# %p progress value if set ([ 0%] to [100%]) or nothing -# Markup is allowed -format = "%s\n%b" - -# Sort messages by urgency. -sort = no - -# Show how many messages are currently hidden (because of geometry). -indicate_hidden = yes - -# Alignment of message text. -# Possible values are "left", "center" and "right". -alignment = center - -# The frequency with wich text that is longer than the notification -# window allows bounces back and forth. -# This option conflicts with "word_wrap". -# Set to 0 to disable. -bounce_freq = 0 - -# Show age of message if message is older than show_age_threshold -# seconds. -# Set to -1 to disable. -show_age_threshold = -1 - -# Split notifications into multiple lines if they don't fit into -# geometry. -word_wrap = yes - -# Ignore newlines '\n' in notifications. -ignore_newline = no - -# Hide duplicate's count and stack them -stack_duplicates = yes -hide_duplicates_count = yes - - -# The geometry of the window: -# [{width}]x{height}[+/-{x}+/-{y}] -# The geometry of the message window. -# The height is measured in number of notifications everything else -# in pixels. If the width is omitted but the height is given -# ("-geometry x2"), the message window expands over the whole screen -# (dmenu-like). If width is 0, the window expands to the longest -# message displayed. A positive x is measured from the left, a -# negative from the right side of the screen. Y is measured from -# the top and down respectevly. -# The width can be negative. In this case the actual width is the -# screen width minus the width defined in within the geometry option. -#geometry = "250x50-40+40" -geometry = "300x50-15-49" - -# Shrink window if it's smaller than the width. Will be ignored if -# width is 0. -shrink = no - -# The transparency of the window. Range: [0; 100]. -# This option will only work if a compositing windowmanager is -# present (e.g. xcompmgr, compiz, etc.). -transparency = 5 - -# Don't remove messages, if the user is idle (no mouse or keyboard input) -# for longer than idle_threshold seconds. -# Set to 0 to disable. -idle_threshold = 0 - -# Which monitor should the notifications be displayed on. -monitor = 0 - -# Display notification on focused monitor. Possible modes are: -# mouse: follow mouse pointer -# keyboard: follow window with keyboard focus -# none: don't follow anything -# -# "keyboard" needs a windowmanager that exports the -# _NET_ACTIVE_WINDOW property. -# This should be the case for almost all modern windowmanagers. -# -# If this option is set to mouse or keyboard, the monitor option -# will be ignored. -follow = none - -# Should a notification popped up from history be sticky or timeout -# as if it would normally do. -sticky_history = yes - -# Maximum amount of notifications kept in history -history_length = 15 - -# Display indicators for URLs (U) and actions (A). -show_indicators = no - -# The height of a single line. If the height is smaller than the -# font height, it will get raised to the font height. -# This adds empty space above and under the text. -line_height = 3 - -# Draw a line of "separatpr_height" pixel height between two -# notifications. -# Set to 0 to disable. -separator_height = 2 - -# Padding between text and separator. -padding = 6 - -# Horizontal padding. -horizontal_padding = 6 - -# Define a color for the separator. -# possible values are: -# * auto: dunst tries to find a color fitting to the background; -# * foreground: use the same color as the foreground; -# * frame: use the same color as the frame; -# * anything else will be interpreted as a X color. -separator_color = frame - -# Print a notification on startup. -# This is mainly for error detection, since dbus (re-)starts dunst -# automatically after a crash. -startup_notification = false - -# dmenu path. -dmenu = /usr/bin/dmenu -p dunst: - -# Browser for opening urls in context menu. -browser = /usr/bin/firefox -new-tab - -# Align icons left/right/off -icon_position = off -max_icon_size = 80 - -# Paths to default icons. -icon_path = /usr/share/icons/Paper/16x16/mimetypes/:/usr/share/icons/Paper/48x48/status/:/usr/share/icons/Paper/16x16/devices/:/usr/share/icons/Paper/48x48/notifications/:/usr/share/icons/Paper/48x48/emblems/ - -frame_width = 3 -frame_color = "#8EC07C" - -[shortcuts] - -# Shortcuts are specified as [modifier+][modifier+]...key -# Available modifiers are "ctrl", "mod1" (the alt-key), "mod2", -# "mod3" and "mod4" (windows-key). -# Xev might be helpful to find names for keys. - -# Close notification. -close = ctrl+space - -# Close all notifications. -close_all = ctrl+shift+space - -# Redisplay last message(s). -# On the US keyboard layout "grave" is normally above TAB and left -# of "1". -history = ctrl+grave - -# Context menu. -context = ctrl+shift+period - -[urgency_low] -# IMPORTANT: colors have to be defined in quotation marks. -# Otherwise the "#" and following would be interpreted as a comment. -frame_color = "#3B7C87" -foreground = "#3B7C87" -background = "#191311" -#background = "#2B313C" -timeout = 4 - -[urgency_normal] -frame_color = "#5B8234" -foreground = "#5B8234" -background = "#191311" -#background = "#2B313C" -timeout = 6 - -[urgency_critical] -frame_color = "#B7472A" -foreground = "#B7472A" -background = "#191311" -#background = "#2B313C" -timeout = 8 - - -# Every section that isn't one of the above is interpreted as a rules to -# override settings for certain messages. -# Messages can be matched by "appname", "summary", "body", "icon", "category", -# "msg_urgency" and you can override the "timeout", "urgency", "foreground", -# "background", "new_icon" and "format". -# Shell-like globbing will get expanded. -# -# SCRIPTING -# You can specify a script that gets run when the rule matches by -# setting the "script" option. -# The script will be called as follows: -# script appname summary body icon urgency -# where urgency can be "LOW", "NORMAL" or "CRITICAL". -# -# NOTE: if you don't want a notification to be displayed, set the format -# to "". -# NOTE: It might be helpful to run dunst -print in a terminal in order -# to find fitting options for rules. - -#[espeak] -# summary = "*" -# script = dunst_espeak.sh - -#[script-test] -# summary = "*script*" -# script = dunst_test.sh - -#[ignore] -# # This notification will not be displayed -# summary = "foobar" -# format = "" - -#[signed_on] -# appname = Pidgin -# summary = "*signed on*" -# urgency = low -# -#[signed_off] -# appname = Pidgin -# summary = *signed off* -# urgency = low -# -#[says] -# appname = Pidgin -# summary = *says* -# urgency = critical -# -#[twitter] -# appname = Pidgin -# summary = *twitter.com* -# urgency = normal -# -# vim: ft=cfg diff --git a/config/neofetch/config.conf b/config/neofetch/config.conf index 7247926..d54adb9 100644 --- a/config/neofetch/config.conf +++ b/config/neofetch/config.conf @@ -13,21 +13,22 @@ print_info() { info "Resolution" resolution info "DE" de info "WM" wm - info "WM Theme" wm_theme - info "Theme" theme - info "Icons" icons + #info "WM Theme" wm_theme + #info "Theme" theme + #info "Icons" icons info "Terminal" term info "Terminal Font" term_font info "CPU" cpu -# info "CPU Usage" cpu_usage info "GPU" gpu - info "GPU Driver" gpu_driver # Linux/macOS only info "Memory" memory + info "GPU Driver" gpu_driver # Linux/macOS only + # info "CPU Usage" cpu_usage # info "Disk" disk # info "Battery" battery # info "Font" font # info "Song" song + info "Watching" song # [[ $player ]] && prin "Music Player" "$player" # info "Local IP" local_ip # info "Public IP" public_ip @@ -276,7 +277,7 @@ gpu_type="all" # Example: # on: '1920x1080 @ 60Hz' # off: '1920x1080' -refresh_rate="on" +refresh_rate="off" # Gtk Theme / Icons / Font @@ -291,7 +292,7 @@ refresh_rate="on" # Example: # on: 'Numix, Adwaita' # off: 'Numix [GTK2], Adwaita [GTK3]' -gtk_shorthand="on" +gtk_shorthand="off" # Enable/Disable gtk2 Theme / Icons / Font @@ -303,7 +304,7 @@ gtk_shorthand="on" # Example: # on: 'Numix [GTK2], Adwaita [GTK3]' # off: 'Adwaita [GTK3]' -gtk2="on" +gtk2="off" # Enable/Disable gtk3 Theme / Icons / Font # diff --git a/config/openbox/autostart b/config/openbox/autostart deleted file mode 100644 index 315f38e..0000000 --- a/config/openbox/autostart +++ /dev/null @@ -1,15 +0,0 @@ -# Set screen orientations -$HOME/.config/openbox/screenlayout.sh - -# Set background -$HOME/.config/openbox/setbg.sh - -# Start compositor -picom --experimental-backends --config $HOME/.config/picom/picom.conf & - -# Start panel -tint2 -c $HOME/.config/tint2/main & -tint2 -c $HOME/.config/tint2/secondary & - -# Start systray applications -pnmixer & diff --git a/config/openbox/kblayout.sh b/config/openbox/kblayout.sh deleted file mode 100755 index 666a922..0000000 --- a/config/openbox/kblayout.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -(setxkbmap -query | grep -q "layout:\s\+us") && setxkbmap fi || setxkbmap us - diff --git a/config/openbox/rc.xml b/config/openbox/rc.xml deleted file mode 100644 index bc93305..0000000 --- a/config/openbox/rc.xml +++ /dev/null @@ -1,817 +0,0 @@ - - - - - 10 - 20 - - - yes - - no - - yes - - no - - 200 - - no - - - - Smart - -
yes
- - Primary - - 1 - -
- - Arc-Dark - NLIMC - - yes - yes - - Noto Sans - 9 - - Normal - - Normal - - - - Noto Sans - 9 - - Bold - - Normal - - - - Noto Sans - 9 - - Normal - - Normal - - - - Noto Sans - 9 - - Normal - - Normal - - - - Noto Sans - 9 - - Bold - - Normal - - - - Noto Sans - 9 - - Bold - - Normal - - - - - - 4 - 1 - - 1 - 2 - 3 - 4 - - 250 - - - - yes - Nonpixel - - Center - - - - 10 - - 10 - - - - - - 0 - 0 - 0 - 0 - - - TopLeft - - 0 - 0 - yes - Above - - Vertical - - no - 300 - - 300 - - Middle - - - - C-g - - - - left - no - - - - - right - no - - - - - up - no - - - - - down - no - - - - - left - no - - - - - right - no - - - - - up - no - - - - - down - no - - - - - 1 - - - - - 2 - - - - - 3 - - - - - 4 - - - - - - - - - - - - - - - - - client-menu - - - - - - - - - - - - - - - - - - - - - - - - yes - yes - - - - - - - - - - - right - - - - - left - - - - - up - - - - - down - - - - - - rofi -show - - - - - rofi -show calc - - - - - /home/siina/.config/openbox/kblayout.sh - - - - - - - - 50% - - - west - - - - - - - 50% - - - east - - - - - - - - - 1 - - 500 - - 400 - - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - previous - - - - - next - - - - - previous - - - - - next - - - - - previous - - - - - next - - - - - - - - - - - - - no - - - - - - - - - - - yes - - - - - - - - - - - - - - - - - - - - - - - client-menu - - - - - - - top - - - - - - - left - - - - - - - right - - - - - - - bottom - - - - - - - client-menu - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - client-menu - - - - - - - client-menu - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - vertical - - - - - horizontal - - - - - - - - - - - - - - - - - previous - - - - - next - - - - - previous - - - - - next - - - - - previous - - - - - next - - - - - - - - - - - - - - - - client-list-combined-menu - - - - - root-menu - - - - - - - previous - - - - - next - - - - - previous - - - - - next - - - - - - - - menu.xml - 200 - - no - - 100 - - 400 - - yes - - yes - - - - - -
diff --git a/config/openbox/screenlayout.sh b/config/openbox/screenlayout.sh deleted file mode 100755 index 0398a76..0000000 --- a/config/openbox/screenlayout.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output DisplayPort-0 --off --output DisplayPort-1 --off --output HDMI-A-0 --off --output HDMI-A-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DVI-D-0 --mode 1280x1024 --pos 1920x202 --rotate normal diff --git a/config/openbox/setbg.sh b/config/openbox/setbg.sh deleted file mode 100755 index 8978b92..0000000 --- a/config/openbox/setbg.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -feh --bg-fill /media/storage/Nextcloud/Pictures/persona-aigis.jpg --bg-fit /media/storage/Nextcloud/Pictures/persona-futaba.jpg diff --git a/config/picom/picom.conf b/config/picom/picom.conf deleted file mode 100644 index 4e379a0..0000000 --- a/config/picom/picom.conf +++ /dev/null @@ -1,28 +0,0 @@ -#backend = "glx"; -vsync = true; -use-damage = true; - -unredir-if-possible = false; # Fixes flickering -# glx-no-stencil = true; -# glx-copy-from-front = false; -# glx-use-damage = false; - -shadow = true; - -shadow-radius = 16; -shadow-offset-x = -16; -shadow-offset-y = -12; -shadow-opacity = 0.35; - -shadow-exclude = [ - "! name ~=''", - "name *= 'dunst'", - "name *= 'tint2'", - "name *= 'picom'", - "name *= 'scrot'", - "name *= 'VLC'", - "class_g = 'Firefox' && argb", - "class_g = 'Chrome' && argb" -]; - -# detect-rounded-corners = true; diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi deleted file mode 100644 index 4b37cd8..0000000 --- a/config/rofi/config.rasi +++ /dev/null @@ -1,5 +0,0 @@ -configuration { - modi: "drun,calc,ssh"; - theme: "Arc-Dark"; - font: "hack 10"; -} diff --git a/config/tint2/main b/config/tint2/main deleted file mode 100644 index 7d8d213..0000000 --- a/config/tint2/main +++ /dev/null @@ -1,222 +0,0 @@ -#------------------------------------- -# Gradients -#------------------------------------- -# Backgrounds -# Background 1: Panel -rounded = 0 -border_width = 1 -border_sides = TBLR -background_color = #000000 80 -border_color = #555555 80 -background_color_hover = #000000 80 -border_color_hover = #555555 80 -background_color_pressed = #000000 80 -border_color_pressed = #555555 80 - -# Background 2: Default task, Iconified task -rounded = 0 -border_width = 1 -border_sides = TBLR -background_color = #777777 0 -border_color = #777777 10 -background_color_hover = #777777 4 -border_color_hover = #cccccc 30 -background_color_pressed = #333333 4 -border_color_pressed = #777777 30 - -# Background 3: Active task -rounded = 0 -border_width = 1 -border_sides = TBLR -background_color = #555555 10 -border_color = #ffffff 60 -background_color_hover = #cccccc 10 -border_color_hover = #ffffff 60 -background_color_pressed = #555555 10 -border_color_pressed = #ffffff 60 - -# Background 4: Urgent task -rounded = 5 -border_width = 1 -border_sides = TBLR -background_color = #aa4400 100 -border_color = #aa7733 100 -background_color_hover = #aa4400 100 -border_color_hover = #aa7733 100 -background_color_pressed = #aa4400 100 -border_color_pressed = #aa7733 100 - -# Background 5: Tooltip -rounded = 2 -border_width = 1 -border_sides = TBLR -background_color = #ffffaa 100 -border_color = #999999 100 -background_color_hover = #ffffaa 100 -border_color_hover = #999999 100 -background_color_pressed = #ffffaa 100 -border_color_pressed = #999999 100 - -# Background 6: Inactive desktop name -rounded = 2 -border_width = 1 -border_sides = TBLR -background_color = #777777 0 -border_color = #777777 30 -background_color_hover = #777777 4 -border_color_hover = #cccccc 30 -background_color_pressed = #777777 0 -border_color_pressed = #777777 30 - -# Background 7: Active desktop name -rounded = 2 -border_width = 1 -border_sides = TBLR -background_color = #555555 10 -border_color = #ffffff 60 -background_color_hover = #555555 10 -border_color_hover = #ffffff 60 -background_color_pressed = #555555 10 -border_color_pressed = #ffffff 60 - -#------------------------------------- -# Panel -panel_items = LTSBC -panel_size = 100% 36 -panel_margin = 0 0 -panel_padding = 2 2 2 -panel_background_id = 1 -wm_menu = 1 -panel_dock = 0 -panel_position = center left vertical -panel_layer = normal -panel_monitor = 1 -panel_shrink = 0 -autohide = 0 -autohide_show_timeout = 0 -autohide_hide_timeout = 0.5 -autohide_height = 2 -strut_policy = follow_size -panel_window_name = tint2 -disable_transparency = 0 -mouse_effects = 1 -font_shadow = 0 -mouse_hover_icon_asb = 100 0 10 -mouse_pressed_icon_asb = 100 0 0 - -#------------------------------------- -# Taskbar -taskbar_mode = single_desktop -taskbar_hide_if_empty = 0 -taskbar_padding = 0 0 2 -taskbar_background_id = 0 -taskbar_active_background_id = 0 -taskbar_name = 1 -taskbar_hide_inactive_tasks = 0 -taskbar_hide_different_monitor = 1 -taskbar_hide_different_desktop = 0 -taskbar_always_show_all_desktop_tasks = 0 -taskbar_name_padding = 6 3 -taskbar_name_background_id = 6 -taskbar_name_active_background_id = 7 -taskbar_name_font = noto sans 9 -taskbar_name_font_color = #dddddd 100 -taskbar_name_active_font_color = #dddddd 100 -taskbar_distribute_size = 1 -taskbar_sort_order = none -task_align = left - -#------------------------------------- -# Task -task_text = 0 -task_icon = 1 -task_centered = 0 -urgent_nb_of_blink = 100000 -task_maximum_size = 36 36 -task_padding = 4 3 4 -task_font = sans 8 -task_tooltip = 1 -task_font_color = #eeeeee 100 -task_icon_asb = 100 0 0 -task_background_id = 2 -task_active_background_id = 3 -task_urgent_background_id = 4 -task_iconified_background_id = 2 -mouse_left = toggle_iconify -mouse_middle = none -mouse_right = close -mouse_scroll_up = prev_task -mouse_scroll_down = next_task - -#------------------------------------- -# System tray (notification area) -systray_padding = 0 0 2 -systray_background_id = 0 -systray_sort = ascending -systray_icon_size = 22 -systray_icon_asb = 100 0 0 -systray_monitor = 1 -systray_name_filter = - -#------------------------------------- -# Launcher -launcher_padding = 0 0 2 -launcher_background_id = 0 -launcher_icon_background_id = 0 -launcher_icon_size = 22 -launcher_icon_asb = 100 0 0 -launcher_icon_theme_override = 0 -startup_notifications = 1 -launcher_tooltip = 1 - -#------------------------------------- -# Clock -time1_format = %H.%M -#time2_format = %A %d %B -time1_font = noto sans bold 8 -time1_timezone = -time2_timezone = -time2_font = sans 9 -clock_font_color = #eeeeee 100 -clock_padding = 1 0 -clock_background_id = 0 -clock_tooltip = -clock_tooltip_timezone = -clock_lclick_command = zenity --calendar --text "" -clock_rclick_command = orage -clock_mclick_command = -clock_uwheel_command = -clock_dwheel_command = - -#------------------------------------- -# Battery -battery_tooltip = 1 -battery_low_status = 10 -battery_low_cmd = xmessage 'tint2: Battery low!' -battery_full_cmd = -bat1_font = sans 8 -bat2_font = sans 6 -battery_font_color = #eeeeee 100 -bat1_format = -bat2_format = -battery_padding = 1 0 -battery_background_id = 0 -battery_hide = 101 -battery_lclick_command = -battery_rclick_command = -battery_mclick_command = -battery_uwheel_command = -battery_dwheel_command = -ac_connected_cmd = -ac_disconnected_cmd = - -#------------------------------------- -# Tooltip -tooltip_show_timeout = 0.5 -tooltip_hide_timeout = 0.1 -tooltip_padding = 2 2 -tooltip_background_id = 5 -tooltip_font_color = #222222 100 -tooltip_font = sans 9 - - diff --git a/config/tint2/secondary b/config/tint2/secondary deleted file mode 100644 index 06783e3..0000000 --- a/config/tint2/secondary +++ /dev/null @@ -1,222 +0,0 @@ -#------------------------------------- -# Gradients -#------------------------------------- -# Backgrounds -# Background 1: Panel -rounded = 0 -border_width = 1 -border_sides = TBLR -background_color = #000000 80 -border_color = #555555 80 -background_color_hover = #000000 80 -border_color_hover = #555555 80 -background_color_pressed = #000000 80 -border_color_pressed = #555555 80 - -# Background 2: Default task, Iconified task -rounded = 0 -border_width = 1 -border_sides = TBLR -background_color = #777777 0 -border_color = #777777 10 -background_color_hover = #777777 4 -border_color_hover = #cccccc 30 -background_color_pressed = #333333 4 -border_color_pressed = #777777 30 - -# Background 3: Active task -rounded = 0 -border_width = 1 -border_sides = TBLR -background_color = #555555 10 -border_color = #ffffff 60 -background_color_hover = #cccccc 10 -border_color_hover = #ffffff 60 -background_color_pressed = #555555 10 -border_color_pressed = #ffffff 60 - -# Background 4: Urgent task -rounded = 5 -border_width = 1 -border_sides = TBLR -background_color = #aa4400 100 -border_color = #aa7733 100 -background_color_hover = #aa4400 100 -border_color_hover = #aa7733 100 -background_color_pressed = #aa4400 100 -border_color_pressed = #aa7733 100 - -# Background 5: Tooltip -rounded = 2 -border_width = 1 -border_sides = TBLR -background_color = #ffffaa 100 -border_color = #999999 100 -background_color_hover = #ffffaa 100 -border_color_hover = #999999 100 -background_color_pressed = #ffffaa 100 -border_color_pressed = #999999 100 - -# Background 6: Inactive desktop name -rounded = 2 -border_width = 1 -border_sides = TBLR -background_color = #777777 0 -border_color = #777777 30 -background_color_hover = #777777 4 -border_color_hover = #cccccc 30 -background_color_pressed = #777777 0 -border_color_pressed = #777777 30 - -# Background 7: Active desktop name -rounded = 2 -border_width = 1 -border_sides = TBLR -background_color = #555555 10 -border_color = #ffffff 60 -background_color_hover = #555555 10 -border_color_hover = #ffffff 60 -background_color_pressed = #555555 10 -border_color_pressed = #ffffff 60 - -#------------------------------------- -# Panel -panel_items = LTBC -panel_size = 100% 36 -panel_margin = 0 0 -panel_padding = 2 2 2 -panel_background_id = 1 -wm_menu = 1 -panel_dock = 0 -panel_position = bottom center horizontal -panel_layer = normal -panel_monitor = 2 -panel_shrink = 0 -autohide = 0 -autohide_show_timeout = 0 -autohide_hide_timeout = 0.5 -autohide_height = 2 -strut_policy = follow_size -panel_window_name = tint2 -disable_transparency = 0 -mouse_effects = 1 -font_shadow = 0 -mouse_hover_icon_asb = 100 0 10 -mouse_pressed_icon_asb = 100 0 0 - -#------------------------------------- -# Taskbar -taskbar_mode = single_desktop -taskbar_hide_if_empty = 0 -taskbar_padding = 0 0 2 -taskbar_background_id = 0 -taskbar_active_background_id = 0 -taskbar_name = 1 -taskbar_hide_inactive_tasks = 0 -taskbar_hide_different_monitor = 1 -taskbar_hide_different_desktop = 0 -taskbar_always_show_all_desktop_tasks = 0 -taskbar_name_padding = 6 3 -taskbar_name_background_id = 6 -taskbar_name_active_background_id = 7 -taskbar_name_font = noto sans 9 -taskbar_name_font_color = #dddddd 100 -taskbar_name_active_font_color = #dddddd 100 -taskbar_distribute_size = 1 -taskbar_sort_order = none -task_align = left - -#------------------------------------- -# Task -task_text = 0 -task_icon = 1 -task_centered = 0 -urgent_nb_of_blink = 100000 -task_maximum_size = 36 36 -task_padding = 4 3 4 -task_font = sans 8 -task_tooltip = 1 -task_font_color = #eeeeee 100 -task_icon_asb = 100 0 0 -task_background_id = 2 -task_active_background_id = 3 -task_urgent_background_id = 4 -task_iconified_background_id = 2 -mouse_left = toggle_iconify -mouse_middle = none -mouse_right = close -mouse_scroll_up = prev_task -mouse_scroll_down = next_task - -#------------------------------------- -# System tray (notification area) -systray_padding = 0 0 2 -systray_background_id = 0 -systray_sort = ascending -systray_icon_size = 22 -systray_icon_asb = 100 0 0 -systray_monitor = 1 -systray_name_filter = - -#------------------------------------- -# Launcher -launcher_padding = 0 0 2 -launcher_background_id = 0 -launcher_icon_background_id = 0 -launcher_icon_size = 22 -launcher_icon_asb = 100 0 0 -launcher_icon_theme_override = 0 -startup_notifications = 1 -launcher_tooltip = 1 - -#------------------------------------- -# Clock -time1_format = %H.%M -#time2_format = %A %d %B -time1_font = noto sans bold 8 -time1_timezone = -time2_timezone = -time2_font = sans 9 -clock_font_color = #eeeeee 100 -clock_padding = 1 0 -clock_background_id = 0 -clock_tooltip = -clock_tooltip_timezone = -clock_lclick_command = zenity --calendar --text "" -clock_rclick_command = orage -clock_mclick_command = -clock_uwheel_command = -clock_dwheel_command = - -#------------------------------------- -# Battery -battery_tooltip = 1 -battery_low_status = 10 -battery_low_cmd = xmessage 'tint2: Battery low!' -battery_full_cmd = -bat1_font = sans 8 -bat2_font = sans 6 -battery_font_color = #eeeeee 100 -bat1_format = -bat2_format = -battery_padding = 1 0 -battery_background_id = 0 -battery_hide = 101 -battery_lclick_command = -battery_rclick_command = -battery_mclick_command = -battery_uwheel_command = -battery_dwheel_command = -ac_connected_cmd = -ac_disconnected_cmd = - -#------------------------------------- -# Tooltip -tooltip_show_timeout = 0.5 -tooltip_hide_timeout = 0.1 -tooltip_padding = 2 2 -tooltip_background_id = 5 -tooltip_font_color = #222222 100 -tooltip_font = sans 9 - -