updated themes, waybar

This commit is contained in:
2026-04-02 13:10:37 +02:00
parent 70842dc108
commit eadaaa5d52
4 changed files with 52 additions and 38 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ general {
# BACKGROUND # BACKGROUND
background { background {
monitor = monitor =
path = $HOME/Pictures/mandelbrot.png path = $HOME/Pictures/reze/reze.png
blur_passes = 0 blur_passes = 2
color = $base color = $base
} }
+4 -4
View File
@@ -77,10 +77,10 @@ bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow bindm = $mainMod, mouse:273, resizewindow
# Laptop multimedia keys for volume and LCD brightness # Laptop multimedia keys for volume and LCD brightness
bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%+ bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%+ && pkill -RTMIN+9 waybar
bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%- bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%- && pkill -RTMIN+9 waybar
bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle && pkill -RTMIN+9 waybar
bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle && pkill -RTMIN+9 waybar
bindel = ,XF86MonBrightnessUp, exec, brightnessctl set 5%+ bindel = ,XF86MonBrightnessUp, exec, brightnessctl set 5%+
bindel = ,XF86MonBrightnessDown, exec, brightnessctl set 5%- bindel = ,XF86MonBrightnessDown, exec, brightnessctl set 5%-
+30 -26
View File
@@ -4,7 +4,7 @@
"name": "top", "name": "top",
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"height": 34, "height": 39,
"spacing": 4, "spacing": 4,
"margin-top": 6, "margin-top": 6,
"margin-left": 10, "margin-left": 10,
@@ -46,8 +46,9 @@
"format": "{}", "format": "{}",
"return-type": "json", "return-type": "json",
"exec": "fluxo-rs game", "exec": "fluxo-rs game",
"on-click": "~/.config/hypr/scripts/gamemode.sh & disown", "on-click": "~/.config/hypr/scripts/gamemode.sh && pkill -RTMIN+1 waybar & disown",
"interval": 1 "signal": 1,
"interval": 5
}, },
// --- Fluxo-rs Power --- // --- Fluxo-rs Power ---
@@ -63,23 +64,24 @@
"name": "bottom", "name": "bottom",
"layer": "top", "layer": "top",
"position": "bottom", "position": "bottom",
"height": 34, "height": 35,
"spacing": 4, "spacing": 4,
"margin-bottom": 6, "margin-bottom": 6,
"margin-left": 10, "margin-left": 10,
"margin-right": 10, "margin-right": 10,
"modules-left": [ "modules-left": [
"custom/sys", "group/hardware" // Replaced individual modules with a group
"group/hardware", // Replaced individual modules with a group
"custom/disk-root"
], ],
// Add the group definition anywhere in the bottom bar block: // Add the group definition anywhere in the bottom bar block:
"group/hardware": { "group/hardware": {
"orientation": "horizontal", "orientation": "horizontal",
"modules": [ "modules": [
"custom/sys",
"custom/cpu", "custom/cpu",
"custom/gpu",
"custom/mem", "custom/mem",
"custom/disk-root",
"custom/network" "custom/network"
] ]
}, },
@@ -111,6 +113,12 @@
"exec": "fluxo-rs mem", "exec": "fluxo-rs mem",
"interval": 3 "interval": 3
}, },
"custom/gpu": {
"format": "{}",
"return-type": "json",
"exec": "fluxo-rs gpu",
"interval": 3
},
"custom/network": { "custom/network": {
"format": "{}", "format": "{}",
"return-type": "json", "return-type": "json",
@@ -131,42 +139,38 @@
"format": "{}", "format": "{}",
"return-type": "json", "return-type": "json",
"exec": "fluxo-rs vol", "exec": "fluxo-rs vol",
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle", "on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle && pkill -RTMIN+8 waybar",
"on-scroll-up": "wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%+", "on-scroll-up": "wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%+ && pkill -RTMIN+8 waybar",
"on-scroll-down": "wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%-", "on-scroll-down": "wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%- && pkill -RTMIN+8 waybar",
"on-click-right": "fluxo-rs vol --cycle", "on-click-right": "fluxo-rs vol --cycle && pkill -RTMIN+8 waybar",
"on-click-middle": "pavucontrol", "on-click-middle": "pavucontrol",
"interval": 1 "signal": 8,
"interval": 5
}, },
"custom/mic": { "custom/mic": {
"format": "{}", "format": "{}",
"return-type": "json", "return-type": "json",
"exec": "fluxo-rs mic", "exec": "fluxo-rs mic",
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle", "on-click": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle && pkill -RTMIN+9 waybar",
"on-scroll-up": "wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%+", "on-scroll-up": "wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%+ && pkill -RTMIN+9 waybar",
"on-scroll-down": "wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%-", "on-scroll-down": "wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%- && pkill -RTMIN+9 waybar",
"on-click-right": "fluxo-rs mic --cycle", "on-click-right": "fluxo-rs mic --cycle && pkill -RTMIN+9 waybar",
"on-click-middle": "pavucontrol", "on-click-middle": "pavucontrol",
"interval": 1 "signal": 9,
"interval": 5
}, },
"custom/bluetooth-audio": { "custom/bluetooth-audio": {
"format": "{}", "format": "{}",
"return-type": "json", "return-type": "json",
"exec": "fluxo-rs bt", "exec": "fluxo-rs bt",
"on-click": "fluxo-rs bt menu", "on-click": "fluxo-rs bt menu && pkill -RTMIN+10 waybar",
"on-click-right": "fluxo-rs bt cycle_mode", "on-click-right": "fluxo-rs bt cycle_mode && pkill -RTMIN+10 waybar",
"signal": 10,
"interval": 5, "interval": 5,
"tooltip": true "tooltip": true
} }
// --- Commented Out Modules --- // --- Commented Out Modules ---
/* /*
"custom/gpu": {
"format": "{}",
"return-type": "json",
"exec": "fluxo-rs gpu",
"on-click": "lact gui & disown",
"interval": 3
},
"custom/btrfs": { "custom/btrfs": {
"format": "{}", "format": "{}",
"return-type": "json", "return-type": "json",
+16 -6
View File
@@ -31,9 +31,7 @@ window#waybar.bottom {
#workspaces, #workspaces,
#window, #window,
#tray, #tray,
#custom-sys,
#hardware, #hardware,
#custom-disk-root,
#custom-bluetooth-audio, #custom-bluetooth-audio,
#custom-volume, #custom-volume,
#custom-buds, #custom-buds,
@@ -122,7 +120,10 @@ window#waybar.bottom {
/* Strip backgrounds and borders from the items inside the group */ /* Strip backgrounds and borders from the items inside the group */
#custom-cpu, #custom-cpu,
#custom-mem, #custom-mem,
#custom-network { #custom-network
#custom-sys,
#custom-gpu,
#custom-disk-root {
background-color: transparent; background-color: transparent;
border: none; border: none;
box-shadow: none; box-shadow: none;
@@ -132,14 +133,23 @@ window#waybar.bottom {
/* Subtle vertical separator line between them */ /* Subtle vertical separator line between them */
#custom-cpu, #custom-cpu,
#custom-mem { #custom-mem,
#custom-sys,
#custom-gpu,
#custom-disk-root {
border-right: 1px solid alpha(@surface1, 0.5); border-right: 1px solid alpha(@surface1, 0.5);
border-radius: 0; border-radius: 0;
} }
#custom-network {
padding-left: 8px;
color: @mauve;
}
/* Hardware Semantic Alerts */ /* Hardware Semantic Alerts */
#custom-cpu.high, #custom-mem.high { color: @peach; } .normal { color: @mauve; }
#custom-cpu.max, #custom-mem.max { color: @red; } .high { color: @peach; }
.max { color: @red; }
/* --- Center Bottom Utilities --- */ /* --- Center Bottom Utilities --- */
#custom-gamemode.active { #custom-gamemode.active {