remove common folder at root, why was this still there?

This commit is contained in:
rubiigen 2024-04-23 22:01:32 +01:00 committed by Frankie B
parent 3d29e532d9
commit a558df302b
9 changed files with 0 additions and 913 deletions

View file

@ -1,225 +0,0 @@
# -*- conf -*-
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
# term=foot (or xterm-256color if built with -Dterminfo=disabled)
# login-shell=no
# app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode
# title=foot
# locked-title=no
font=monospace:size=14
# font-bold=<bold variant of regular font>
# font-italic=<italic variant of regular font>
# font-bold-italic=<bold+italic variant of regular font>
# font-size-adjustment=0.5
# line-height=<font metrics>
# letter-spacing=0
# horizontal-letter-offset=0
# vertical-letter-offset=0
# underline-offset=<font metrics>
# underline-thickness=<font underline thickness>
# box-drawings-uses-font-glyphs=no
# dpi-aware=no
# initial-window-size-pixels=700x500 # Or,
# initial-window-size-chars=<COLSxROWS>
# initial-window-mode=windowed
# pad=0x0 # optionally append 'center'
# resize-delay-ms=100
# notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
# bold-text-in-bright=no
# word-delimiters=,│`|:"'()[]{}<>
# selection-target=primary
# workers=<number of logical CPUs>
# utmp-helper=/usr/lib/utempter/utempter # When utmp backend is libutempter (Linux)
# utmp-helper=/usr/libexec/ulog-helper # When utmp backend is ulog (FreeBSD)
[environment]
# name=value
[bell]
# urgent=no
# notify=no
# visual=no
# command=
# command-focused=no
[scrollback]
# lines=1000
# multiplier=3.0
# indicator-position=relative
# indicator-format=""
[url]
# launch=xdg-open ${url}
# label-letters=sadfjklewcmpgh
# osc8-underline=url-mode
# protocols=http, https, ftp, ftps, file, gemini, gopher
# uri-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[]
[cursor]
# style=block
# color=<inverse foreground/background>
# blink=no
# beam-thickness=1.5
# underline-thickness=<font underline thickness>
[mouse]
# hide-when-typing=no
# alternate-scroll-mode=yes
[touch]
# long-press-delay=400
[colors]
alpha=0.8
background=1E1E2E
foreground=CDD6F4
# flash=7f7f00
# flash-alpha=0.5
## Normal/regular colors (color palette 0-7)
# regular0=242424 # black
# regular1=f62b5a # red
# regular2=47b413 # green
# regular3=e3c401 # yellow
# regular4=24acd4 # blue
# regular5=f2affd # magenta
# regular6=13c299 # cyan
# regular7=e6e6e6 # white
## Bright colors (color palette 8-15)
# bright0=616161 # bright black
# bright1=ff4d51 # bright red
# bright2=35d450 # bright green
# bright3=e9e836 # bright yellow
# bright4=5dc5f8 # bright blue
# bright5=feabf2 # bright magenta
# bright6=24dfc4 # bright cyan
# bright7=ffffff # bright white
## dimmed colors (see foot.ini(5) man page)
# dim0=<not set>
# ...
# dim7=<not-set>
## The remaining 256-color palette
# 16 = <256-color palette #16>
# ...
# 255 = <256-color palette #255>
## Misc colors
# selection-foreground=<inverse foreground/background>
# selection-background=<inverse foreground/background>
# jump-labels=<regular0> <regular3> # black-on-yellow
# scrollback-indicator=<regular0> <bright4> # black-on-bright-blue
# search-box-no-match=<regular0> <regular1> # black-on-red
# search-box-match=<regular0> <regular3> # black-on-yellow
# urls=<regular3>
[csd]
# preferred=server
# size=26
# font=<primary font>
# color=<foreground color>
# hide-when-maximized=no
# double-click-to-maximize=yes
# border-width=0
# border-color=<csd.color>
# button-width=26
# button-color=<background color>
# button-minimize-color=<regular4>
# button-maximize-color=<regular2>
# button-close-color=<regular1>
[key-bindings]
# scrollback-up-page=Shift+Page_Up
# scrollback-up-half-page=none
# scrollback-up-line=none
# scrollback-down-page=Shift+Page_Down
# scrollback-down-half-page=none
# scrollback-down-line=none
# scrollback-home=none
# scrollback-end=none
# clipboard-copy=Control+Shift+c XF86Copy
# clipboard-paste=Control+Shift+v XF86Paste
# primary-paste=Shift+Insert
# search-start=Control+Shift+r
# font-increase=Control+plus Control+equal Control+KP_Add
# font-decrease=Control+minus Control+KP_Subtract
# font-reset=Control+0 Control+KP_0
# spawn-terminal=Control+Shift+n
# minimize=none
# maximize=none
# fullscreen=none
# pipe-visible=[sh -c "xurls | fuzzel | xargs -r firefox"] none
# pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none
# pipe-selected=[xargs -r firefox] none
# show-urls-launch=Control+Shift+o
# show-urls-copy=none
# show-urls-persistent=none
# prompt-prev=Control+Shift+z
# prompt-next=Control+Shift+x
# unicode-input=Control+Shift+u
# noop=none
[search-bindings]
# cancel=Control+g Control+c Escape
# commit=Return
# find-prev=Control+r
# find-next=Control+s
# cursor-left=Left Control+b
# cursor-left-word=Control+Left Mod1+b
# cursor-right=Right Control+f
# cursor-right-word=Control+Right Mod1+f
# cursor-home=Home Control+a
# cursor-end=End Control+e
# delete-prev=BackSpace
# delete-prev-word=Mod1+BackSpace Control+BackSpace
# delete-next=Delete
# delete-next-word=Mod1+d Control+Delete
# extend-char=Shift+Right
# extend-to-word-boundary=Control+w Control+Shift+Right
# extend-to-next-whitespace=Control+Shift+w
# extend-line-down=Shift+Down
# extend-backward-char=Shift+Left
# extend-backward-to-word-boundary=Control+Shift+Left
# extend-backward-to-next-whitespace=none
# extend-line-up=Shift+Up
# clipboard-paste=Control+v Control+Shift+v Control+y XF86Paste
# primary-paste=Shift+Insert
# unicode-input=none
# scrollback-up-page=Shift+Page_Up
# scrollback-up-half-page=none
# scrollback-up-line=none
# scrollback-down-page=Shift+Page_Down
# scrollback-down-half-page=none
# scrollback-down-line=none
# scrollback-home=none
# scrollback-end=none
[url-bindings]
# cancel=Control+g Control+c Control+d Escape
# toggle-url-visible=t
[text-bindings]
# \x03=Mod4+c # Map Super+c -> Ctrl+c
[mouse-bindings]
# scrollback-up-mouse=BTN_BACK
# scrollback-down-mouse=BTN_FORWARD
# selection-override-modifiers=Shift
# primary-paste=BTN_MIDDLE
# select-begin=BTN_LEFT
# select-begin-block=Control+BTN_LEFT
# select-extend=BTN_RIGHT
# select-extend-character-wise=Control+BTN_RIGHT
# select-word=BTN_LEFT-2
# select-word-whitespace=Control+BTN_LEFT-2
# select-quote = BTN_LEFT-3
# select-row=BTN_LEFT-4
# vim: ft=dosini

