feat!: switch to NixOS
This commit is contained in:
parent
b91f59cf91
commit
e8ec42676b
41 changed files with 81 additions and 365 deletions
waybar/scripts
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ $(eww state | grep calendar_month) ]]; then
|
||||
$HOME/.config/eww/scripts/close.sh date && eww close closer
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
TOGGLE=$HOME/.config/waybar/scripts/.heart
|
||||
|
||||
if [ ! -e $TOGGLE ]; then
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ $(eww state | grep br_icon) ]]; then
|
||||
$HOME/.config/eww/scripts/close.sh actions && eww close closer
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
TOGGLE=$HOME/.config/waybar/scripts/.heart
|
||||
|
||||
if [ ! -e $TOGGLE ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue