diff options
Diffstat (limited to '.fluxbox')
-rw-r--r-- | .fluxbox/init | 10 | ||||
-rw-r--r-- | .fluxbox/styles/TheGreen | 53 |
2 files changed, 63 insertions, 0 deletions
diff --git a/.fluxbox/init b/.fluxbox/init index 79c43fe..27ab56a 100644 --- a/.fluxbox/init +++ b/.fluxbox/init @@ -3,6 +3,16 @@ session.screen0.titlebar.left: Stick session.screen0.titlebar.right: Minimize Maximize Close session.screen0.window.focus.alpha: 255 session.screen0.window.unfocus.alpha: 255 +session.screen0.tab.alignment: Left +session.screen0.tab.rotatevertical: true +session.screen0.tab.placement: TopLeft +#session.screen0.tab.width: 64 +#session.screen0.tab.height: 10 +session.screen0.slit.onHead: 0 +session.screen0.slit.direction: Vertical +session.screen0.slit.alpha: 255 +session.screen0.slit.maxOver: false +session.screen0.slit.autoHide: true session.screen0.slit.onhead: 0 session.screen0.slit.placement: BottomRight session.screen0.slit.onTop: false diff --git a/.fluxbox/styles/TheGreen b/.fluxbox/styles/TheGreen new file mode 100644 index 0000000..74cd8a4 --- /dev/null +++ b/.fluxbox/styles/TheGreen @@ -0,0 +1,53 @@ + +*focus: flat gradient vertical +*unfocus: flat gradient vertical + +*colorTo: rgb:70/70/70 +*color: rgb:8A/8A/8A + + +*focus.color: rgb:5B/C8/5B +*focus.colorTo: rgb:36/A1/36 + +*pressed: Sunken gradient vertical + +borderWidth: 1 +borderColor: black +frameWidth: 0 +handleWidth: 0 + +toolbar: flat gradient vertical +toolbar.label: flat gradient vertical +toolbar.button: flat gradient vertical +toolbar.button.pressed: sunken gradient vertical +toolbar.clock: flat gradient vertical +toolbar.bevelWidth: 0 +toolbar.height: 11 + +menu.title: flat gradient vertical +menu.title.color: rgb:5B/C8/5B +menu.title.colorTo: rgb:36/A1/36 + +menu.frame: flat gradient vertical +menu.hilite: flat solid +menu.hilite.color: rgb:60/60/60 +menu.bullet: triangle +menu.bullet.position: right +menu.itemHeight: 0 + +window.button.pressed: sunken gradient vertical +window.button.pressed.color: rgb:5B/C8/5B +window.button.pressed.colorTo: rgb:36/A1/36 +window.button.focus.picColor: black +window.button.unfocus.picColor: black + + +window.justify: center +window.bevelWidth: 2 +window.title.height: 15 + +background: solid +background.color: rgb:54/54/54 + +*textColor: black +*Font: -*-lucidatypewriter-medium-r-*-*-10-*-*-*-*-*-*-* |