mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 20:20:43 +02:00
xd
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
libnotify
|
||||||
gh
|
gh
|
||||||
trash-cli
|
trash-cli
|
||||||
pandoc
|
pandoc
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
#
|
||||||
# Get the volume level and convert it to a percentage
|
# Get the volume level and convert it to a percentage
|
||||||
volume=$(wpctl get-volume @DEFAULT_SINK@)
|
volume=$(wpctl get-volume @DEFAULT_SINK@)
|
||||||
volume=$(echo "$volume" | awk '{print $2}')
|
volume=$(echo "$volume" | awk '{print $2}')
|
||||||
|
|||||||
Reference in New Issue
Block a user