mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 19:53:07 +00:00
~
This commit is contained in:
parent
14a4f4d391
commit
552221bd13
10 changed files with 151 additions and 210 deletions
|
@ -1,3 +1,4 @@
|
|||
hsetroot -cover ~/.dotfiles/assets/wallpapers/kendal.png
|
||||
xcompmgr &
|
||||
polybar top &
|
||||
~/.dotfiles/scripts/hideIt.sh -C polybar -d top -r 0x0+1600+32
|
||||
|
|
|
@ -1,9 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<resistance>
|
||||
<strength>10</strength>
|
||||
<screen_edge_strength>20</screen_edge_strength>
|
||||
<strength>20</strength>
|
||||
<screen_edge_strength>40</screen_edge_strength>
|
||||
</resistance>
|
||||
<theme>
|
||||
<name>neralie</name>
|
||||
<titleLayout>LIMC</titleLayout>
|
||||
<font place="ActiveWindow">
|
||||
<name>GohuFont</name>
|
||||
<size>14</size>
|
||||
</font>
|
||||
<font place="InactiveWindow">
|
||||
<name>GohuFont</name>
|
||||
<size>14</size>
|
||||
</font>
|
||||
<font place="MenuHeader">
|
||||
<name>GohuFont</name>
|
||||
<size>14</size>
|
||||
</font>
|
||||
<font place="MenuItem">
|
||||
<name>GohuFont</name>
|
||||
<size>14</size>
|
||||
</font>
|
||||
<font place="OnScreenDisplay">
|
||||
<name>GohuFont</name>
|
||||
<size>14</size>
|
||||
</font>
|
||||
</theme>
|
||||
<desktops>
|
||||
<number>4</number>
|
||||
<firstdesk>1</firstdesk>
|
||||
|
@ -53,6 +77,72 @@
|
|||
</keybind>
|
||||
</keyboard>
|
||||
<mouse>
|
||||
<context name="Frame">
|
||||
<mousebind button="A-Left" action="Press">
|
||||
<action name="Focus"/>
|
||||
</mousebind>
|
||||
<mousebind button="A-Left" action="Click">
|
||||
<action name="Raise"/>
|
||||
</mousebind>
|
||||
<mousebind button="A-Left" action="Drag">
|
||||
<action name="Move"/>
|
||||
</mousebind>
|
||||
<mousebind button="A-Right" action="Drag">
|
||||
<action name="Resize"/>
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Titlebar">
|
||||
<mousebind button="Left" action="Press">
|
||||
<action name="Focus"/>
|
||||
</mousebind>
|
||||
<mousebind button="Left" action="Click">
|
||||
<action name="Raise"/>
|
||||
</mousebind>
|
||||
<mousebind button="Left" action="Drag">
|
||||
<action name="Move"/>
|
||||
</mousebind>
|
||||
<mousebind button="Right" action="Drag">
|
||||
<action name="Resize"/>
|
||||
</mousebind>
|
||||
<mousebind button="A-Left" action="Press">
|
||||
<action name="Focus"/>
|
||||
</mousebind>
|
||||
<mousebind button="A-Left" action="Click">
|
||||
<action name="Raise"/>
|
||||
</mousebind>
|
||||
<mousebind button="A-Left" action="Drag">
|
||||
<action name="Move"/>
|
||||
</mousebind>
|
||||
<mousebind button="A-Right" action="Drag">
|
||||
<action name="Resize"/>
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Iconify">
|
||||
<mousebind button="Left" action="Click">
|
||||
<action name="Iconify"/>
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Maximize">
|
||||
<mousebind button="Left" action="Click">
|
||||
<action name="ToggleMaximizeFull"/>
|
||||
</mousebind>
|
||||
<mousebind button="Middle" action="Click">
|
||||
<action name="ToggleMaximizeVert"/>
|
||||
</mousebind>
|
||||
<mousebind button="Right" action="Click">
|
||||
<action name="ToggleMaximizeHorz"/>
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Close">
|
||||
<mousebind button="Left" action="Click">
|
||||
<action name="Close"/>
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Root">
|
||||
<mousebind button="Right" action="Click">
|
||||
<action name="ShowMenu">
|
||||
|
|
36
configs/openbox/themes/neralie/openbox-3/themerc
Normal file
36
configs/openbox/themes/neralie/openbox-3/themerc
Normal file
|
@ -0,0 +1,36 @@
|
|||
# Window geometry
|
||||
padding.width: 1
|
||||
padding.height: 1
|
||||
border.width: 0
|
||||
window.client.padding.width: 1
|
||||
window.client.padding.height: 1
|
||||
window.handle.width: 0
|
||||
|
||||
# Menu geometry
|
||||
menu.border.width: 0
|
||||
|
||||
# Border colors
|
||||
window.active.client.color: #9aa6b2
|
||||
|
||||
# Active window
|
||||
window.active.title.bg: Solid Flat
|
||||
window.active.title.bg.color: #9aa6b2
|
||||
|
||||
window.active.label.bg: Parentrelative
|
||||
window.active.label.text.color: #f8fafc
|
||||
|
||||
window.active.button.unpressed.bg: Solid Flat
|
||||
window.active.button.unpressed.bg.color: #bcccdc
|
||||
|
||||
window.active.button.pressed.bg: Solid Flat
|
||||
window.active.button.pressed.bg.color: #d9eafd
|
||||
|
||||
# Menus
|
||||
menu.separator.color: #f8fafc
|
||||
|
||||
menu.items.bg: Solid Flat
|
||||
menu.items.bg.color: #9aa6b2
|
||||
|
||||
menu.items.active.bg: Solid Flat
|
||||
menu.items.active.bg.color: #bcccdc
|
||||
menu.items.active.text.color: #f8fafc
|
Loading…
Add table
Add a link
Reference in a new issue