View file

@ -1,17 +0,0 @@
_: {
# enable programs
programs = {
git = {
enable = true;
userName = "rubiigen";
userEmail = "alyxwren@proton.me";
extraConfig = {
commit.gpgsign = true;
gpg.format = "ssh";
user.signingkey = "~/.ssh/id_ed25519.pub";
init.defaultBranch = "master";
};
};
# ... add more programs as you see fit
};
}

View file

@ -1,17 +0,0 @@
_: {
# enable programs
programs = {
git = {
enable = true;
userName = "beanigen";
userEmail = "beanigit@protonmail.com";
extraConfig = {
commit.gpgsign = true;
gpg.format = "ssh";
user.signingkey = "~/.ssh/id_ed25519.pub";
init.defaultBranch = "master";
};
};
# ... add more programs as you see fit
};
}

View file

@ -1,23 +0,0 @@
{inputs, ...}: {
imports = [ inputs.neovim-flake.homeManagerModules.default ];
# enable programs
programs = {
neovim-flake = {
enable = true;
settings = {
vim.languages = {
nix.enable = true;
nix.lsp.enable = true;
ts.enable = true;
python.enable = true;
html.enable = true;
};
vim.lsp = {
enable = true;
};
};
};
# ... add more programs as you see fit
};
}

View file

@ -1,8 +0,0 @@
_: {
# enable programs
programs = {
foot.enable = true;
wezterm.enable = true;
# ... add more programs as you see fit
};
}

View file

