- OS: Arch Linux
- Compositor: Hyprland
- Top- and sidebar: eww
- Notifications: dunst
- Wallpaper Loader: swww
- Wallpaper:
/themes/apatheia/wallapapers
- Terminal: kitty
- Search menu: wofi
- Fetch script:
nitch
- Browser: Firefox
- Font: Nerd Font
Install these dependencies manually (Arch)
hyprland-git nerd-fonts-complete wofi wifi4wofi dunst jq eww-wayland swww-git swayidle swaylock-effects-git swaylockd sway-audio-idle-inhibit-git pamixer light-git papirus-icon-theme playerctl cava kitty xdg-desktop-portal-wlr grim slurp wl-clipboard socat swappy cliphist hyprpicker
Follow the Quick Start Instructions from Hyprland
Copy all files from the repo to your hyprland config folder, and rename _hyprland.conf
to hyprland.conf
.
git clone https://github.com/AmadeusWM/dotfiles-hyprland.git
cd dotfiles-hyprland
cp -r ./* ~/.config/hypr
# Rename config file
mv ~/.config/hypr/_hyprland.conf ~/.config/hypr/hyprland.conf
Add this line to your config:
exec=~/.config/hypr/scripts/variables/set_env primary [ID_OF_PRIMAR_SCREEN] # 0, 1, 2, ...
Assign the source
parameter in the hyprland.conf
to a different configuration file.
instructions
The themes of other applications are saved in the dots
folder.
wofi
, rofi
, kitty
and dunst
can be themed by copying the folders into ~/.config
cp ./dots/dunst ~/.config
cp ./dots/wofi ~/.config
cp ./dots/rofi ~/.config
cp ./dots/kitty ~/.config
Install spicetify. (AUR: spicetify-cli
)
Copy dots/spicetify/Dribbblish
to ~/.config/spicetify/Themes
(or wherever your spicetify themes are stored)
Then:
cd "$(dirname "$(spicetify -c)")/Themes/Dribbblish"
mkdir -p ../../Extensions
cp dribbblish.js ../../Extensions/.
spicetify config extensions dribbblish.js
spicetify config current_theme Dribbblish color_scheme apatheia
spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
spicetify apply
install from AUR: betterdiscordctl
Copy dots/BetterDiscord/Ultra.theme.css
to ~/snap/discord/145/.config/BetterDiscord/
betterdiscordctl --d-install snap install
The Obsidian theme can be found in the community theme store, just look up Apatheia
. Install the theme which is developed by @AmadeusWM, @Zenneh.
The Apatheia theme can be found on the marketplace.
Look up Apatheia
from Amadeus Wolf
You'll have to upload it to the vs-code marketplace. Follow the docs:
- Generate theme repository
- Publish theme
First and foremost, go to about:addons in your firefox. And enable the Dark
theme.
- in Firefox go to about:config. Change
toolkit.legacyUserProfileCustomizations.stylesheets
to "True" - Find your profile folder (go to the url
about:profiles
in firefox, and open the folder of your active profile) - Copy the
chrome
folder fromdots/firefox
to the aforementioned profile folder. - Restart firefox, you theme should be updated
MacOS Fix overlapping controls
- Open this file in your editor:
dotfiles-hyprland/dots/firefox/chrome/window-controls/wc-without-tabline.css
- Uncomment the following: (in
:root:not([inFullscreen]) toolbar#nav-bar
margin-left: calc(
var(--wc-right-space) * 2 + 60px
) !important;
- Comment in this line:
margin-left: 0px;
- Your file should look like this
@import "window-controls.css";
:root:not([inFullscreen]) toolbar#nav-bar {
z-index: 1 !important;
position: relative !important;
/* shift toolbar to the right based on initial width */
margin-left: calc(
var(--wc-right-space) * 2 + 60px
) !important;
/* margin-left: 0px; */
}
#TabsToolbar .toolbar-items {
display: none !important;
}
.titlebar-buttonbox {
flex-direction: row-reverse;
}
#TabsToolbar.browser-toolbar {
display: inline-block !important;
position: absolute;
top: var(--wc-vertical-shift) !important;
left: var(--wc-left-space) !important;
}
- Install the Tree Style Tabs extension from here
- Visit
Preferences
withctrl+shift+a>Tree Style Tab>Preferences
- Scroll to the bottom, and Press
Import
inAll Configs
- Import the
config.json
fromdots/firefox/treestyletab/config.json
- Then go to
Advanced
and scroll down - Choose
Load from file
and upload the followingdots/firefox/treestyletab/treestyletab.css
(optional: if the theme of TST doesn't match the new firefox theme for some reason)
- Install the nighttab extension from here
- Go to night tab settings (top right), and then the data tab
- Import
dots/firefox/night-tab/night-tab.json
- You'll have to change the colors yourself if you change the theme from the default
For GTK: Orchis-Theme Edit the following files:
~/.config/gtk-3.0/settings.ini
~/.config/gtk-4.0/settings.ini
to:
[Settings]
gtk-application-prefer-dark-theme=1
gtk-theme-name = Orchis-Dark
and you might have to run:
gsettings set org.gnome.desktop.interface color-scheme prefer-dark
Credits to https://github.com/taylor85345
Dependency: eww-wayland
All keybinds can be found in the keybinds
folder
SUPER+SPACE
: Application Launcher (wofi)SUPER+Z
: Prev orkspaceSUPER+X
: Next orkspaceSUPER+CTRL+M
: Quit HyprlandSUPER+1,...9,0
: Switch workspaceALT+1,...9,0
: Move window to workspaceSUPER+ALT+1,...9,0
: Move window to workspace (silent)SUPER+B
: Switch WallpaperSUPER+V
: Open clipboard historySUPER+T
orCTRl+ALT+T
: KittySUPER+F
orCTRL+ALT+F
: FirefoxSUPER+O
: ObsidianSUPER+E
: NautilusSUPER+A
: VS-codeSUPER+C
: Color Picker (hyprpicker
)PRINT
: Screenshot a part of your screenSUPER+PRINT
: Record a part of your screenSUPER+SHIFT+B
: Reset Top Bar (e.g. when connecting new screen)
- Back777space: for contributing🗿🗿🗿
- Zenneh: the Obsidian theme📔
- Taylor85345: the well-organized dotfiles, and top-bar🧔♀️
- flick0: inspiring hyprland-setup and useful scripts😍
- Vaxry: HYPRLAND 🤍
- Notifications (this maybe? https://www.reddit.com/r/unixporn/comments/sacxs3/oc_styled_notifications_using_dunst/)
- Swappable wallpaper with wofi example:
ls /home/amadeusw/.config/hypr/themes/apatheia/wallpapers | wofi --show dmenu
- Disable and Enable notifications
- Pull request Dunst: rounded icons
- Answer issue eww primary screen (first, try the command man): elkowar/eww#382 (comment)