This commit is contained in:
Lukian 2024-10-29 22:55:04 +01:00
parent f02f691071
commit c5dd865151
5 changed files with 130 additions and 3 deletions

View file

@ -19,7 +19,7 @@ $menu = wofi --show drun
### AUTOSTART ###
#################
exec-once = waybar & hyprpaper
exec-once = waybar & hyprpaper & nm-applet --indicator & blueman-applet
#############################
@ -202,6 +202,11 @@ bind = $mainMod, mouse_up, workspace, e-1
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
bind = $mainMod SHIFT, right, resizeactive, 50 0
bind = $mainMod SHIFT, left, resizeactive, -50 0
bind = $mainMod SHIFT, up, resizeactive, 0 -50
bind = $mainMod SHIFT, down, resizeactive, 0 50
# Laptop multimedia keys for volume and LCD brightness
bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-

View file

@ -8,7 +8,7 @@ font_size 11.0
foreground #dddddd
background #0d0c0c
background_opacity 0.6
background_opacity 0.8
# black
color0 #45475a

View file

@ -19,6 +19,7 @@
"backlight",
"battery",
"battery#bat2",
"tray",
"custom/power"
],
"mpd": {
@ -108,7 +109,8 @@
"tooltip-format": "{ifname} via {gwaddr} ",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected ⚠",
"format-alt": "{ifname}: {ipaddr}/{cidr}"
"format-alt": "{ifname}: {ipaddr}/{cidr}",
"tooltip": true
},
"pulseaudio": {
"scroll-step": 5, // %, can be a float

View file

@ -65,6 +65,7 @@ window#waybar.chromium {
#pulseaudio,
#custom-media,
#power,
#tray,
#custom-power {
padding: 7px 10px;
color: #E6C873;