@ -1,6 +0,0 @@
if pgrep -x "wvkbd-mobintl" > /dev/null
then
pkill wvkbd
else
wvkbd-mobintl -L 325 &
fi

View file

@ -1,174 +0,0 @@
''
* {
border: none;
font-family: "JetbrainsMono Nerd Font", "Font Awesome 5" ;
font-size: 14px;
border-radius: 12px; /* Controls Rounding */
}
#window {
/*font-weight: bold;*/
margin-top: 2px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 2px;
border-radius: 8px;
transition: none;
}
window#waybar {
background: #000000;
padding: 2px 2px 2px 0px;
margin: 7;
/* background: transparent; */
}
window#waybar.empty {
animation: fadeIn 5s;
}
# tray {
padding: 0 10px;
}
window#waybar.hidden {
opacity: 0.2;
}
/*-----module groups----*/
.modules-right {
/* margin: 0 -12px 0 0; */
padding-right:7px;
margin: 4px;
}
.mnodules-center {
/* background: transparent; */
margin: 0 0 0 0;
}
.modules-left {
/* margin: 0 -12px 0 0; */
padding-left:7px;
}
tooltip {
background: #060606;
color: #ffffff;
border-radius: 10;
}
#workspaces {
padding: 0 10px;
}
/*-----modules indv----*/
#workspaces button {
font-weight: bold;
padding-right: 0px;
/* padding-right: 7px */
}
#workspaces button:hover {
font-weight: bold;
padding-right: 0px;
/* padding-right: 7px */
}
#workspaces button.focused {
font-weight: bold;
padding-right: 0px;
/* padding-right: 7px */
}
#workspaces button.active {
font-weight: bold;
/* background-color: #ffffff; */
/* padding-right: 7px */
}
#custom-sep_l {
color: #ffffff;
margin: 0px 10px 0px 10px;
}
#custom-sep_r {
color: #ffffff;
padding-left: 4px;
padding-right: 4px;
}
#custom-sep {
color: #ffffff;
}
#custom-empty {
color: #ffffff;
}
#clock {
font-weight: bold;
padding: 0px 4px
}
#battery, #cpu, #memory, #temperature, #network, #pulseaudio, #custom-media, #backlight {
padding: 0 10px;
}
#custom-updates {
padding: 0px 0px
}
#keyboard-state {
padding-left: 0px;
padding-right: 0px;
}
#mode,
#custom-power {
padding: 0 10px;
}
#custom-launcher {
font-weight: bold;
/* padding-right: 7px */
}
#custom-menu {
font-weight: bold;
/* padding-right: 7px; */
}
#idle_inhibitor {
padding: 0 5px;
}
#mode {
color: #cc3436;
font-weight: bold;
}
/*-----Indicators----*/
#network.disconnected {
color: #ff5454;
}
#network.disabled {
color: #e3c78a;
}
#idle_inhibitor.activated {
color: #2dcc36;
}
#pulseaudio.muted {
color: #aaaaaa;
}
#battery.charging {
color: #8cc85f;
}
#battery.warning:not(.charging) {
color: #e3c78a;
}
#battery.critical:not(.charging) {
color: #ff5454;
}
#temperature.critical {
color: #ff5454;
}
''

View file

@ -1,213 +0,0 @@
{
mainBar = {
margin-top = 7;
margin-left = 7;
margin-right = 7;
layer = "top";
position = "top";
fixed-center = true;
modules-left = [
"custom/wvkbd"
"custom/nwggrid"
"hyprland/workspaces"
"tray"
"custom/power"
];
modules-center = [
"clock"
"sep"
"custom/notification"
];
modules-right = [
"battery"
"cpu"
"temperature"
"backlight"
"disk"
"memory"
"pulseaudio"
"network"
];
"custom/sep_r" = {
format = " ";
};
"custom/sep" = {
format = " ";
};
"custom/sep_l" = {
format = " ";
};
"custom/wvkbd" = {
format = " 󰌌 ";
on-click = "~/.config/nixos/homes/common/toggle-keyboard.sh";
};
"custom/nwggrid" = {
format = " 󰕰 ";
on-click = "nwggrid";
};
"backlight" = {
device = "acpi_video1";
format = "{icon}{percent}%";
format-icons = [" " " " " " " " " " " " " " " " " "];
};
"custom/notification" = {
tooltip = true;
format = "{icon}";
format-icons = {
"notification" = " <span foreground='white'><sup> </sup></span>";
"none" = " ";
"dnd-notification" = " <span foreground='white'><sup> </sup></span>";
"dnd-none" = " ";
};
return-type = "json";
exec-if = "which swaync-client";
exec = "swaync-client -swb";
on-click = "swaync-client -t -sw";
on-click-middle = "swaync-client -d -sw";
on-click-right = "swaync-client -C";
escape = true;
};
"hyprland/workspaces" = {
disable-scroll = false;
all-outputs = true;
format = "{icon}";
"on-scroll-up" = "hyprctl dispatch workspace e+1";
"on-scroll-down" = "hyprctl dispatch workspace e-1";
"on-click" = "activate";
active-only = true;
format-icons = {
"1" = "I";
"2" = "II";
"3" = "III";
"4" = "IV";
"5" = "V";
"6" = "VI";
"7" = "VII";
"8" = "VIII";
"9" = "IX";
"10" = "X";
"11" = "XI";
"12" = "XII";
};
};
"hyprland/language" = {
format = "{}";
format-tr = "TR";
};
"temperature" = {
critical-threshold = 85;
format-critical = "{temperatureC}°C {icon}";
format = "{icon} {temperatureC}°C";
format-icons = [" " "" " "];
};
"hyprland/window" = {
format = "{}";
seperate-outputs = true;
};
"keyboard-state" = {
interval = 1;
numlock = false;
capslock = false;
format = "{icon}";
format-icons = {
"locked" = " ";
"unlocked" = "";
};
};
"idle_inhibitor" = {
format = "{icon}";
format-icons = {
"activated" = "";
"deactivated" = "";
};
};
"tray" = {
icon-size = 16;
spacing = 6;
};
"clock" = {
timezone = "Europe/London";
format = "{: %H:%M}";
format-alt = "{: %H:%M %d/%m/%Y}";
tooltip-format = "{: %H:%M %d/%m/%Y}";
today-format = "<span color='#aaaaaa'><b><u>{}</u></b></span>";
calendar-weeks-pos = "right";
format-calendar = "<span color='#aaaaaa'><b><u>{}</u></b></span>";
format-calendar-weeks = "<span color='#aaaaaa'><b><u>{}</u></b></span>";
format-calendar-weekdays = "<span color='#ffffff'><b>{}</b></span>";
interval = 10;
on-click-middle = "kalendar";
};
"cpu" = {
format = " {usage}%";
tooltip = false;
};
"memory" = {
format = " {}%";
};
"battery" = {
states = {
"good" = 80;
"warning" = 30;
"critical" = 5;
};
format = "{icon}{capacity}% ";
format-charging = " {capacity}% ";
format-plugged = " {capacity}% ";
format-alt = "{icon}{time}";
format-icons = [" " " " " " " " " "];
};
"network" = {
format-wifi = " Connected";
format-ethernet = " Connected";
format-disconnected = " Disconnected";
tooltip-format-wifi = "{essid} | Signal Strenght: {signalStrength}% | Down Speed: {bandwidthDownBits}, Up Speed: {bandwidthUpBits}";
tooltip-format = "{ifname} via {gwaddr} ";
tooltip-format-ethernet = "{ipaddr} ";
format-linked = "{ifname} (No IP) ";
format-alt = "{ifname}: {ipaddr}/{cidr}";
};
"pulseaudio" = {
on-click = "pavucontrol";
format = "{icon}{volume}%";
format-icons = {
"default" = [" " " " " "];
};
};
"disk" = {
interval = 90;
format = " {free} (/)";
tooltip-format = "{used} / {total} ({percentage_used}%)";
path = "/";
};
"custom/power" = {
format = " ";
on-click = "hyprctl dispatch exit";
};
};
}

View file

