styling
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
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));
|
||||
if (cmd == 0) // we need a command
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
|
||||
[app] (name=xlunch)
|
||||
[DECO] {NONE}
|
||||
[IconHidden] {yes}
|
||||
[end]
|
||||
|
||||
[app] (name=xterm) {1}
|
||||
[Position] (WINCENTER) {0 0}
|
||||
[end]
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ Mod4 9 :Tab 9
|
||||
Mod1 F1 :Exec xterm
|
||||
|
||||
# open a dialog to run programs
|
||||
Mod1 F2 :Exec fbrun
|
||||
Mod1 F2 :Exec fbappselect
|
||||
|
||||
# volume settings, using common 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
|
||||
*font: Bitstream Vera Sans-9
|
||||
background: flat
|
||||
background.color: #7790aa
|
||||
|
||||
toolbar.justify: left
|
||||
toolbar.clock.justify: center
|
||||
|
||||
Reference in New Issue
Block a user