- Added Fluxbox configuration
This commit is contained in:
parent
888f9f2dee
commit
d22866075c
21 changed files with 854 additions and 0 deletions
27
fluxbox/apps
Normal file
27
fluxbox/apps
Normal file
|
@ -0,0 +1,27 @@
|
|||
[app] (name=fbrun)
|
||||
[Position] (CENTER) {0 0}
|
||||
[Layer] {2}
|
||||
[end]
|
||||
[app] (name=Mail) (class=Icedove) (role=3pane)
|
||||
[Workspace] {1}
|
||||
[Head] {1}
|
||||
[Dimensions] {90% 90%}
|
||||
[Position] (UPPERLEFT) {0% 0%}
|
||||
[Close] {yes}
|
||||
[end]
|
||||
[app] (name=spotify) (class=Spotify)
|
||||
[Workspace] {3}
|
||||
[Head] {1}
|
||||
[Dimensions] {100% 100%}
|
||||
[Position] (UPPERLEFT) {0% 0%}
|
||||
[end]
|
||||
[app] (name=urxvt) (class=URxvt)
|
||||
[Dimensions] {90% 90%}
|
||||
[Position] (UPPERLEFT) {5% 5%}
|
||||
[Close] {yes}
|
||||
[end]
|
||||
[app] (name=pcmanfm) (class=Pcmanfm)
|
||||
[Dimensions] {90% 90%}
|
||||
[Position] (UPPERLEFT) {5% 5%}
|
||||
[Close] {yes}
|
||||
[end]
|
0
fluxbox/fbrun_history
Normal file
0
fluxbox/fbrun_history
Normal file
75
fluxbox/init
Normal file
75
fluxbox/init
Normal file
|
@ -0,0 +1,75 @@
|
|||
session.screen0.tabs.usePixmap: true
|
||||
session.screen0.tabs.maxOver: false
|
||||
session.screen0.tabs.intitlebar: true
|
||||
session.screen0.menu.alpha: 182
|
||||
session.screen0.tab.placement: TopLeft
|
||||
session.screen0.tab.width: 64
|
||||
session.screen0.toolbar.autoHide: false
|
||||
session.screen0.toolbar.height: 0
|
||||
session.screen0.toolbar.tools: RootMenu, prevworkspace, workspacename, nextworkspace, iconbar, systemtray, clock
|
||||
session.screen0.toolbar.visible: true
|
||||
session.screen0.toolbar.alpha: 180
|
||||
session.screen0.toolbar.maxOver: false
|
||||
session.screen0.toolbar.placement: BottomCenter
|
||||
session.screen0.toolbar.layer: Dock
|
||||
session.screen0.toolbar.widthPercent: 100
|
||||
session.screen0.toolbar.onhead: 1
|
||||
session.screen0.slit.placement: TopRight
|
||||
session.screen0.slit.autoHide: false
|
||||
session.screen0.slit.layer: Dock
|
||||
session.screen0.slit.maxOver: true
|
||||
session.screen0.slit.alpha: 255
|
||||
session.screen0.slit.onhead: 1
|
||||
session.screen0.slit.acceptKdeDockapps: true
|
||||
session.screen0.iconbar.iconTextPadding: 10
|
||||
session.screen0.iconbar.mode: {static groups} (workspace)
|
||||
session.screen0.iconbar.iconWidth: 128
|
||||
session.screen0.iconbar.alignment: Left
|
||||
session.screen0.iconbar.usePixmap: true
|
||||
session.screen0.clientMenu.usePixmap: true
|
||||
session.screen0.window.focus.alpha: 255
|
||||
session.screen0.window.unfocus.alpha: 180
|
||||
session.screen0.titlebar.left: Stick
|
||||
session.screen0.titlebar.right: Minimize Maximize Close
|
||||
session.screen0.workspaces: 4
|
||||
session.screen0.rowPlacementDirection: LeftToRight
|
||||
session.screen0.noFocusWhileTypingDelay: 0
|
||||
session.screen0.maxIgnoreIncrement: true
|
||||
session.screen0.tooltipDelay: 500
|
||||
session.screen0.defaultDeco: NORMAL
|
||||
session.screen0.clickRaises: true
|
||||
session.screen0.fullMaximization: false
|
||||
session.screen0.showwindowposition: false
|
||||
session.screen0.edgeSnapThreshold: 10
|
||||
session.screen0.focusModel: ClickFocus
|
||||
session.screen0.autoRaise: true
|
||||
session.screen0.workspaceNames: Default,Mail,Stuff,Music,
|
||||
session.screen0.workspacewarping: true
|
||||
session.screen0.windowMenu: /home/dbroqua/.fluxbox/windowmenu
|
||||
session.screen0.maxDisableMove: false
|
||||
session.screen0.menuDelay: 200
|
||||
session.screen0.focusSameHead: false
|
||||
session.screen0.tabFocusModel: ClickToTabFocus
|
||||
session.screen0.allowRemoteActions: false
|
||||
session.screen0.colPlacementDirection: TopToBottom
|
||||
session.screen0.strftimeFormat: %d %b, %a %02k:%M:%S
|
||||
session.screen0.maxDisableResize: false
|
||||
session.screen0.focusNewWindows: true
|
||||
session.screen0.windowPlacement: RowMinOverlapPlacement
|
||||
session.screen0.opaqueMove: true
|
||||
session.cacheLife: 5
|
||||
session.configVersion: 13
|
||||
session.appsFile: /home/dbroqua/.fluxbox/apps
|
||||
session.autoRaiseDelay: 250
|
||||
session.forcePseudoTransparency: false
|
||||
session.colorsPerChannel: 4
|
||||
session.keyFile: ~/.fluxbox/keys
|
||||
session.menuFile: ~/.fluxbox/menu
|
||||
session.tabPadding: 0
|
||||
session.tabsAttachArea: Window
|
||||
session.slitlistFile: /home/dbroqua/.fluxbox/slitlist
|
||||
session.doubleClickInterval: 250
|
||||
session.ignoreBorder: false
|
||||
session.cacheMax: 200
|
||||
session.styleOverlay: /home/dbroqua/.fluxbox/overlay
|
||||
session.styleFile: /home/dbroqua/.fluxbox/styles/DarKou
|
108
fluxbox/keys
Normal file
108
fluxbox/keys
Normal file
|
@ -0,0 +1,108 @@
|
|||
# click on the desktop to get menus
|
||||
OnDesktop Mouse1 :HideMenus
|
||||
OnDesktop Mouse2 :WorkspaceMenu
|
||||
OnDesktop Mouse3 :RootMenu
|
||||
|
||||
# scroll on the desktop to change workspaces
|
||||
OnDesktop Mouse4 :PrevWorkspace
|
||||
OnDesktop Mouse5 :NextWorkspace
|
||||
|
||||
# scroll on the toolbar to change current window
|
||||
OnToolbar Mouse4 :PrevWindow {static groups} (iconhidden=no)
|
||||
OnToolbar Mouse5 :NextWindow {static groups} (iconhidden=no)
|
||||
|
||||
# alt + left/right click to move/resize a window
|
||||
OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving}
|
||||
OnWindowBorder Move1 :StartMoving
|
||||
|
||||
OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCorner}
|
||||
OnLeftGrip Move1 :StartResizing bottomleft
|
||||
OnRightGrip Move1 :StartResizing bottomright
|
||||
|
||||
# alt + middle click to lower the window
|
||||
OnWindow Mod1 Mouse2 :Lower
|
||||
|
||||
# control-click a window's titlebar and drag to attach windows
|
||||
OnTitlebar Control Mouse1 :StartTabbing
|
||||
|
||||
# double click on the titlebar to shade
|
||||
OnTitlebar Double Mouse1 :Shade
|
||||
|
||||
# left click on the titlebar to move the window
|
||||
OnTitlebar Mouse1 :MacroCmd {Raise} {Focus} {ActivateTab}
|
||||
OnTitlebar Move1 :StartMoving
|
||||
|
||||
# middle click on the titlebar to lower
|
||||
OnTitlebar Mouse2 :Lower
|
||||
|
||||
# right click on the titlebar for a menu of options
|
||||
OnTitlebar Mouse3 :WindowMenu
|
||||
|
||||
# alt-tab
|
||||
Mod1 Tab :NextWindow {groups} (workspace=[current])
|
||||
Mod1 Shift Tab :PrevWindow {groups} (workspace=[current])
|
||||
Mod4 Tab :WorkspaceMenu
|
||||
|
||||
# cycle through tabs in the current window
|
||||
Mod4 Tab :NextTab
|
||||
Mod4 Shift Tab :PrevTab
|
||||
|
||||
# open a terminal
|
||||
Mod4 x :Exec urxvt
|
||||
|
||||
# open a dialog to run programs
|
||||
Mod1 space : Exec gmrun
|
||||
|
||||
# current window commands
|
||||
Control q :Close
|
||||
Mod1 F5 :Kill
|
||||
Mod1 F9 :Minimize
|
||||
Mod1 F10 :Maximize
|
||||
Mod1 F11 :Fullscreen
|
||||
Mod4 Up :Maximize
|
||||
Mod4 Left :MacroCmd {ResizeTo 50% 100%} {MoveTo 00 00 Left}
|
||||
Mod4 Right :MacroCmd {ResizeTo 50% 100%} {MoveTo 00 00 Right}
|
||||
Mod4 Down :MacroCmd {ResizeTo 90% 90%} {MoveTo 5% 00 Left}
|
||||
|
||||
# exit fluxbox
|
||||
Control Mod1 Delete :Exit
|
||||
|
||||
# change to previous/next workspace
|
||||
Control Mod1 a :PrevWorkspace
|
||||
Control Mod1 d :NextWorkspace
|
||||
|
||||
# send the current window to previous/next workspace
|
||||
Control Shift Mod1 a :TakeToPrevWorkspace
|
||||
Control Shift Mod1 d :TakeToNextWorkspace
|
||||
|
||||
# Screen lock
|
||||
Mod4 l :Exec xscreensaver-command -lock
|
||||
78 :Exec xscreensaver-command -lock
|
||||
|
||||
# Run browser
|
||||
Mod4 b :Exec google-chrome
|
||||
|
||||
# Switch screen
|
||||
Mod4 p :Exec ~/Bin/screen_layout.sh
|
||||
|
||||
# Open sound control preferences
|
||||
Mod4 v :Exec pavucontrol
|
||||
|
||||
# Hibernate
|
||||
Mod4 h :Exec sudo hibernate-ram
|
||||
|
||||
# Multimedia keys
|
||||
XF86AudioRaiseVolume :Exec amixer sset Master,0 5%+
|
||||
XF86AudioLowerVolume :Exec amixer sset Master,0 5%-
|
||||
XF86AudioMute : Exec amixer sset Master,0 toggle
|
||||
XF86AudioPlay :Exec dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause
|
||||
XF86AudioPrev :Exec dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous
|
||||
XF86AudioNext :Exec dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next
|
||||
198 :Exec dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause
|
||||
Mod4 0 :Exec dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause
|
||||
Mod4 - :Exec dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous
|
||||
Mod5 = :Exec dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next
|
||||
|
||||
# Take Screenshot
|
||||
None Print :Exec xfce4-screenshooter
|
||||
Control Print :Exec scrot -d 0 `date +%Y-%m-%d_%H-%M-%S`.png
|
2
fluxbox/lastwallpaper
Normal file
2
fluxbox/lastwallpaper
Normal file
|
@ -0,0 +1,2 @@
|
|||
$aspect $full|/home/dbroqua/ownCloud/Wallpapers/fluxbox_by_phisphere_clean.png||:0.0
|
||||
$aspect $full|/home/dbroqua/ownCloud/Wallpapers/fluxbox_by_phisphere_clean.png||:0
|
34
fluxbox/menu
Normal file
34
fluxbox/menu
Normal file
|
@ -0,0 +1,34 @@
|
|||
[begin] (fluxbox)
|
||||
[exec] (File manager) {pcmanfm} </usr/share/icons/nuoveXT2/24x24/apps/file-manager.png>
|
||||
[exec] (Terminal) {urxvt} </usr/share/icons/nuoveXT2/24x24/apps/terminal.png>
|
||||
[exec] (Screencast) {vokoscreen} </usr/share/pixmaps/vokoscreen.png>
|
||||
[submenu] (Dev) <~/Icons/dev.xpm>
|
||||
[exec] (Sublime Text) {/opt/sublime_text/sublime_text} <~/Icons/sublime.xpm>
|
||||
[exec] (Webstorm) {~/Software/WebStorm/bin/webstorm.sh} <~/Icons/webstorm.xpm>
|
||||
[exec] (SmartGit) {/opt/smartgit/bin/smartgit.sh} </opt/smartgit/bin/smartgit-32.png>
|
||||
[end]
|
||||
[submenu] (Engineering) </usr/share/pixmaps/qcad.xpm>
|
||||
[exec] (3DViewer) {g3dviewer} </usr/share/g3dviewer/glade/g3d48.png>
|
||||
[exec] (Kicad) {kicad} </usr/share/icons/hicolor/32x32/apps/kicad.png>
|
||||
[exec] (QCad) {qcad} </usr/share/icons/hicolor/64x64/apps/qcad.png>
|
||||
[exec] (Freecad) {freecad} </usr/share/icons/hicolor/32x32/apps/freecad.png>
|
||||
[exec] (Slic3r) {slic3r --gui} <~/Software/Slic3r/var/Slic3r.png>
|
||||
[exec] (View 3D Scene) {view3dscene} </usr/share/icons/hicolor/48x48/apps/view3dscene.png>
|
||||
[end]
|
||||
[submenu] (Fluxbox menu) </usr/share/icons/nuoveXT2/24x24/apps/gnome-settings-theme.png>
|
||||
[submenu] (Wallpapers) {}
|
||||
[wallpapers] (~/ownCloud/Wallpapers) {fbsetbg -a}
|
||||
[end]
|
||||
[config] (Configuration)
|
||||
[submenu] (Styles) {}
|
||||
[stylesdir] (/usr/share/fluxbox/styles)
|
||||
[separator]
|
||||
[stylesdir] (~/.fluxbox/styles)
|
||||
[end]
|
||||
[end]
|
||||
[submenu] (Sys) </usr/share/icons/nuoveXT2/24x24/apps/gnome-session-switch.png>
|
||||
[restart] (Restart) </usr/share/icons/nuoveXT2/24x24/apps/gnome-session-switch.png>
|
||||
[exec] (Shutdown) {sudo shutdown now} </usr/share/icons/nuoveXT2/24x24/apps/gnome-session-halt.png>
|
||||
[exec] (Reboot) {sudo shutdown now -r} </usr/share/icons/nuoveXT2/24x24/apps/gnome-session-reboot.png>
|
||||
[end]
|
||||
[end]
|
2
fluxbox/overlay
Normal file
2
fluxbox/overlay
Normal file
|
@ -0,0 +1,2 @@
|
|||
! The following line will prevent styles from setting the background.
|
||||
! background: none
|
3
fluxbox/slitlist
Normal file
3
fluxbox/slitlist
Normal file
|
@ -0,0 +1,3 @@
|
|||
wmbattery
|
||||
wmnd
|
||||
conky
|
34
fluxbox/startup
Normal file
34
fluxbox/startup
Normal file
|
@ -0,0 +1,34 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# fluxbox startup-script:
|
||||
#
|
||||
# Lines starting with a '#' are ignored.
|
||||
|
||||
# Transparency
|
||||
xcompmgr -c &
|
||||
|
||||
# Screensaver
|
||||
xscreensaver -no-splash &
|
||||
|
||||
# Background
|
||||
fbsetbg -a `tail -n 1 .fluxbox/lastwallpaper|cut -d'|' -f 2`
|
||||
|
||||
# Network manager
|
||||
nm-applet &
|
||||
|
||||
# Disable bell
|
||||
xset -b
|
||||
|
||||
# Defaults Apps
|
||||
spotify &
|
||||
brscan-skey &
|
||||
|
||||
# SSH
|
||||
ssh-add &
|
||||
|
||||
which fbautostart > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
fbautostart
|
||||
fi
|
||||
|
||||
exec fluxbox
|
27
fluxbox/styles/DarKou/pixmaps/bullet.xpm
Normal file
27
fluxbox/styles/DarKou/pixmaps/bullet.xpm
Normal file
|
@ -0,0 +1,27 @@
|
|||
/* XPM */
|
||||
static char * bullet_xpm[] = {
|
||||
"22 22 2 1",
|
||||
" c None",
|
||||
". c #C4C4C4",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" .. ",
|
||||
" ... ",
|
||||
" ... ",
|
||||
" ... ",
|
||||
" ...",
|
||||
" ... ",
|
||||
" ... ",
|
||||
" ... ",
|
||||
" .. ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
27
fluxbox/styles/DarKou/pixmaps/bullet_hilight.xpm
Normal file
27
fluxbox/styles/DarKou/pixmaps/bullet_hilight.xpm
Normal file
|
@ -0,0 +1,27 @@
|
|||
/* XPM */
|
||||
static char * bullet_hilight_xpm[] = {
|
||||
"22 22 2 1",
|
||||
" c None",
|
||||
". c #FFFFFF",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" .. ",
|
||||
" ... ",
|
||||
" ... ",
|
||||
" ... ",
|
||||
" ...",
|
||||
" ... ",
|
||||
" ... ",
|
||||
" ... ",
|
||||
" .. ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
36
fluxbox/styles/DarKou/pixmaps/button_unfocus.xpm
Normal file
36
fluxbox/styles/DarKou/pixmaps/button_unfocus.xpm
Normal file
|
@ -0,0 +1,36 @@
|
|||
/* XPM */
|
||||
static char * unfocus1_xpm[] = {
|
||||
"19 19 14 1",
|
||||
" c None",
|
||||
". c #DEDEDE",
|
||||
"+ c #DCDCDC",
|
||||
"@ c #D5D5D5",
|
||||
"# c #D3D3D3",
|
||||
"$ c #C9C9C9",
|
||||
"% c #C8C8C8",
|
||||
"& c #D2D2D2",
|
||||
"* c #D4D4D4",
|
||||
"= c #DBDBDB",
|
||||
"- c #D6D6D6",
|
||||
"; c #DDDDDD",
|
||||
"> c #CACACA",
|
||||
", c #D7D7D7",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
".......+@#@+.......",
|
||||
"......#$$%$$#......",
|
||||
".....&$%%%%%$*.....",
|
||||
"....+$%%%%%%%%=....",
|
||||
"....@%%%%%%%%$-....",
|
||||
"....#%%%%%%%%%*....",
|
||||
"....-$%%%%%%%$-....",
|
||||
"....;$%%%%%%%$+....",
|
||||
".....*$%%%%%%@.....",
|
||||
"......@$$$>$-......",
|
||||
".......;,@,;.......",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"..................."};
|
61
fluxbox/styles/DarKou/pixmaps/close.xpm
Normal file
61
fluxbox/styles/DarKou/pixmaps/close.xpm
Normal file
|
@ -0,0 +1,61 @@
|
|||
/* XPM */
|
||||
static char * closes_xpm[] = {
|
||||
"19 19 39 1",
|
||||
" c None",
|
||||
". c #DEDEDE",
|
||||
"+ c #E0D0D1",
|
||||
"@ c #E8A2A5",
|
||||
"# c #E9999D",
|
||||
"$ c #E8A2A6",
|
||||
"% c #E0D1D1",
|
||||
"& c #DEDDDD",
|
||||
"* c #EA969A",
|
||||
"= c #F65158",
|
||||
"- c #F6525A",
|
||||
"; c #F74B53",
|
||||
"> c #F65058",
|
||||
", c #EA989C",
|
||||
"' c #EB9498",
|
||||
") c #F65159",
|
||||
"! c #EA979A",
|
||||
"~ c #E1CECF",
|
||||
"{ c #E0CFCF",
|
||||
"] c #E8A4A7",
|
||||
"^ c #E8A6A9",
|
||||
"/ c #EA979B",
|
||||
"( c #F74C54",
|
||||
"_ c #E7A8AB",
|
||||
": c #F65259",
|
||||
"< c #F6535A",
|
||||
"[ c #E7AAAD",
|
||||
"} c #E0D3D4",
|
||||
"| c #DFD3D4",
|
||||
"1 c #EA9CA0",
|
||||
"2 c #E9A0A3",
|
||||
"3 c #E9A1A4",
|
||||
"4 c #F5545C",
|
||||
"5 c #F6535B",
|
||||
"6 c #F5545B",
|
||||
"7 c #E0D8D8",
|
||||
"8 c #E5B4B6",
|
||||
"9 c #E8A3A6",
|
||||
"0 c #DFD7D8",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
".......+@#$%.......",
|
||||
".....&*=-;->,&.....",
|
||||
".....');;;;;-!.....",
|
||||
"....~=;;;;;;;>{....",
|
||||
"....]);;;;;;;-^....",
|
||||
"..../(;;;;;;;(,....",
|
||||
"...._:;;;;;;;<[....",
|
||||
"....}:;;;;;;;-|....",
|
||||
".....1);;;;;=2.....",
|
||||
"......3:456<]......",
|
||||
".......78980.......",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"..................."};
|
66
fluxbox/styles/DarKou/pixmaps/maximize.xpm
Normal file
66
fluxbox/styles/DarKou/pixmaps/maximize.xpm
Normal file
|
@ -0,0 +1,66 @@
|
|||
/* XPM */
|
||||
static char * max_xpm[] = {
|
||||
"19 19 44 1",
|
||||
" c None",
|
||||
". c #DEDEDE",
|
||||
"+ c #CEDFCF",
|
||||
"@ c #97E29D",
|
||||
"# c #8DE294",
|
||||
"$ c #98E29E",
|
||||
"% c #CFDFD0",
|
||||
"& c #DDDEDD",
|
||||
"* c #8AE291",
|
||||
"= c #39E846",
|
||||
"- c #3BE748",
|
||||
"; c #33E840",
|
||||
"> c #38E846",
|
||||
", c #8DE393",
|
||||
"' c #87E38E",
|
||||
") c #3AE747",
|
||||
"! c #32E840",
|
||||
"~ c #3AE847",
|
||||
"{ c #8BE292",
|
||||
"] c #CBDFCD",
|
||||
"^ c #CCDFCE",
|
||||
"/ c #9AE29F",
|
||||
"( c #39E847",
|
||||
"_ c #9CE2A2",
|
||||
": c #8BE392",
|
||||
"< c #33E741",
|
||||
"[ c #33E841",
|
||||
"} c #8CE393",
|
||||
"| c #9EE2A4",
|
||||
"1 c #3BE847",
|
||||
"2 c #A1E2A6",
|
||||
"3 c #D1DFD2",
|
||||
"4 c #D2DED3",
|
||||
"5 c #91E298",
|
||||
"6 c #95E39B",
|
||||
"7 c #3AE848",
|
||||
"8 c #3CE84A",
|
||||
"9 c #3DE84A",
|
||||
"0 c #3BE747",
|
||||
"a c #9AE2A0",
|
||||
"b c #D6DFD7",
|
||||
"c c #ADE1B1",
|
||||
"d c #99E29F",
|
||||
"e c #D6DED7",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
".......+@#$%.......",
|
||||
".....&*=-;->,&.....",
|
||||
".....')!!!!!~{.....",
|
||||
"....]=!!!!!!!>^....",
|
||||
"..../(!!!!!!!-_....",
|
||||
"....:<!!!!!!![}....",
|
||||
"....|-!!!!!!!12....",
|
||||
"....3~!!!!!!!~4....",
|
||||
".....5=!!!!!=6.....",
|
||||
"......@78-90a......",
|
||||
".......bcdce.......",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"..................."};
|
53
fluxbox/styles/DarKou/pixmaps/menu_selected.xpm
Normal file
53
fluxbox/styles/DarKou/pixmaps/menu_selected.xpm
Normal file
|
@ -0,0 +1,53 @@
|
|||
/* XPM */
|
||||
static char * cobas_xpm[] = {
|
||||
"22 22 28 1",
|
||||
" c None",
|
||||
". c #B5CAD6",
|
||||
"+ c #9ABED0",
|
||||
"@ c #B3CAD6",
|
||||
"# c #78AEC9",
|
||||
"$ c #2284B8",
|
||||
"% c #2484B8",
|
||||
"& c #2384B7",
|
||||
"* c #68A5C6",
|
||||
"= c #AAC5D2",
|
||||
"- c #2284B7",
|
||||
"; c #1A80B6",
|
||||
"> c #2485B8",
|
||||
", c #9DBFD1",
|
||||
"' c #8AB6CF",
|
||||
") c #2385B7",
|
||||
"! c #1E82B7",
|
||||
"~ c #7CAFCB",
|
||||
"{ c #9EBFD1",
|
||||
"] c #1A7FB6",
|
||||
"^ c #90B8CE",
|
||||
"/ c #539BC2",
|
||||
"( c #2585B8",
|
||||
"_ c #1D81B7",
|
||||
": c #4595BF",
|
||||
"< c #98BCCF",
|
||||
"[ c #77ADC9",
|
||||
"} c #94BACF",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" .+@ ",
|
||||
" #$%&* ",
|
||||
" =-;;;>,",
|
||||
" ');;;!~",
|
||||
" {%;;]%^",
|
||||
" /(_(: ",
|
||||
" <[} ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
60
fluxbox/styles/DarKou/pixmaps/minimize.xpm
Normal file
60
fluxbox/styles/DarKou/pixmaps/minimize.xpm
Normal file
|
@ -0,0 +1,60 @@
|
|||
/* XPM */
|
||||
static char * min_xpm[] = {
|
||||
"19 19 38 1",
|
||||
" c None",
|
||||
". c #DEDEDE",
|
||||
"+ c #E1DBCE",
|
||||
"@ c #EBD197",
|
||||
"# c #EDD08D",
|
||||
"$ c #EBD298",
|
||||
"% c #DEDEDD",
|
||||
"& c #EED08A",
|
||||
"* c #FDC138",
|
||||
"= c #FCC239",
|
||||
"- c #FEC032",
|
||||
"; c #FCC13A",
|
||||
"> c #FDC137",
|
||||
", c #EECF8C",
|
||||
"' c #EFCF87",
|
||||
") c #FCC139",
|
||||
"! c #FEC031",
|
||||
"~ c #EED08B",
|
||||
"{ c #E2DBCB",
|
||||
"] c #E1DBCC",
|
||||
"^ c #EBD299",
|
||||
"/ c #EBD39C",
|
||||
"( c #FDC032",
|
||||
"_ c #FDC033",
|
||||
": c #EAD39E",
|
||||
"< c #EAD4A0",
|
||||
"[ c #E1DCD1",
|
||||
"} c #FDC139",
|
||||
"| c #E0DCD1",
|
||||
"1 c #EDD190",
|
||||
"2 c #FCC238",
|
||||
"3 c #ECD294",
|
||||
"4 c #ECD297",
|
||||
"5 c #FCC23C",
|
||||
"6 c #EBD39A",
|
||||
"7 c #E0DDD6",
|
||||
"8 c #E7D5AD",
|
||||
"9 c #DFDCD6",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
".......+@#$+.......",
|
||||
".....%&*=-;>,%.....",
|
||||
".....')!!!!!)~.....",
|
||||
"....{*!!!!!!!>]....",
|
||||
"....^)!!!!!!!)/....",
|
||||
"....~(!!!!!!!_~....",
|
||||
"....:=!!!!!!!)<....",
|
||||
"....[}!!!!!!!}|....",
|
||||
".....1*!!!!!23.....",
|
||||
"......4)5;5;6......",
|
||||
".......78^89.......",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"..................."};
|
25
fluxbox/styles/DarKou/pixmaps/stick.xpm
Normal file
25
fluxbox/styles/DarKou/pixmaps/stick.xpm
Normal file
|
@ -0,0 +1,25 @@
|
|||
/* XPM */
|
||||
static char * stickk1_xpm[] = {
|
||||
"19 19 3 1",
|
||||
" c None",
|
||||
". c #DEDEDE",
|
||||
"+ c #DDDDDD",
|
||||
".+++++++++++++++++.",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
"+.................+",
|
||||
".+++++++++++++++++."};
|
39
fluxbox/styles/DarKou/pixmaps/stuck.xpm
Normal file
39
fluxbox/styles/DarKou/pixmaps/stuck.xpm
Normal file
|
@ -0,0 +1,39 @@
|
|||
/* XPM */
|
||||
static char * stickk_xpm[] = {
|
||||
"19 19 17 1",
|
||||
" c None",
|
||||
". c #DEDEDE",
|
||||
"+ c #BBBBBB",
|
||||
"@ c #6E6E6E",
|
||||
"# c #BCBCBB",
|
||||
"$ c #686868",
|
||||
"% c #636363",
|
||||
"& c #5D5D5D",
|
||||
"* c #ABABAC",
|
||||
"= c #585858",
|
||||
"- c #ABACAC",
|
||||
"; c #525252",
|
||||
"> c #DFDFDE",
|
||||
", c #4C4C4C",
|
||||
"' c #DFDEDF",
|
||||
") c #474747",
|
||||
"! c #717171",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
".......+@@@#.......",
|
||||
"........$$$........",
|
||||
"........%%%........",
|
||||
"........&&&........",
|
||||
".......*===-.......",
|
||||
".......;;;;;.......",
|
||||
"........>,'........",
|
||||
".........).........",
|
||||
".........!.........",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"..................."};
|
34
fluxbox/styles/DarKou/pixmaps/stuck_unfocus.xpm
Normal file
34
fluxbox/styles/DarKou/pixmaps/stuck_unfocus.xpm
Normal file
|
@ -0,0 +1,34 @@
|
|||
/* XPM */
|
||||
static char * stickk_unfocus_xpm[] = {
|
||||
"19 19 12 1",
|
||||
" c None",
|
||||
". c #DEDEDE",
|
||||
"+ c #BFBFBF",
|
||||
"@ c #BDBDBD",
|
||||
"# c #BBBBBB",
|
||||
"$ c #B8B8B8",
|
||||
"% c #D8D8D8",
|
||||
"& c #B6B6B6",
|
||||
"* c #B4B4B4",
|
||||
"= c #B2B2B2",
|
||||
"- c #B0B0B0",
|
||||
"; c #C0C0C0",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"........+++........",
|
||||
"........@@@........",
|
||||
"........###........",
|
||||
"........$$$........",
|
||||
".......%&&&%.......",
|
||||
".......*****.......",
|
||||
".........=.........",
|
||||
".........-.........",
|
||||
".........;.........",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"...................",
|
||||
"..................."};
|
126
fluxbox/styles/DarKou/theme.cfg
Normal file
126
fluxbox/styles/DarKou/theme.cfg
Normal file
|
@ -0,0 +1,126 @@
|
|||
# Name : DarKou
|
||||
# Author : Darkou (Original theme edited by Eka Putra - ekaputtra@gmail.com)
|
||||
# Date : Sep 22 2015
|
||||
# Comment : Edited from Intuition theme, thank r0bin for your beatiful theme ;)
|
||||
# http://ekaputra.my.id
|
||||
|
||||
###########
|
||||
# GENERAL #
|
||||
###########
|
||||
bevelWidth: 0
|
||||
borderWidth: 0
|
||||
handleWidth: 2
|
||||
|
||||
###########
|
||||
# TOOLBAR #
|
||||
###########
|
||||
# General settings
|
||||
toolbar: flat
|
||||
toolbar.color: #dedede
|
||||
toolbar.height: 20
|
||||
toolbar.alpha: 150
|
||||
|
||||
# Clock
|
||||
toolbar.clock.font: sans-8
|
||||
toolbar.clock.textColor: #000000
|
||||
toolbar.clock.justify: center
|
||||
toolbar.clock: flat
|
||||
toolbar.clock.color: #dedede
|
||||
|
||||
# Workspace
|
||||
toolbar.workspace.font: sans-8
|
||||
toolbar.workspace.textColor: #000000
|
||||
toolbar.workspace.justify: center
|
||||
toolbar.workspace: flat
|
||||
toolbar.workspace.color: #dedede
|
||||
|
||||
# Iconbar
|
||||
toolbar.iconbar.focused.font: sans-8
|
||||
toolbar.iconbar.focused.textColor: #f9f9f9
|
||||
toolbar.iconbar.focused.justify: center
|
||||
toolbar.iconbar.focused: flat
|
||||
toolbar.iconbar.focused.color: #1a80b6
|
||||
|
||||
toolbar.iconbar.unfocused.font: sans-8
|
||||
toolbar.iconbar.unfocused.textColor: #555555
|
||||
toolbar.iconbar.unfocused.justify: center
|
||||
toolbar.iconbar.unfocused: flat
|
||||
toolbar.iconbar.unfocused.color: #dedede
|
||||
|
||||
|
||||
###########
|
||||
# WINDOWS #
|
||||
###########
|
||||
# General settings
|
||||
window.font: sans-10
|
||||
window.justify: center
|
||||
|
||||
window.bevelWidth: 0
|
||||
window.borderWidth: 0
|
||||
window.shade: false
|
||||
|
||||
# Label
|
||||
window.label.focus: flat
|
||||
window.label.focus.color: #dedede
|
||||
window.label.focus.textColor: #494949
|
||||
window.label.unfocus: flat
|
||||
window.label.unfocus.color: #dedede
|
||||
window.label.unfocus.textColor: #aaaaaa
|
||||
|
||||
# Buttons
|
||||
window.close.pixmap: close.xpm
|
||||
window.close.unfocus.pixmap: button_unfocus.xpm
|
||||
window.close.pressed.pixmap: close.xpm
|
||||
|
||||
window.maximize.pixmap: maximize.xpm
|
||||
window.maximize.unfocus.pixmap: button_unfocus.xpm
|
||||
window.maximize.pressed.pixmap: maximize.xpm
|
||||
|
||||
window.iconify.pixmap: minimize.xpm
|
||||
window.iconify.unfocus.pixmap: button_unfocus.xpm
|
||||
window.iconify.pressed.pixmap: minimize.xpm
|
||||
|
||||
window.stick.pixmap: stick.xpm
|
||||
window.stick.unfocus.pixmap: stick.xpm
|
||||
window.stick.pressed.pixmap: stuck.xpm
|
||||
|
||||
window.stuck.pixmap: stuck.xpm
|
||||
window.stuck.unfocus.pixmap: stuck_unfocus.xpm
|
||||
window.stuck.pressed.pixmap: stick.xpm
|
||||
|
||||
|
||||
########
|
||||
# Menu #
|
||||
########
|
||||
# General settings
|
||||
menu.bevelWidth: 3
|
||||
menu.itemHeight: 32
|
||||
|
||||
# Title
|
||||
#menu.title.font: sans-8
|
||||
#menu.title: flat
|
||||
#menu.title.color: #dedede
|
||||
menu.title: raised gradient diagonal
|
||||
menu.title.color: rgb:90/94/98
|
||||
menu.title.colorTo: rgb:20/24/28
|
||||
menu.title.textColor: white
|
||||
menu.title.justify: center
|
||||
|
||||
# Frame
|
||||
menu.frame.font: sans-8
|
||||
menu.frame.textColor: #000000
|
||||
menu.frame.disableColor: #000000
|
||||
menu.frame.justify: left
|
||||
menu.frame: flat
|
||||
menu.frame.color: #dedede
|
||||
|
||||
# Hilite
|
||||
menu.hilite.textColor: #ffffff
|
||||
menu.hilite: flat
|
||||
menu.hilite.color: #1a80b6
|
||||
menu.hilite.submenu.pixmap: bullet_hilight.xpm
|
||||
|
||||
# Details
|
||||
menu.bullet.position: right
|
||||
menu.submenu.pixmap: bullet.xpm
|
||||
menu.selected.pixmap: menu_selected.xpm
|
15
fluxbox/windowmenu
Normal file
15
fluxbox/windowmenu
Normal file
|
@ -0,0 +1,15 @@
|
|||
[begin]
|
||||
[shade]
|
||||
[stick]
|
||||
[maximize]
|
||||
[iconify]
|
||||
[raise]
|
||||
[lower]
|
||||
[settitledialog]
|
||||
[sendto]
|
||||
[layer]
|
||||
[alpha]
|
||||
[extramenus]
|
||||
[separator]
|
||||
[close]
|
||||
[end]
|
Loading…
Reference in a new issue