Skip to content

Commit

Permalink
feat: Update hyprland and waybar configurations
Browse files Browse the repository at this point in the history
- Change cursor name to lowercase in hyprland.conf
- Modify new_status to master in master layout of hyprland.conf
- Add opacity property to waybar style.css
  • Loading branch information
command-z-z committed Jun 23, 2024
1 parent 65d5521 commit c4376cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exec-once = fcitx5 & hyprpaper
exec-once = clash
# exec-once = mako
exec-once = swaync
exec-once = hyprctl setcursor Catppuccin-Frappe-Dark-Cursors 48
exec-once = hyprctl setcursor catppuccin-frappe-dark-cursors 48
exec-once = waybar
exec-once = eww daemon
exec-once = playerctld daemon
Expand Down Expand Up @@ -102,7 +102,7 @@ dwindle {

master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
new_is_master = true
new_status = master
}

gestures {
Expand Down
1 change: 1 addition & 0 deletions .config/waybar/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ window#waybar {
color: @text;
transition-property: background-color;
transition-duration: 0.5s;
opacity: 0.9;
}

window#waybar.hidden {
Expand Down

0 comments on commit c4376cf

Please sign in to comment.