Browse Source

Correcting an error and adding my edited waybar

pull/83/head
bigDnrg 2 years ago
parent
commit
9527b3cac0
  1. 2
      config/hypr/configs/Keybinds.conf
  2. 67
      config/waybar/configs/Edited

2
config/hypr/configs/Keybinds.conf

@ -20,7 +20,7 @@ $volume = $scriptsDir/Volume.sh
# rofi launcher # rofi launcher
#bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run #bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run
#bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run #bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run
bind = $mainMod CTRL, Space, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run bind = $mainMod, Space, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run
#bind = CTRL ALT, L, exec, $scriptsDir/LockScreen.sh #bind = CTRL ALT, L, exec, $scriptsDir/LockScreen.sh
#bind = CTRL ALT, P, exec, $scriptsDir/Wlogout.sh #bind = CTRL ALT, P, exec, $scriptsDir/Wlogout.sh

67
config/waybar/configs/Edited

@ -0,0 +1,67 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
// ### DEFAULT ### //
{
"include": "~/.config/waybar/modules",
"layer": "top",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "bottom",
"spacing": 3,
"fixed-center": true,
"ipc": true,
//"margin-top": 6,
"margin-left": 8,
"margin-right": 8,
"modules-left": [
"hyprland/workspaces#pacman",
"custom/separator#dot-line",
"cpu",
"custom/separator#dot-line",
"temperature",
"custom/separator#dot-line",
"memory",
"custom/separator#dot-line",
"custom/weather",
],
"modules-center": [
"custom/menu",
"custom/separator#dot-line",
"idle_inhibitor",
"custom/separator#dot-line",
"clock",
"custom/separator#dot-line",
"custom/light_dark",
"custom/separator#dot-line",
"custom/lock",
//],
"custom/separator#dot-line",
"custom/keybinds",
],
"modules-right": [
//"hyprland/window",
//"custom/separator#dot-line",
"network#speed",
"custom/separator#dot-line",
//"battery",
//"custom/separator#dot-line",
//"backlight",
//"custom/separator#dot-line",
//"pulseaudio",
//"custom/separator#dot-line",
"wireplumber",
//"pulseaudio#microphone",
"custom/separator#dot-line",
"keyboard-state",
"custom/separator#dot-line",
"bluetooth",
"custom/separator#dot-line",
"tray",
"custom/separator#dot-line",
"custom/power",
],
}
Loading…
Cancel
Save