Skip to content

Commit 80b8629

Browse files
author
dotfiles-bot
committed
upd
1 parent e5923a6 commit 80b8629

3 files changed

Lines changed: 50 additions & 36 deletions

File tree

modules/desktop/wm/labwc/menu.xml

Lines changed: 46 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -4,50 +4,62 @@
44

55
<openbox_menu>
66

7-
<!-- Root menu (Desktop right-click) -->
8-
<menu id="root-menu" label="Desktop">
9-
10-
<item label="Terminal">
11-
<action name="Execute">
12-
<command>alacritty</command>
13-
</action>
14-
</item>
15-
16-
<item label="File Manager">
17-
<action name="Execute">
18-
<command>pcmanfm</command>
19-
</action>
20-
</item>
21-
7+
<!-- Root menu (Desktop right-click) - Classic Win95 -->
8+
<menu id="root-menu" label="Context Menu">
9+
10+
<menu id="arrange" label="Arrange Icons">
11+
<item label="by Name"><action name="Execute"><command>true</command></action></item>
12+
<item label="by Type"><action name="Execute"><command>true</command></action></item>
13+
<item label="by Size"><action name="Execute"><command>true</command></action></item>
14+
<item label="by Date"><action name="Execute"><command>true</command></action></item>
15+
</menu>
16+
17+
<!-- "Line Up Icons" - Decoration only -->
18+
<item label="Line Up Icons"><action name="Execute"><command>true</command></action></item>
19+
2220
<separator />
2321

24-
<item label="Web Browser">
25-
<action name="Execute">
26-
<command>chromium</command>
27-
</action>
28-
</item>
29-
30-
<item label="Text Editor">
31-
<action name="Execute">
32-
<command>xed</command>
33-
</action>
22+
<item label="Refresh">
23+
<action name="Reconfigure" />
3424
</item>
25+
26+
<separator />
27+
28+
<item label="Paste"><action name="Execute"><command>wl-paste</command></action></item>
29+
<item label="Paste Shortcut"><action name="Execute"><command>true</command></action></item>
3530

3631
<separator />
32+
33+
<menu id="new" label="New">
34+
<item label="Folder">
35+
<action name="Execute"><command>pcmanfm --new-win</command></action>
36+
</item>
37+
<item label="Shortcut">
38+
<action name="Execute"><command>true</command></action>
39+
</item>
40+
<separator />
41+
<item label="Text Document">
42+
<action name="Execute"><command>xed</command></action>
43+
</item>
44+
<item label="Bitmap Image">
45+
<action name="Execute"><command>mtpaint</command></action>
46+
</item>
47+
</menu>
3748

38-
<item label="Run...">
39-
<action name="Execute">
40-
<command>wofi --show drun</command>
41-
</action>
49+
<separator />
50+
51+
<!-- Essential Utilities disguised -->
52+
<item label="Properties">
53+
<action name="Execute"><command>alacritty -e vim ~/.config/labwc/rc.xml</command></action>
4254
</item>
4355

4456
<separator />
45-
46-
<item label="Reconfigure">
47-
<action name="Reconfigure" />
57+
58+
<item label="Run...">
59+
<action name="Execute"><command>wofi --show drun</command></action>
4860
</item>
49-
50-
<item label="Exit">
61+
62+
<item label="Shut Down...">
5163
<action name="Exit" />
5264
</item>
5365

modules/desktop/wm/labwc/themerc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ menu.items.bg.color: #C0C0C0
5959
menu.items.text.color: #000000
6060
menu.items.active.bg.color: #000080
6161
menu.items.active.text.color: #FFFFFF
62+
menu.items.padding.x: 4
63+
menu.items.padding.y: 2
64+
menu.overlap.x: 0
65+
menu.overlap.y: 0
6266

6367
# ===== OSD (On-Screen Display) =====
6468
osd.bg.color: #C0C0C0

modules/desktop/wm/labwc/themerc-override

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
# ===== WINDOW BORDERS =====
66
border.width: 3
7-
window.active.border.color: #000000
8-
window.inactive.border.color: #808080
97

108
# ===== FONTS & SIZES =====
119
# Larger fonts to simulate Win95 on 800x600 resolution

0 commit comments

Comments
 (0)