Add rtprio, change the waybar and simplify apps

This commit is contained in:
Jimbo 2024-12-06 17:49:20 -05:00
parent a589e07a6c
commit 590430f296
11 changed files with 46 additions and 19 deletions

View file

@ -67,7 +67,7 @@
pane_icon_size=16
thumbnail_size=128
show_thumbnail=1
shadow_hidden=1
shadow_hidden=0
[places]
places_home=1

View file

@ -128,9 +128,9 @@
(pkgs.writeScriptBin "rofiscripts" ''
# Scratchpad function
scratchpads() {
SCRATCHPADS=$(echo -e "Gotop\nMusic\nSound\nEasyEffects" | rofi -dmenu -i -p "Scratchpads")
SCRATCHPADS=$(echo -e "Btop\nMusic\nSound\nEasyEffects" | rofi -dmenu -i -p "Scratchpads")
case $SCRATCHPADS in
Gotop) foot -a gotop -T Gotop gotop;;
Btop) foot -a btop -T Btop btop;;
Music) foot -a music -T Music ncmpcpp;;
Sound) foot -a sound -T Sound pulsemixer;;
EasyEffects) easyeffects;;

View file

@ -1,8 +0,0 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
vesktop
fractal
telegram-desktop
];
}

View file

@ -2,7 +2,6 @@
{
imports = [
./avtools
./chat
./gaming
./general
./headless

View file

@ -1,6 +1,9 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
vesktop
fractal
telegram-desktop
libreoffice
bc
];