Compare commits

..

No commits in common. "129ec559423cec39cd49fa58864f17dfc7b59db7" and "cf713cb0b41dfc0db72f064131ab58157c8aef81" have entirely different histories.

3 changed files with 21 additions and 21 deletions

View file

@ -20,10 +20,9 @@
d = diff
l = log
m = merge
oops = commit --amend --no-edit
ca = commit --amend --no-edit
r = rebase
s = status
yolo = !git commit -m \"$(curl -s https://whatthecommit.com/index.txt)\"
[merge]
ff = no
conflictstyle = diff3

View file

@ -5,7 +5,6 @@
"modules-left": [
"hyprland/workspaces",
"tray",
"custom/dnd-toggle",
"network",
"bluetooth",
"pulseaudio#output",
@ -22,8 +21,10 @@
"custom/cpu-temp",
"cpu",
"clock#date",
"clock#time"
"clock#time",
"custom/dnd-toggle"
],
"hyprland/workspaces": {
"disable-scroll": true,
"all-outputs": false,
@ -92,19 +93,6 @@
"format-source": "󰍬 {volume}%",
"format-source-muted": "󰍭 {volume}%"
},
"custom/dnd-toggle": {
"exec": "$HOME/.scripts/waybar-dnd-toggle.sh --no-toggle",
"interval": "once",
"on-click": "$HOME/.scripts/waybar-dnd-toggle.sh; pkill -SIGRTMIN+2 waybar",
"signal": 2,
"tooltip": false,
"return-type": "json",
"format": "{icon} NF",
"format-icons": {
"dnd-enabled": "󰂛",
"dnd-disabled": "󰂚"
}
},
"mpris": {
"interval": 2,
"format": " {status_icon} {title}",
@ -217,5 +205,18 @@
"interval": 1,
"format": "󰥔 {:%EX}",
"tooltip": false
},
"custom/dnd-toggle": {
"exec": "$HOME/.scripts/waybar-dnd-toggle.sh --no-toggle",
"interval": "once",
"on-click": "$HOME/.scripts/waybar-dnd-toggle.sh; pkill -SIGRTMIN+2 waybar",
"signal": 2,
"tooltip": false,
"return-type": "json",
"format": "{icon} {}",
"format-icons": {
"dnd-enabled": "󰂛",
"dnd-disabled": "󰂚"
}
}
}

View file

@ -50,7 +50,6 @@
#network,
#bluetooth,
#pulseaudio,
#custom-dnd-toggle,
#custom-media,
#window,
#backlight,
@ -60,7 +59,8 @@
#memory,
#custom-cpu-temp,
#cpu,
#clock {
#clock,
#custom-dnd-toggle {
padding: 2px 6px;
}
@ -75,12 +75,12 @@
*/
#pulseaudio,
#custom-dnd-toggle.dnd-disabled,
#backlight,
#custom-gpu-temp,
#custom-gpu-usage,
#custom-cpu-temp,
#cpu {
#cpu,
#custom-dnd-toggle.dnd-disabled {
color: @accent1;
}