added discord and obsidian binds and cputemp to bar

This commit is contained in:
cartierf89 2025-08-27 22:29:03 -04:00
parent 0d685e512a
commit 5c51a6bc16
2 changed files with 7 additions and 1 deletions

View File

@ -12,6 +12,8 @@
"$terminal" = "kitty"; "$terminal" = "kitty";
"$file_browser" = "thunar"; "$file_browser" = "thunar";
"$webapp" = "$browser --new-window --app="; "$webapp" = "$browser --new-window --app=";
"$discord" =
"flatpak run --branch=stable --arch=x86_64 --command=com.discordapp.Discord --file-forwarding com.discordapp.Discord @@u %U @@";
binds = { binds = {
drag_threshold = 10; drag_threshold = 10;
@ -32,7 +34,7 @@
]; ];
bind = [ bind = [
# Start programs # Start programs
"$mod, a, exec, discord" "$mod, a, exec, $discord"
"$mod, z, exec, obsidian" "$mod, z, exec, obsidian"
"$mod, t, exec, $terminal" "$mod, t, exec, $terminal"
"$mod CTRL, 1, exec, $browser" "$mod CTRL, 1, exec, $browser"

View File

@ -25,6 +25,7 @@
"clock" "clock"
]; ];
right = [ right = [
"cputemp"
"media" "media"
"volume" "volume"
"network" "network"
@ -42,6 +43,9 @@
middle = [ middle = [
"clock" "clock"
]; ];
right = [
"cputemp"
];
}; };
}; };