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";
"$file_browser" = "thunar";
"$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 = {
drag_threshold = 10;
@ -32,7 +34,7 @@
];
bind = [
# Start programs
"$mod, a, exec, discord"
"$mod, a, exec, $discord"
"$mod, z, exec, obsidian"
"$mod, t, exec, $terminal"
"$mod CTRL, 1, exec, $browser"

View File

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