styling
parent
b71a42e4f9
commit
6c868659fc
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install --yes --no-install-recommends xserver-xorg xinit xterm blackbox libxcursor1 breeze-cursor-theme
|
apt-get install --yes --no-install-recommends xserver-xorg xinit xterm blackbox libxcursor1 breeze-cursor-theme compton
|
||||||
|
|
||||||
# use only white cursors. There were some troubles if the other cursors
|
# use only white cursors. There were some troubles if the other cursors
|
||||||
# was left behind, installing gtk apps reverted the cursor from white to gray,
|
# was left behind, installing gtk apps reverted the cursor from white to gray,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[begin] ( Menu )
|
[begin] ( Menu )
|
||||||
[exec] (Terminal) { xterm -ls }
|
[exec] (Terminal) { xterm }
|
||||||
[exec] (Web browser) { chromium }
|
[exec] (Web browser) { chromium }
|
||||||
[exit] (Exit)
|
[exit] (Exit)
|
||||||
[end]
|
[end]
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
|
feh --bg-scale /usr/share/wallpapers/wp.jpg
|
||||||
|
compton -D 5 -c -f -l -2 -t -2 -r 0 -o 1 -z --shadow-exclude 'bounding_shaped' &
|
||||||
|
|
||||||
if [ -e /usr/bin/startfluxbox ]; then
|
if [ -e /usr/bin/startfluxbox ]; then
|
||||||
/usr/bin/startfluxbox
|
/usr/bin/startfluxbox
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 168 KiB |
|
|
@ -33,7 +33,7 @@
|
||||||
cmd_str += " (workspace=[current])";
|
cmd_str += " (workspace=[current])";
|
||||||
}
|
}
|
||||||
|
|
||||||
+ if (name.find("menu") != std::string::npos) cmd_str = "Exec fbmenu";
|
+ if (name.find("menu") != std::string::npos) cmd_str = "Exec fbappselect";
|
||||||
+
|
+
|
||||||
FbTk::RefCount<FbTk::Command<void> > cmd(FbTk::CommandParser<void>::instance().parse(cmd_str));
|
FbTk::RefCount<FbTk::Command<void> > cmd(FbTk::CommandParser<void>::instance().parse(cmd_str));
|
||||||
if (cmd == 0) // we need a command
|
if (cmd == 0) // we need a command
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,9 @@
|
||||||
|
|
||||||
[app] (name=xlunch)
|
[app] (name=xlunch)
|
||||||
[DECO] {NONE}
|
[DECO] {NONE}
|
||||||
|
[IconHidden] {yes}
|
||||||
[end]
|
[end]
|
||||||
|
|
||||||
[app] (name=xterm) {1}
|
[app] (name=xterm) {1}
|
||||||
[Position] (WINCENTER) {0 0}
|
[Position] (WINCENTER) {0 0}
|
||||||
[end]
|
[end]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,7 @@ Mod4 9 :Tab 9
|
||||||
Mod1 F1 :Exec xterm
|
Mod1 F1 :Exec xterm
|
||||||
|
|
||||||
# open a dialog to run programs
|
# open a dialog to run programs
|
||||||
Mod1 F2 :Exec fbrun
|
Mod1 F2 :Exec fbappselect
|
||||||
|
|
||||||
# volume settings, using common keycodes
|
# volume settings, using common keycodes
|
||||||
# if these don't work, use xev to find out your real keycodes
|
# if these don't work, use xev to find out your real keycodes
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
xlunch --background /usr/share/wallpapers/wp.jpg --voidclickterminate --iconpadding 30 --textpadding 15 --paddingswap --leastmargin 20
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
# menu launcher for fluxbox, just call any app you want to be started as menu
|
|
||||||
|
|
||||||
xlunch --voidclickterminate --rootwindowbackground --iconpadding 30 --textpadding 15 --paddingswap --leastmargin 20
|
|
||||||
|
|
@ -3,8 +3,6 @@
|
||||||
|
|
||||||
! common settings
|
! common settings
|
||||||
*font: Bitstream Vera Sans-9
|
*font: Bitstream Vera Sans-9
|
||||||
background: flat
|
|
||||||
background.color: #7790aa
|
|
||||||
|
|
||||||
toolbar.justify: left
|
toolbar.justify: left
|
||||||
toolbar.clock.justify: center
|
toolbar.clock.justify: center
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue