CustoDesk.net is under active development.
Core functionality is available, but some features are incomplete or not yet implemented.
JWM Hypnospace theme using NO GTK
Shared by
deletedNiL
deletedNiL
Member
Joined 9/4/2026
3 fans
score
Rating
9 ratings
Your Rating:
Log in to rate this post!
Statistics
Shared:9/4/2026 7:04 AM
Updated:9/4/2026 7:04 AM
Type:Screenshot
Favorites:1
Comments:3
Downloads:8
Tags:
Author Notes
What's the Theme? I use QT5/6ct and I use a custom redmond97SE theme as a fallback for when a GTK app absolutely needs use.
Super lightweight and runs idesk with feh instead of pcmanfm-qt's built in desktop, this is for custom icons and to save RAM and CPU usage.
This has been a theme I have been trying to pull since moving TO linux in 2022, now it's DONE.


Here is the window theme for JWM
<!-- Visual Styles -->
    <WindowStyle decorations="motif">
        <Font>Terminus-12:bold</Font>
        <Width>4.2</Width>
        <Corner>0</Corner>
        <Foreground>#2d2358:#dbdbdb</Foreground>
        <Background>#a2b8d3:#888bc3</Background>
        <Opacity>0.5</Opacity>
        <Active>
            <Foreground>#2d2358</Foreground>
            <Background>#9bc7f6:#8890f5</Background>
            <Opacity>1.0</Opacity>
        </Active>
    </WindowStyle>
    <TrayStyle decorations="motif">
        <Font>Terminus-10</Font>
        <Height>10</Height>
        <Background>#a2b8d3:#888bc3</Background>
        <Foreground>#FFFFFF</Foreground>
        <Opacity>1.0</Opacity>
    </TrayStyle>
    <TaskListStyle list="all" group="true">
      <Font>Terminus-10</Font>
      <Active>
        <Foreground>#5f3c7c</Foreground>
        <Background>#a2b8d3:#ab43bd</Background>
      </Active>
      <Minimized>
        <Foreground>#FFFFFF</Foreground>
        <Background>#884bd4:#647272</Background>
      </Minimized>
      <Foreground>#5f3c7c</Foreground>
      <Background>#a2b8d3:#888bc3</Background>
    </TaskListStyle>
    <MenuStyle decorations="motif">
        <Font>Terminus-10</Font>
        <Foreground>#5f3c7c</Foreground>
        <Background>#9bc7f6</Background>
        <Active>
            <Foreground>#9df0ff</Foreground>
            <Background>#ca2a94</Background>
        </Active>
        <Opacity>0.85</Opacity>
    </MenuStyle>
    <PopupStyle>
        <Font>Terminus-12</Font>
        <Foreground>#000000</Foreground>
        <Background>#999999</Background>
    </PopupStyle>

You only need to replace a small chunk of the code, basically the from that start until that end, match it up, select it, and paste this in, as for the button icons? I cannot help you, rip them from hypnospace yourself
Comments (3)

Log in to comment.