readme.md
This commit is contained in:
parent
5fd5ad8b2c
commit
0d39c4b77b
25
readme.md
25
readme.md
|
|
@ -37,22 +37,22 @@ I use(recommend) Arch Linux but everything will work on any distro.
|
||||||
* Hack font
|
* Hack font
|
||||||
* Cantarell font
|
* Cantarell font
|
||||||
|
|
||||||
move "Zukitre-mod" to ~/.themes or /usr/share/themes
|
move `Zukitre-mod` to `~/.themes` or `/usr/share/themes`
|
||||||
|
|
||||||
### Configure openbox
|
### Configure openbox
|
||||||
Openbox is window manager. Configuration for openbox is stored in `~/.config/openbox`
|
Openbox is window manager. Configuration for openbox is stored in `~/.config/openbox`
|
||||||
|
|
||||||
#### "autostart" - script file that is executed on login
|
#### `autostart` - script file that is executed on login
|
||||||
|
|
||||||
In autostart you can uncomment "pcmanfm --desktop &" and comment "nitrogen --restore &" using # symbol, if you wish to use pcmanfm to manage desktop. I personally use nitrogen. Using pcmanfm will enable you to add desktop icons.
|
In autostart you can uncomment `pcmanfm --desktop &` and comment `nitrogen --restore &` using # symbol, if you wish to use pcmanfm to manage desktop. I personally use nitrogen. Using pcmanfm will enable you to add desktop icons.
|
||||||
|
|
||||||
#### "menu.xml" - configuration for openbox(right click) menu
|
#### `menu.xml` - configuration for openbox(right click) menu
|
||||||
|
|
||||||
You can copy it as it is. Menu is generated with obmenu-generator.
|
You can copy it as it is. Menu is generated with obmenu-generator.
|
||||||
|
|
||||||
#### "rc.xml" - configuration for openbox(right click) menu
|
#### `rc.xml` - configuration for openbox(right click) menu
|
||||||
|
|
||||||
You can copy it as it is. You can configure it using obconf if you wish. If you are configuring it using obconf don't forget to select Zukitre-mod.
|
You can copy it as it is. You can configure it using obconf if you wish. If you are configuring it using obconf don't forget to select `Zukitre-mod`.
|
||||||
|
|
||||||
### Configure tint2
|
### Configure tint2
|
||||||
Tint2 is panel. Configuration for tint2 is stored in `~/.config/tint2` . You can copy it as it is. If you wish to configure it, you can click right most corner of tint2 to open GUI tool to configure it.
|
Tint2 is panel. Configuration for tint2 is stored in `~/.config/tint2` . You can copy it as it is. If you wish to configure it, you can click right most corner of tint2 to open GUI tool to configure it.
|
||||||
|
|
@ -68,7 +68,7 @@ Nitrogen sets wallapaper of your desktop. To set wallapaper. execute in bash
|
||||||
|
|
||||||
`nitrogen [name of folder]`
|
`nitrogen [name of folder]`
|
||||||
|
|
||||||
Now select image you want to use and select 'Zoomed Fill'. I've added th wallpaper I've used 'Wallpaper.jpg'.
|
Now select image you want to use and select 'Zoomed Fill'.
|
||||||
|
|
||||||
### Configure pcmanfm (if used)
|
### Configure pcmanfm (if used)
|
||||||
Right click on desktop to open menu there you can find option to configure.
|
Right click on desktop to open menu there you can find option to configure.
|
||||||
|
|
@ -77,7 +77,7 @@ Right click on desktop to open menu there you can find option to configure.
|
||||||
It generates menu for obmenu-generator. Configuration for tint2 is stored in `~/.config/obmenu-generator` . You can copy it as it is but if you wish you can change.
|
It generates menu for obmenu-generator. Configuration for tint2 is stored in `~/.config/obmenu-generator` . You can copy it as it is but if you wish you can change.
|
||||||
|
|
||||||
### Configure rofi
|
### Configure rofi
|
||||||
Theme is present in ~/.local/share/rofi
|
Theme is present in `~/.local/share/rofi`
|
||||||
To select theme execute in bash
|
To select theme execute in bash
|
||||||
|
|
||||||
`rofi-theme-selector`
|
`rofi-theme-selector`
|
||||||
|
|
@ -93,16 +93,13 @@ It controls hotkeys. Configuration for sxhkd is stored in `~/.config/sxhkd` .
|
||||||
You can copy it as it is but if you wish you can change.
|
You can copy it as it is but if you wish you can change.
|
||||||
|
|
||||||
### Configure qt5ct
|
### Configure qt5ct
|
||||||
It sets theme for qt applications. First add this line in /etc/environment and rebooot.
|
It sets theme for qt applications. First add `QT_QPA_PLATFORMTHEME=qt5ct` in `/etc/environment` and rebooot.<br>
|
||||||
|
|
||||||
`QT_QPA_PLATFORMTHEME=qt5ct`
|
|
||||||
|
|
||||||
Now launch qt5ct either from terminator or press <super\> + grave(`) and launch it from rofi drun.<br>
|
Now launch qt5ct either from terminator or press <super\> + grave(`) and launch it from rofi drun.<br>
|
||||||
Select gtk2 as style, roboto Regular 10p as general font, hack Regular 9 as fixed width font and Papirus as icons.
|
Select `gtk2` as style, `roboto Regular 10p` as general font, `hack Regular 9` as fixed width font and `Papirus` as icons.
|
||||||
|
|
||||||
### Configure lxappearance
|
### Configure lxappearance
|
||||||
It sets theme for gtk applications. Now launch lxappearance either from terminator or press <super\> + grave(`) and launch it from rofi drun.<br>
|
It sets theme for gtk applications. Now launch lxappearance either from terminator or press <super\> + grave(`) and launch it from rofi drun.<br>
|
||||||
Select Zukitre-mod as theme. roboto Regular 10p as Default font and Papirus as icons.
|
Select `Zukitre-mod` as theme. `roboto Regular 10p` as Default font and `Papirus` as icons.
|
||||||
|
|
||||||
### Configure terminator
|
### Configure terminator
|
||||||
It is terminal emulator for us. Configuration for terminator is stored in `~/.config/terminator` .
|
It is terminal emulator for us. Configuration for terminator is stored in `~/.config/terminator` .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue