Skip to content

Krayon0/omarchy-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

use matte black omarchy theme

useful apps

LACT, handbrake, sourcegit, teams-for-linux, kdenlive

vpn script (~/.scripts/vpn)

#!/bin/bash

if [[ $1 == "print" ]];then
  if pgrep openfortivpn > /dev/null; then
    echo "Connected 🌐";
  else 
    echo " ";
  fi
else
  if pgrep openfortivpn; then
    killall -9 openfortivpn
  else
    sudo -u krayon xdg-open "https://<VPN_PROVIDER_DOMAIN>/remote/saml/start?redirect=1" &
    openfortivpn <VPN_PROVIDER_DOMAIN> --saml-login &
  fi
fi

split-monitor-workspaces hypr plugin (https://github.com/Duckonaut/split-monitor-workspaces)

for betterbird to stay in system tray: https://www.reddit.com/r/Betterbird/comments/1o2vwin/betterbird_tray_fix_works_on_all_linux_distros_i/

https://github.com/earthphum/LinuxDocuments/blob/main/Arch/fixed/keychron-fix.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages