diff options
author | Joe <rrbo@proton.me> | 2023-02-07 17:46:20 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-07 17:46:20 +0100 |
commit | 7090dc9a47e7442c7a78f1e9b2a21dfdbc41b7a4 (patch) | |
tree | e857ef19ac16bf12b9054755cd18d7136732b5b5 | |
parent | up (diff) | |
download | dotfiles-bsd-7090dc9a47e7442c7a78f1e9b2a21dfdbc41b7a4.tar.gz dotfiles-bsd-7090dc9a47e7442c7a78f1e9b2a21dfdbc41b7a4.tar.bz2 dotfiles-bsd-7090dc9a47e7442c7a78f1e9b2a21dfdbc41b7a4.tar.xz dotfiles-bsd-7090dc9a47e7442c7a78f1e9b2a21dfdbc41b7a4.tar.zst dotfiles-bsd-7090dc9a47e7442c7a78f1e9b2a21dfdbc41b7a4.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .config/openbox/rc.xml | 9 | ||||
-rwxr-xr-x | .config/tint2/tint2rc | 8 |
2 files changed, 11 insertions, 6 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index c53e05e..52a14de 100755 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -43,7 +43,7 @@ </placement> <theme> <name>gruvbox-material-dark-blocks</name> - <titleLayout>SNLIMC</titleLayout> + <titleLayout>SDNLIMC</titleLayout> <!-- available characters are NDSLIMC, each can occur at most once. N: window icon @@ -122,7 +122,12 @@ and back in --> <number>4</number> <firstdesk>1</firstdesk> - <names/> + <names> + <name>work</name> + <name>play</name> + <name>dull</name> + <name>boy</name> + </names> <popupTime>500</popupTime> <!-- The number of milliseconds to show the popup for when switching desktops. Set this to 0 to disable the popup. --> diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index 71a9476..6d09454 100755 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -1,4 +1,4 @@ -#---- Generated by tint2conf c5f3 ---- +#---- Generated by tint2conf 121d ---- # See https://gitlab.com/o9000/tint2/wikis/Configure for # full documentation of the configuration options. #------------------------------------- @@ -29,7 +29,7 @@ border_width = 0 border_sides = TBLR border_content_tint_weight = 0 background_content_tint_weight = 0 -background_color = #eeeeee 4 +background_color = #000000 0 border_color = #cccccc 44 gradient_id = 0 background_color_hover = #eeeeee 22 @@ -162,7 +162,7 @@ scale_relative_to_screen_height = 0 #------------------------------------- # Taskbar -taskbar_mode = single_desktop +taskbar_mode = multi_desktop taskbar_hide_if_empty = 0 taskbar_padding = 1 0 2 taskbar_background_id = 0 @@ -196,7 +196,7 @@ task_thumbnail = 1 task_thumbnail_size = 210 task_font_color = #eeeeee 100 task_active_font_color = #ffffff 100 -task_iconified_font_color = #ffffff 64 +task_iconified_font_color = #ffffff 63 task_icon_asb = 100 0 -15 task_active_icon_asb = 100 0 0 task_iconified_icon_asb = 70 -50 -50 |