summaryrefslogtreecommitdiffstats
path: root/.bbtools
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-04-24 12:01:43 (EDT)
committer P. J. McDermott <pj@pehjota.net>2018-04-24 12:01:43 (EDT)
commitfee4ac502503604eeebf6712b03af0518aacdc7f (patch)
treeaddcc0114d1435452be704d11578dcf101790512 /.bbtools
parent95b00cadb3bcdf58994c995c9840531633603126 (diff)
downloadfluxbox-fee4ac502503604eeebf6712b03af0518aacdc7f.zip
fluxbox-fee4ac502503604eeebf6712b03af0518aacdc7f.tar.gz
fluxbox-fee4ac502503604eeebf6712b03af0518aacdc7f.tar.bz2
.bbtools/bbpager.rc: Set desktop borders
Diffstat (limited to '.bbtools')
-rwxr-xr-x.bbtools/bbpager.rc12
1 files changed, 6 insertions, 6 deletions
diff --git a/.bbtools/bbpager.rc b/.bbtools/bbpager.rc
index 3b47b41..18421fb 100755
--- a/.bbtools/bbpager.rc
+++ b/.bbtools/bbpager.rc
@@ -24,8 +24,8 @@ bbpager.withdrawn: False
bbpager.position: +48+0
!** Set the width and height of bbpager's model of the desktop windows.
-bbpager.desktop.width: 22
-bbpager.desktop.height: 22
+bbpager.desktop.width: 18
+bbpager.desktop.height: 18
!** Set the desktop orientation.
!** Possible values: horizontal, vertical
@@ -113,13 +113,13 @@ bbpager.desktop.focus.color: rgb:24/57/b8
!** Define the border for the focused desktop window.
!** Set borderWidth to 0 for no border.
!** Not relevant when bbpager.desktop.focusStyle is none.
-!bbpager.active.desktop.borderColor: lightgrey
-bbpager.active.desktop.borderWidth: 0
+bbpager.active.desktop.borderColor: rgb:24/57/b8
+bbpager.active.desktop.borderWidth: 2
!** Define the border for unfocused desktop windows.
!** Set borderWidth to 0 for no border.
-!bbpager.inactive.desktop.borderColor: black
-bbpager.inactive.desktop.borderWidth: 0
+bbpager.inactive.desktop.borderColor: rgb:25/26/27
+bbpager.inactive.desktop.borderWidth: 2
!** Define the window style. This style is used to draw all
!** windows when bbpager.window.focusStyle is none or border,