diff options
Diffstat (limited to '.local/share/bin/mode')
| -rwxr-xr-x | .local/share/bin/mode | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/bin/mode b/.local/share/bin/mode index 47726e1..30d94d5 100755 --- a/.local/share/bin/mode +++ b/.local/share/bin/mode @@ -1,7 +1,7 @@ #!/bin/sh get_color() { - xrdb -query | grep $1 | head -n1 | cut -f2 | cat + xrdb -query | grep $1 | head -n1 | cut -f2 } switch_xrdb() { |