{"id":13489478,"url":"https://github.com/siduck/chadwm","last_synced_at":"2025-05-14T02:04:56.293Z","repository":{"id":37541374,"uuid":"387449953","full_name":"siduck/chadwm","owner":"siduck","description":"Making dwm as beautiful as possible! ","archived":false,"fork":false,"pushed_at":"2025-01-25T00:57:58.000Z","size":4546,"stargazers_count":2608,"open_issues_count":14,"forks_count":190,"subscribers_count":23,"default_branch":"main","last_synced_at":"2025-05-07T23:30:39.458Z","etag":null,"topics":["catppuccin","dotfiles","dotfiles-linux","dwm","dwm-status","dwm-statusbar","eww","linux","linux-rice","nord","onedark","ricing","suckless","suckless-org","theme","void-linux"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siduck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-19T12:05:04.000Z","updated_at":"2025-05-07T16:42:59.000Z","dependencies_parsed_at":"2024-02-24T23:32:31.103Z","dependency_job_id":"5918bbe6-794f-4d4a-beee-49b3e319a98f","html_url":"https://github.com/siduck/chadwm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siduck%2Fchadwm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siduck%2Fchadwm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siduck%2Fchadwm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siduck%2Fchadwm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siduck","download_url":"https://codeload.github.com/siduck/chadwm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254052692,"owners_count":22006716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["catppuccin","dotfiles","dotfiles-linux","dwm","dwm-status","dwm-statusbar","eww","linux","linux-rice","nord","onedark","ricing","suckless","suckless-org","theme","void-linux"],"created_at":"2024-07-31T19:00:28.535Z","updated_at":"2025-05-14T02:04:56.260Z","avatar_url":"https://github.com/siduck.png","language":"C","readme":"# chadwm (Initial look)\n\n\u003cimg src=\"https://github.com/siduck/chadwm/blob/screenshots/screenshots/initial_look.png\"\u003e\n\u003cimg src=\"https://github.com/siduck/chadwm/blob/screenshots/screenshots/col_layout.png\"\u003e\n\n\u003cimg src=\"https://github.com/siduck/chadwm/blob/screenshots/screenshots/occ_act_tags.png\"\u003e\n(empty workspaces have their color greyed out)\n\n- NOTE: This is vanilla dwm bar (status2d patch for setting colors) not dwmblocks or polybar. \n\u003cimg src=\"https://github.com/siduck/chadwm/blob/screenshots/screenshots/chadwm.png\"\u003e\n- The small widget on the top right is an eww widget and thats old! I've improved the eww widget.\n\u003cimg src='https://i.redd.it/t1pvmqlq3oc81.png'\u003e\n(catppuccin theme)\n\u003cimg src=\"https://github.com/siduck/chadwm/blob/screenshots/screenshots/gruvchad.png\"\u003e\n(gruvbox material dark)\n\n# Tag preview (while hovering tag icon)\n\nhttps://user-images.githubusercontent.com/59060246/223068062-d3c9847a-8713-42c7-bc9d-07247a0486a8.mp4\n\n# Requirements\n\n- dash (shell)\n- imlib2 \n- xsetroot package (status2d uses this to add colors on dwmbar)\n- JetbrainsMono Nerd Font or any nerd font but dont forget to set it in config.def.h\n- Make sure to setup your terminal's theme accordingly do chadwm's theme such as nord, onedark etc...\n\n## Other requirements\n- picom\n- feh\n- acpi\n- rofi\n\n# Install\n\n```\ngit clone https://github.com/siduck/chadwm --depth 1  ~/.config/chadwm\ncd ~/.config/chadwm/\nmv eww ~/.config\ncd chadwm\nsudo make install\n```\n(Note: chmod +x all of the scripts)\n\n# Run chadwm\n\n## With startx\n\n```shell\nstartx ~/.config/chadwm/scripts/run.sh\n```\n\n## With sx\n\n```shell\nsx sh ~/.config/chadwm/scripts/run.sh\n```\n\n(Make an alias for this :v)\n\n```shell\nalias chadwm='startx ~/.config/chadwm/scripts/run.sh'\n```\n\n## With Display Manager\n\n- Create a desktop entry (make sure to change `user` with your user):\n\n```shell\nsudo touch /usr/share/xsessions/chadwm.desktop  \n```\n\n```\n[Desktop Entry]\nName=chadwm\nComment=dwm made beautiful \nExec=/home/user/.config/chadwm/scripts/./run.sh \nType=Application \n```\n\n- [wallpaper](https://github.com/siduck/chadwm/blob/screenshots/screenshots/chad.png)\n\n# Recompile\n\n- You need to recompile dwm after every change you make to its source code.\n\n```\ncd ~/.config/chadwm/chadwm\nrm config.h\nsudo make install\n```\n\n# Change themes\n\n- Bar  : in bar.sh (line 9) and config.def.h (line 35)\n- eww  : in eww.scss (line 1)\n- rofi : in config.rasi (line 15)\n\n# Eww\n\n- First, make sure you have copied the eww directory to your config:\n\n```\ncp -r ~/.config/chadwm/eww ~/.config/\n```\n\n- To launch the eww widget, you need the following command:\n\n```\neww open eww\n```\n(Note: I use only alsa on my system so audio scripts on widget are alsa related, modify them to support pulseaudio)\n\n- It could be a good idea to add these lines to your autostart file, located at ~/.config/chadwm/scripts/run.sh\n\n# Credits\n\n- HUGE THANKS to [eProTaLT83](https://www.reddit.com/user/eProTaLT83). I wanted certain features in dwm like tabbar in monocle, tagpreview etc and he implemented my ideas and created patches for me! I can't even count the number of times he has helped me :v\n- @fitrh helped with [colorful tag patch](https://github.com/fitrh/dwm/issues/1)\n- [6gk](https://github.com/6gk/fet.sh), eww's pure posix fetch functions taken from here\n- [mafetch](https://github.com/fikriomar16/mafetch), modified version of this was used as fetch in the screenshots\n\n# Patches\n\n- systray\n- barpadding \n- bottomstack\n- cfacts\n- dragmfact \n- dragcfact (took from [bakkeby's build](https://github.com/bakkeby/dwm-flexipatch))\n- fibonacii\n- gaplessgrid\n- horizgrid\n- movestack \n- vanity gaps\n- colorful tags\n- statuspadding \n- status2d\n- underline tags\n- notitle\n- winicon\n- [preserveonrestart](https://github.com/PhyTech-R0/dwm-phyOS/blob/master/patches/dwm-6.3-patches/dwm-preserveonrestart-6.3.diff). This patch doesnt let all windows mix up into tag 1 after restarting dwm.\n- shiftview\n","funding_links":[],"categories":["C","theme"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiduck%2Fchadwm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiduck%2Fchadwm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiduck%2Fchadwm/lists"}