Browse Source

Small tweak

pull/11/head
JaKooLit 2 years ago
parent
commit
a6b47be704
  1. 8
      config/hypr/scripts/Wlogout.sh
  2. 2
      config/waybar/configs/config-gnome
  3. 11
      config/waybar/modules

8
config/hypr/scripts/Wlogout.sh

@ -1,7 +1,11 @@
#!/bin/bash #!/bin/bash
# Start wlogout in the background # If you have 1440p, better to use this
wlogout --protocol layer-shell -b 5 -T 600 -B 600 & # wlogout --protocol layer-shell -b 5 -T 600 -B 600 &
# for 1080p
wlogout --protocol layer-shell -b 5 -T 450 -B 450 &
# Capture the PID of the wlogout process # Capture the PID of the wlogout process
wlogout_pid=$! wlogout_pid=$!

2
config/waybar/configs/config-gnome

@ -29,7 +29,7 @@
"modules-right": [ "modules-right": [
"tray", "tray",
"network", //"network",
"bluetooth", "bluetooth",
"cpu", "cpu",
"temperature", "temperature",

11
config/waybar/modules

@ -140,8 +140,16 @@
"hyprland/window": { "hyprland/window": {
"format": "{}", "format": "{}",
"max-length": 360, "max-length": 40,
"separate-outputs": true, "separate-outputs": true,
"offscreen-css" : true,
"offscreen-css-text": "(inactive)",
"rewrite": {
"(.*) — Mozilla Firefox": " $1",
"(.*) - fish": "> [$1]",
"(.*) - zsh": "> [$1]",
"(.*) - kitty": "> [$1]",
},
}, },
"hyprland/workspaces": { "hyprland/workspaces": {
@ -353,6 +361,7 @@
"on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh", "on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh",
}, },
// NOTE:! This is only for Arch and Arch Based Distros
"custom/updater":{ "custom/updater":{
"format": " {}", "format": " {}",
"exec": "checkupdates | wc -l", "exec": "checkupdates | wc -l",

Loading…
Cancel
Save