diff --git a/.config/openbox/lxde-rc.xml b/.config/openbox/lxde-rc.xml index e4360cd..c1f6947 100644 --- a/.config/openbox/lxde-rc.xml +++ b/.config/openbox/lxde-rc.xml @@ -1,50 +1,45 @@ - - - - - 10 - 20 - - - - yes - - no - - yes - + yes + - no - - 200 - + 200 + - no - - - - - Smart - -
yes
- +
yes
+ - Any - -
- - - Onyx - NLIMC - - yes - yes - - sans - 10 - - bold - - normal - - - - sans - 10 - - bold - - normal - - - - sans - 10 - - normal - - normal - - - - sans - 10 - - normal - - normal - - - - sans - 10 - - bold - - normal - - - - - - + Bold + + Normal + + + + Sans + 14 + + Bold + + Normal + + + + Sans + 13 + + Bold + + Normal + + + + Sans + 13 + + Normal + + Normal + + + + Sans + 13 + Bold + Normal + + + Sans + 12 + Normal + Normal + + + + - 2 - 1 - - - - 875 - - - - - yes - Nonpixel - - Center - - - - - 10 - + Center + + + + 10 + - 10 - - - - - - - 0 - 0 - 0 - 0 - - - - TopLeft - - 0 - 0 - no - Above - - Vertical - - no - 300 - - 300 - - Middle - - - - - C-g - - - - nono - - - nono - - - nono - - - nono - - - nono - - - nono - - - nono - - - nono - - - 1 - - - 2 - - - 3 - - - 4 - - - - - - - - - - - - - - - - - - - - client-menu - - - - - - - - - - - - yesyes - - - - - - - - true - PCManFM - - pcmanfm - - - - - - - pcmanfm --find-files - - - - - + + 0 + 0 + 0 + 0 + + + TopLeft + + 0 + 0 + no + Above + + Vertical + + no + 300 + + 300 + + Middle + + + + C-g + + + + no + no + + + + + no + no + + + + + no + no + + + + + no + no + + + + + no + no + + + + + no + no + + + + + no + no + + + + + no + no + + + + + 1 + + + + + 2 + + + + + 3 + + + + + 4 + + + + + + + + + + + + + + + + + + + + client-menu + + + + + + + + + + + + yes + yes + + + + + + + true + PCManFM + + pcmanfm + + + + + + pcmanfm --find-files + + + + lxpanelctl run - - - + + - lxpanelctl run + lxpanelctl run - - - + + - lxpanelctl menu + lxpanelctl menu - - - + + - lxpanelctl menu + lxpanelctl menu - - - - - - - - + + + + + + - lxtask + lxtask - - - - - gnome-screenshot -i - - - - - lxrandr - - - - - - - 8 - - 200 - - 400 - + + + gnome-screenshot -i + + + + + + lxrandr + + + + + rofi -show drun -show-icons -theme .config/rofi/themes/default.rasi + + + + + 8 + + 800 + + 400 + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - client-menu - - - - - - - - - - - top - - - - - - - - - - left - - - - - - - - - - right - - - - - - - - - - bottom - - - - - - - - - - - - client-menu - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - client-menu - - - - - client-menu - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - client-list-combined-menu - - - root-menu - - - - - - - - - - - - - - - - - - - - - + + + client-list-combined-menu + + + + + root-menu + + + + + + + + + + + + + + + + + + + + - - - /usr/share/lxde/openbox/menu.xml - 200 - + /usr/share/lxde/openbox/menu.xml + 200 + - no - - 100 - + 100 + - yes - - yes - - - - - + yes + + + + - - +
diff --git a/.config/rofi/themes/merah.rasi b/.config/rofi/themes/merah.rasi new file mode 100644 index 0000000..4c67705 --- /dev/null +++ b/.config/rofi/themes/merah.rasi @@ -0,0 +1,126 @@ +/* ================================================ +// theme name : merah +// by : ipang-dwi - www.firstplato.com +// based on the Purple official rofi theme +// ================================================ */ + +* { + font: "Sans Mono Reguler 14"; + foreground: #f8f8f2; + background-color: #282a36; + active-background: #b00000; + urgent-background: #ff5555; + selected-background: @active-background; + selected-urgent-background: @urgent-background; + selected-active-background: @active-background; + separatorcolor: @active-background; + bordercolor: @active-background; +} + +#window { + background-color: @background; + border: 1; + border-radius: 6; + border-color: @bordercolor; + padding: 5; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 1px dash 0px 0px ; + border-color: @separatorcolor; + padding: 1px ; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 2px dash 0px 0px ; + border-color: @bordercolor; + spacing: 2px ; + scrollbar: false; + padding: 2px 0px 0px ; +} +#element { + border: 0; + padding: 1px ; +} +#element.normal.normal { + background-color: @background; + text-color: @foreground; +} +#element.normal.urgent { + background-color: @urgent-background; + text-color: @urgent-foreground; +} +#element.normal.active { + background-color: @active-background; + text-color: @foreground; +} +#element.selected.normal { + background-color: @selected-background; + text-color: @foreground; +} +#element.selected.urgent { + background-color: @selected-urgent-background; + text-color: @foreground; +} +#element.selected.active { + background-color: @selected-active-background; + text-color: @foreground; +} +#element.alternate.normal { + background-color: @background; + text-color: @foreground; +} +#element.alternate.urgent { + background-color: @urgent-background; + text-color: @foreground; +} +#element.alternate.active { + background-color: @active-background; + text-color: @foreground; +} +#scrollbar { + width: 2px ; + border: 0; + handle-width: 8px ; + padding: 0; +} +#sidebar { + border: 2px dash 0px 0px ; + border-color: @separatorcolor; +} +#button.selected { + background-color: @selected-background; + text-color: @foreground; +} +#inputbar { + spacing: 0; + text-color: @foreground; + padding: 1px ; +} +#case-indicator { + spacing: 0; + text-color: @foreground; +} +#entry { + spacing: 0; + text-color: @foreground; +} +#prompt { + spacing: 0; + text-color: @foreground; +} +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @foreground; +}