Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ collection of dot config files for hyprland with a simple install script for a f

You can grab the config files and install packages by hand with this commnad
```
yay -S hyprland-bin kitty waybar-hyprland \
swaybg swaylock-effects wofi wlogout mako thunar \
yay -S hyprland-bin alacritty waybar-hyprland \
swaybg swaylock-effects wofi wlogout mako nautilus \
ttf-jetbrains-mono-nerd noto-fonts-emoji \
polkit-gnome python-requests starship \
swappy grim slurp pamixer brightnessctl gvfs \
Expand Down
2 changes: 1 addition & 1 deletion hypr/hyprland.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Setup monitors
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=,preferred,auto,auto
monitor=,highres,auto,1

# Dual monitor example on G15 Strix
# eDP-1 is the built in monitor while DP-1 is external
Expand Down
4 changes: 2 additions & 2 deletions waybar/config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"passthrough": false,
"gtk-layer-shell": true,
"height": 50,
"modules-left": ["clock","custom/weather","wlr/workspaces"],
"modules-left": ["clock","custom/weather","hyprland/workspaces"],
"modules-center": ["hyprland/window"],
"modules-right": ["network", "bluetooth", "temperature","custom/power_profile","battery","backlight","pulseaudio","pulseaudio#microphone","tray"],
"hyprland/window": {
"format": "{}"
},

"wlr/workspaces": {
"hyprland/workspaces": {
"disable-scroll": true,
"all-outputs": true,
"on-click": "activate",
Expand Down
5 changes: 5 additions & 0 deletions waybar/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ window#waybar {
color: #cdd6f4;
}

window#waybar.empty #window {
background: none;
border: none;
}

tooltip {
background: #1e1e2e;
border-radius: 10px;
Expand Down