diff options
Diffstat (limited to 'home-config')
| -rw-r--r-- | home-config/alacritty/alacritty.yml | 6 | ||||
| -rw-r--r-- | home-config/waybar/config | 8 | ||||
| -rwxr-xr-x | home-config/waybar/modules/spotify.sh | 2 | ||||
| -rw-r--r-- | home-config/waybar/style.css | 2 | 
4 files changed, 9 insertions, 9 deletions
| diff --git a/home-config/alacritty/alacritty.yml b/home-config/alacritty/alacritty.yml index 0d3550b..becd2f6 100644 --- a/home-config/alacritty/alacritty.yml +++ b/home-config/alacritty/alacritty.yml | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | font: | 1 | font: | 
| 2 | size: 15 | 2 | size: 15 | 
| 3 | normal: | 3 | normal: | 
| 4 | family: "Monofur for Powerline" | 4 | family: "Monofur Nerd Font Mono" | 
| 5 | style: Regular | 5 | style: Regular | 
| 6 | 6 | ||
| 7 | bold: | 7 | bold: | 
| 8 | family: "Monofur for Powerline" | 8 | family: "Monofur Nerd Font Mono" | 
| 9 | style: Bold | 9 | style: Bold | 
| 10 | 10 | ||
| 11 | italic: | 11 | italic: | 
| 12 | family: "Monofur for Powerline" | 12 | family: "Monofur Nerd Font Mono" | 
| 13 | style: Italic | 13 | style: Italic | 
| diff --git a/home-config/waybar/config b/home-config/waybar/config index 731c119..18ca0cc 100644 --- a/home-config/waybar/config +++ b/home-config/waybar/config | |||
| @@ -36,10 +36,10 @@ | |||
| 36 | "bat":"BAT1" | 36 | "bat":"BAT1" | 
| 37 | }, | 37 | }, | 
| 38 | "bluetooth": { | 38 | "bluetooth": { | 
| 39 | "format": "", | 39 | "format": "󰂯", | 
| 40 | "format-disabled": "", | 40 | "format-disabled": "󰂲", | 
| 41 | "format-connected": "", | 41 | "format-connected": "󰂯", | 
| 42 | "format-connected-battery": " {device_battery_percentage}%", | 42 | "format-connected-battery": "󰂱 {device_battery_percentage}%", | 
| 43 | "on-click": "blueman-manager", | 43 | "on-click": "blueman-manager", | 
| 44 | "tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected", | 44 | "tooltip-format": "{controller_alias}\t{controller_address}\n\n{num_connections} connected", | 
| 45 | "tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}", | 45 | "tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{num_connections} connected\n\n{device_enumerate}", | 
| diff --git a/home-config/waybar/modules/spotify.sh b/home-config/waybar/modules/spotify.sh index 3368d88..fc732a1 100755 --- a/home-config/waybar/modules/spotify.sh +++ b/home-config/waybar/modules/spotify.sh | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh | 
| 2 | 2 | ||
| 3 | class=$(playerctl metadata --format '{{lc(status)}}') | 3 | class=$(playerctl metadata --format '{{lc(status)}}') | 
| 4 | icon="󰽴" | 4 | icon="󰎆" | 
| 5 | 5 | ||
| 6 | if [[ $class == "playing" ]]; then | 6 | if [[ $class == "playing" ]]; then | 
| 7 | info=$(playerctl metadata --format '{{artist}} - {{title}}') | 7 | info=$(playerctl metadata --format '{{artist}} - {{title}}') | 
| diff --git a/home-config/waybar/style.css b/home-config/waybar/style.css index 0e98fc6..548056f 100644 --- a/home-config/waybar/style.css +++ b/home-config/waybar/style.css | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | * { | 1 | * { | 
| 2 | border: none; | 2 | border: none; | 
| 3 | border-radius: 0; | 3 | border-radius: 0; | 
| 4 | font-family: Sans; | 4 | font-family: AnonymicePro Nerd Font; | 
| 5 | font-size: 15px; | 5 | font-size: 15px; | 
| 6 | box-shadow: none; | 6 | box-shadow: none; | 
| 7 | text-shadow: none; | 7 | text-shadow: none; | 