@ -1,230 +0,0 @@
{
mainBar = {
margin-top = 7;
margin-left = 7;
margin-right = 7;
layer = "top";
position = "top";
fixed-center = true;
modules-left = [
"custom/wvkbd"
"custom/nwggrid"
"hyprland/workspaces"
"tray"
"custom/power"
];
modules-center = [
"clock"
"sep"
"custom/notification"
];
modules-right = [
"battery"
"battery#bat2"
"cpu"
"temperature"
"backlight"
"disk"
"memory"
"pulseaudio"
"network"
];
"custom/sep_r" = {
format = " ";
};
"custom/sep" = {
format = " ";
};
"custom/sep_l" = {
format = " ";
};
"custom/wvkbd" = {
format = " 󰌌 ";
on-click = "~/.config/nixos/homes/common/toggle-keyboard.sh";
};
"custom/nwggrid" = {
format = " 󰕰 ";
on-click = "nwggrid";
};
"backlight" = {
device = "acpi_video1";
format = "{icon}{percent}%";
format-icons = [" " " " " " " " " " " " " " " " " "];
};
"custom/notification" = {
tooltip = true;
format = "{icon}";
format-icons = {
"notification" = " <span foreground='white'><sup> </sup></span>";
"none" = " ";
"dnd-notification" = " <span foreground='white'><sup> </sup></span>";
"dnd-none" = " ";
};
return-type = "json";
exec-if = "which swaync-client";
exec = "swaync-client -swb";
on-click = "swaync-client -t -sw";
on-click-middle = "swaync-client -d -sw";
on-click-right = "swaync-client -C";
escape = true;
};
"hyprland/workspaces" = {
disable-scroll = false;
all-outputs = true;
format = "{icon}";
"on-scroll-up" = "hyprctl dispatch workspace e+1";
"on-scroll-down" = "hyprctl dispatch workspace e-1";
"on-click" = "activate";
active-only = true;
format-icons = {
"1" = "I";
"2" = "II";
"3" = "III";
"4" = "IV";
"5" = "V";
"6" = "VI";
"7" = "VII";
"8" = "VIII";
"9" = "IX";
"10" = "X";
"11" = "XI";
"12" = "XII";
};
};
"hyprland/language" = {
format = "{}";
format-tr = "TR";
};
"temperature" = {
critical-threshold = 85;
format-critical = "{temperatureC}°C {icon}";
format = "{icon} {temperatureC}°C";
format-icons = [" " "" " "];
};
"hyprland/window" = {
format = "{}";
seperate-outputs = true;
};
"keyboard-state" = {
interval = 1;
numlock = false;
capslock = false;
format = "{icon}";
format-icons = {
"locked" = " ";
"unlocked" = "";
};
};
"idle_inhibitor" = {
format = "{icon}";
format-icons = {
"activated" = "";
"deactivated" = "";
};
};
"tray" = {
icon-size = 16;
spacing = 6;
};
"clock" = {
timezone = "Australia/Perth";
format = "{: %H:%M}";
format-alt = "{: %H:%M %d/%m/%Y}";
tooltip-format = "{: %H:%M %d/%m/%Y}";
today-format = "<span color='#aaaaaa'><b><u>{}</u></b></span>";
calendar-weeks-pos = "right";
format-calendar = "<span color='#aaaaaa'><b><u>{}</u></b></span>";
format-calendar-weeks = "<span color='#aaaaaa'><b><u>{}</u></b></span>";
format-calendar-weekdays = "<span color='#ffffff'><b>{}</b></span>";
interval = 10;
on-click-middle = "kalendar";
};
"cpu" = {
format = " {usage}%";
tooltip = false;
};
"memory" = {
format = " {}%";
};
"battery" = {
states = {
"good" = 80;
"warning" = 30;
"critical" = 5;
};
format = "{icon}{capacity}% ";
format-charging = " {capacity}% ";
format-plugged = " {capacity}% ";
format-alt = "{icon}{time}";
format-icons = [" " " " " " " " " "];
interval = 3;
};
"battery#bat2" = {
states = {
"good" = 80;
"warning" = 30;
"critical" = 5;
};
format = "{icon}{capacity}% ";
format-charging = " {capacity}% ";
format-plugged = " {capacity}% ";
format-alt = "{icon}{time}";
format-icons = [" " " " " " " " " "];
interval = 3;
bat = "BAT2";
};
"network" = {
format-wifi = " Connected";
format-ethernet = " Connected";
format-disconnected = " Disconnected";
tooltip-format-wifi = "{essid} | Signal Strenght: {signalStrength}% | Down Speed: {bandwidthDownBits}, Up Speed: {bandwidthUpBits}";
tooltip-format = "{ifname} via {gwaddr} ";
tooltip-format-ethernet = "{ipaddr} ";
format-linked = "{ifname} (No IP) ";
format-alt = "{ifname}: {ipaddr}/{cidr}";
};
"pulseaudio" = {
on-click = "pavucontrol";
format = "{icon}{volume}%";
format-icons = {
"default" = [" " " " " "];
};
};
"disk" = {
interval = 90;
format = " {free} (/)";
tooltip-format = "{used} / {total} ({percentage_used}%)";
path = "/";
};
"custom/power" = {
format = " ";
on-click = "hyprctl dispatch exit";
};
};
}