Browse Source

Use bash for scripts

nixos
Maxime Wack 3 years ago
parent
commit
bfaae5633f
7 changed files with 7 additions and 7 deletions
  1. +1
    -1
      .bspwm-session
  2. +1
    -1
      .config/bin/panel
  3. +1
    -1
      .config/bin/panel_bar
  4. +1
    -1
      .config/bin/tray
  5. +1
    -1
      .config/bin/wm
  6. +1
    -1
      .config/bspwm/bspwmrc
  7. +1
    -1
      .xinitrc

+ 1
- 1
.bspwm-session View File

@@ -1,4 +1,4 @@
#!/bin/zsh
#!/bin/bash
#
# bspwm-session
#


+ 1
- 1
.config/bin/panel View File

@@ -1,4 +1,4 @@
#!/bin/zsh
#!/usr/bin/env bash

PANEL_FIFO=/tmp/panel-fifo



+ 1
- 1
.config/bin/panel_bar View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

COLOR_FOCUSED='#FF202020'
COLOR_FREE='#FFCCCCCC'


+ 1
- 1
.config/bin/tray View File

@@ -1,4 +1,4 @@
#!/bin/zsh
#!/usr/bin/env bash

case $HOST in
laptop|hegp-laptop) width=1600;;


+ 1
- 1
.config/bin/wm View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

### High-level bspwm controls



+ 1
- 1
.config/bspwm/bspwmrc View File

@@ -1,4 +1,4 @@
#!/bin/zsh
#!/usr/bin/env bash

bspc config border_width 0
bspc config window_gap 10


+ 1
- 1
.xinitrc View File

@@ -1,4 +1,4 @@
#!/bin/zsh
#!/bin/bash
#
# ~/.xinitrc
#


Loading…
Cancel
Save