Compare commits
2 Commits
7261502a3c
...
6b3f245bcd
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b3f245bcd | |||
| 31ddf52257 |
@ -41,6 +41,16 @@
|
||||
LC_TIME = "fr_FR.UTF-8";
|
||||
};
|
||||
|
||||
services.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
|
||||
services.xserver.enable = true;
|
||||
|
||||
# Configure keymap in X11
|
||||
@ -72,6 +82,9 @@
|
||||
home-manager
|
||||
vim
|
||||
wget
|
||||
kitty
|
||||
tldr
|
||||
fastfetch
|
||||
];
|
||||
|
||||
programs.firefox.enable = true;
|
||||
|
||||
29
dotfiles/.zshrc-desk
Normal file
@ -0,0 +1,29 @@
|
||||
zstyle ':completion:*' completer _complete _ignored
|
||||
zstyle :compinstall filename '~/.zshrc'
|
||||
export MANPAGER='nvim +Man!'
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
HISTFILE=~/.histfile
|
||||
HISTSIZE=1000000
|
||||
SAVEHIST=1000000
|
||||
unsetopt beep
|
||||
bindkey -v
|
||||
PROMPT=" %B%F{196}%n %f%b%B%F{33}%~%f%b "
|
||||
RPROMPT="%F{226}%d%f"
|
||||
source <(fzf --zsh)
|
||||
use_color=true
|
||||
alias help='tldr'
|
||||
alias clearf='clear && fastfetch'
|
||||
alias la='ls -a --color=auto'
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
alias gits='git status'
|
||||
alias gita='git add'
|
||||
alias gitm='git commit'
|
||||
alias gitl='git log'
|
||||
alias syu='yay -Syu'
|
||||
alias vim='nvim'
|
||||
alias cp='cp -r'
|
||||
alias sshi='ssh -i ~/.ssh/id_rsa'
|
||||
|
||||
fastfetch
|
||||
32
dotfiles/.zshrc-lap
Normal file
@ -0,0 +1,32 @@
|
||||
HISTFILE=~/.histfile
|
||||
HISTSIZE=1000
|
||||
SAVEHIST=1000
|
||||
unsetopt autocd beep
|
||||
zstyle :compinstall filename '/home/smayzy/.zshrc'
|
||||
source <(fzf --zsh)
|
||||
export MANPAGER='nvim +Man!'
|
||||
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
|
||||
use_color=true
|
||||
|
||||
PROMPT=" %B%F{196}%n %f%b%B%F{33}%~%f%b "
|
||||
RPROMPT="%F{226}%d%f"
|
||||
|
||||
alias la='ls -a --color=auto'
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
alias gits='git status'
|
||||
alias gita='git add'
|
||||
alias gitm='git commit'
|
||||
alias gitl='git log'
|
||||
alias syu='yay'
|
||||
alias sshi='ssh -i ~/.ssh/id_rsa'
|
||||
alias clearf='clear && fastfetch'
|
||||
alias cp='cp -r'
|
||||
|
||||
autoload -Uz promptinit
|
||||
promptinit
|
||||
|
||||
fastfetch
|
||||
106
dotfiles/fastfetch/config.jsonc
Normal file
@ -0,0 +1,106 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetc h/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"type": "kitty-direct",
|
||||
"source": "~/.config/fastfetch/stylish-reyna.png",
|
||||
"width": 38,
|
||||
"height": 19
|
||||
},
|
||||
"display": {
|
||||
"separator": " ",
|
||||
"color": "white"
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"type": "title",
|
||||
"key":" USER AT",
|
||||
"keyColor": "green",
|
||||
"color": {
|
||||
"user": "green",
|
||||
"at": "white",
|
||||
"host": "blue"
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
//system :
|
||||
|
||||
"break",
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[90m╭──────────────────────SYSTEM──────────────────────╮"
|
||||
//'\u001b[90m' is for color
|
||||
},
|
||||
{
|
||||
"type": "os",
|
||||
"key": "╭─ OS",
|
||||
"keyColor": "cyan"
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": "├─ KERNEL",
|
||||
"keyColor": "yellow"
|
||||
},
|
||||
{
|
||||
"type": "uptime",
|
||||
"key": "├─ UPTIME",
|
||||
"keyColor": "green"
|
||||
},
|
||||
{
|
||||
"type": "packages",
|
||||
"key": "├─ PACKAGES",
|
||||
"keyColor": "blue"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"key": "├─ SHELL",
|
||||
"keyColor": "magenta"
|
||||
},
|
||||
{
|
||||
"type": "wm",
|
||||
"key": "├─ WINDOW MANAGER",
|
||||
"keyColor": "red"
|
||||
},
|
||||
{
|
||||
"type": "terminal",
|
||||
"key": "╰─ TERMINAL",
|
||||
"keyColor": "magenta"
|
||||
},
|
||||
"break",
|
||||
|
||||
//resources :
|
||||
{
|
||||
"type": "custom",
|
||||
"format": "\u001b[90m╭────────────────────────────────RESOURCES─────────────────────────────────╮"
|
||||
//'\u001b[90m' is for color
|
||||
},
|
||||
{
|
||||
"type": "cpu",
|
||||
"key": "╭─ CPU",
|
||||
"keyColor": "cyan"
|
||||
},
|
||||
{
|
||||
"type": "gpu",
|
||||
"key": "├─ GPU",
|
||||
"keyColor": "yellow"
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"key": "├─ MEMORY",
|
||||
"keyColor": "green"
|
||||
},
|
||||
{
|
||||
"type": "swap",
|
||||
"key": "├─ SWAP",
|
||||
"keyColor": "blue"
|
||||
},
|
||||
{
|
||||
"type": "disk",
|
||||
"key": "╰─ DISK",
|
||||
"keyColor": "magenta"
|
||||
},
|
||||
|
||||
"break"
|
||||
// "colors"
|
||||
]
|
||||
}
|
||||
BIN
dotfiles/fastfetch/stylish-reyna.png
Normal file
|
After Width: | Height: | Size: 1.9 MiB |
19
dotfiles/hypr-desk/hyprland.conf
Normal file
@ -0,0 +1,19 @@
|
||||
###############
|
||||
### SOURCES ###
|
||||
###############
|
||||
|
||||
# MONITORS
|
||||
source = ~/.config/hypr/source/monitors.conf
|
||||
# BINDS
|
||||
source = ~/.config/hypr/source/binds.conf
|
||||
# AUTOSTART
|
||||
source = ~/.config/hypr/source/autostart.conf
|
||||
# ENVIRONMENT VARIABLES
|
||||
source = ~/.config/hypr/source/ev.conf
|
||||
# LOOK AND FEEL
|
||||
source = ~/.config/hypr/source/look.conf
|
||||
# INPUT
|
||||
source = ~/.config/hypr/source/input.conf
|
||||
# WINDOWS AND WORKSPACES
|
||||
source = ~/.config/hypr/source/winandwork.conf
|
||||
|
||||
7
dotfiles/hypr-desk/hyprpaper.conf
Normal file
@ -0,0 +1,7 @@
|
||||
#preload the wallpapers
|
||||
preload = ~/Wallpaper/itachi-uchiha-sharingan-crow-akatsuki-4k-wallpaper-uhdpaper.com-294@2@a.jpg
|
||||
preload = ~/Wallpaper/eren-attack-on-titan-final-season-part-3-4k-wallpaper-uhdpaper.com-917@1@j.jpg
|
||||
|
||||
#set the wallpaper
|
||||
wallpaper = DP-1,~/Wallpaper/itachi-uchiha-sharingan-crow-akatsuki-4k-wallpaper-uhdpaper.com-294@2@a.jpg
|
||||
wallpaper = DP-2,~/Wallpaper/eren-attack-on-titan-final-season-part-3-4k-wallpaper-uhdpaper.com-917@1@j.jpg
|
||||
11
dotfiles/hypr-desk/source/autostart.conf
Normal file
@ -0,0 +1,11 @@
|
||||
# Autostarts here
|
||||
exec-once = waybar
|
||||
exec = hyprpaper
|
||||
exec = killall waybar && waybar
|
||||
exec-once = wl-paste --type text --watch cliphist store
|
||||
exec-once = wl-paste --type image --watch cliphist store
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = mako
|
||||
# APPs
|
||||
exec-once = [workspace 11 silent] webcord
|
||||
exec-once = [workspace 10 silent] thunderbird
|
||||
111
dotfiles/hypr-desk/source/binds.conf
Normal file
@ -0,0 +1,111 @@
|
||||
####################################
|
||||
### USE WEV TO GET THE KEYS CODE ###
|
||||
####################################
|
||||
|
||||
####################
|
||||
### KEYBINDINGSS ###
|
||||
####################
|
||||
|
||||
$terminal = kitty
|
||||
$fileManager = dolphin
|
||||
$menu = wofi --show drun
|
||||
|
||||
# MainMod
|
||||
$mainMod = SUPER # "Windows" key
|
||||
|
||||
# exec
|
||||
bind = $mainMod, Q, exec, $terminal
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, comma, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, R, exec, $menu
|
||||
bind = $mainMod, W, exec, wlogout
|
||||
bind = $mainMod, A, exec, qutebrowser
|
||||
bind = $mainMod, F, fullscreen
|
||||
bind = $mainMod, T, togglefloating
|
||||
|
||||
# Quick
|
||||
bind = ,XF86AudioMute, exec, obsidian
|
||||
bind = ,XF86AudioRaiseVolume, exec, virt-manager
|
||||
bind = ,XF86AudioLowerVolume, exec, virt-manager
|
||||
|
||||
# Reload waybar
|
||||
bind = $mainMod SHIFT, B, exec, killall waybar && waybar &
|
||||
|
||||
# Hide waybar
|
||||
bind = $mainMod, X, exec, killall waybar || waybar &
|
||||
|
||||
# Clipboard history
|
||||
bind = $mainMod, V, exec, cliphist list | wofi -dmenu | cliphist decode | wl-copy
|
||||
|
||||
# Screenshot to clipboard
|
||||
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, h, movefocus, l
|
||||
bind = $mainMod, l, movefocus, r
|
||||
bind = $mainMod, k, movefocus, u
|
||||
bind = $mainMod, j, movefocus, d
|
||||
|
||||
# Resize Windows
|
||||
bind = SUPER CTRL, h, resizeactive, -20 0
|
||||
bind = SUPER CTRL, l, resizeactive, 20 0
|
||||
bind = SUPER CTRL, k, resizeactive, 0 -20
|
||||
bind = SUPER CTRL, j, resizeactive, 0 20
|
||||
|
||||
# Set default workspace
|
||||
workspace=DP-1,1
|
||||
workspace=DP-2,11
|
||||
|
||||
# Set workspaces
|
||||
workspace=1,monitor:DP-1
|
||||
workspace=2,monitor:DP-1
|
||||
workspace=3,monitor:DP-1
|
||||
workspace=4,monitor:DP-1
|
||||
workspace=5,monitor:DP-1
|
||||
workspace=6,monitor:DP-1
|
||||
workspace=7,monitor:DP-1
|
||||
workspace=8,monitor:DP-1
|
||||
workspace=9,monitor:DP-1
|
||||
workspace=10,monitor:DP-1
|
||||
|
||||
workspace=11,monitor:DP-2
|
||||
workspace=12,monitor:DP-2
|
||||
workspace=13,monitor:DP-2
|
||||
workspace=14,monitor:DP-2
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, ampersand , workspace, 1
|
||||
bind = $mainMod, eacute , workspace, 2
|
||||
bind = $mainMod, quotedbl , workspace, 3
|
||||
bind = $mainMod, apostrophe , workspace, 4
|
||||
bind = $mainMod, parenleft , workspace, 5
|
||||
bind = $mainMod, minus , workspace, 6
|
||||
bind = $mainMod, egrave , workspace, 7
|
||||
bind = $mainMod, underscore , workspace, 8
|
||||
bind = $mainMod, ccedilla , workspace, 9
|
||||
bind = $mainMod, agrave , workspace, 10
|
||||
bind = $mainMod, dead_circumflex, workspace, 11
|
||||
bind = $mainMod, dollar , workspace, 12
|
||||
bind = $mainMod, ugrave , workspace, 13
|
||||
bind = $mainMod, asterisk , workspace, 14
|
||||
|
||||
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
||||
bind = $mainMod SHIFT, ampersand , movetoworkspace, 1
|
||||
bind = $mainMod SHIFT, eacute , movetoworkspace, 2
|
||||
bind = $mainMod SHIFT, quotedbl , movetoworkspace, 3
|
||||
bind = $mainMod SHIFT, apostrophe , movetoworkspace, 4
|
||||
bind = $mainMod SHIFT, parenleft , movetoworkspace, 5
|
||||
bind = $mainMod SHIFT, minus , movetoworkspace, 6
|
||||
bind = $mainMod SHIFT, egrave , movetoworkspace, 7
|
||||
bind = $mainMod SHIFT, underscore , movetoworkspace, 8
|
||||
bind = $mainMod SHIFT, ccedilla , movetoworkspace, 9
|
||||
bind = $mainMod SHIFT, agrave , movetoworkspace, 10
|
||||
bind = $mainMod SHIFT, dead_circumflex, movetoworkspace, 11
|
||||
bind = $mainMod SHIFT, dollar , movetoworkspace, 12
|
||||
bind = $mainMod SHIFT, ugrave , movetoworkspace, 13
|
||||
bind = $mainMod SHIFT, asterisk , movetoworkspace, 14
|
||||
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
13
dotfiles/hypr-desk/source/ev.conf
Normal file
@ -0,0 +1,13 @@
|
||||
# Set env here
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
env = LIBVA_DRIVER_NAME,nvidia
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = GBM_BACKEND,nvidia-drm
|
||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
env = GTK_THEME, Adwaita-dark
|
||||
|
||||
|
||||
cursor {
|
||||
no_hardware_cursors = true
|
||||
}
|
||||
21
dotfiles/hypr-desk/source/input.conf
Normal file
@ -0,0 +1,21 @@
|
||||
#Set inputs here
|
||||
input {
|
||||
kb_layout = fr, us
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options =
|
||||
kb_rules =
|
||||
|
||||
follow_mouse = 1
|
||||
|
||||
sensitivity = 0
|
||||
|
||||
touchpad {
|
||||
natural_scroll = false
|
||||
}
|
||||
}
|
||||
|
||||
gestures {
|
||||
workspace_swipe = false
|
||||
}
|
||||
|
||||
73
dotfiles/hypr-desk/source/look.conf
Normal file
@ -0,0 +1,73 @@
|
||||
#Set look and feel here
|
||||
general {
|
||||
gaps_in = 3
|
||||
gaps_out = 5
|
||||
|
||||
border_size = 1
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||
resize_on_border = false
|
||||
|
||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||
allow_tearing = false
|
||||
|
||||
layout = dwindle
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 6
|
||||
|
||||
# Change transparency of focused and unfocused windows
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 4
|
||||
render_power = 3
|
||||
color = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
enabled = false
|
||||
size = 3
|
||||
passes = 1
|
||||
|
||||
vibrancy = 0.1696
|
||||
}
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = true
|
||||
|
||||
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||
|
||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
|
||||
animation = windows, 1, 7, myBezier
|
||||
animation = windowsOut, 1, 7, default, popin 80%
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 7, default
|
||||
animation = workspaces, 1, 6, default
|
||||
}
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||
dwindle {
|
||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
preserve_split = true # You probably want this
|
||||
}
|
||||
|
||||
master {
|
||||
new_status = master
|
||||
}
|
||||
|
||||
misc {
|
||||
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
|
||||
}
|
||||
3
dotfiles/hypr-desk/source/monitors.conf
Normal file
@ -0,0 +1,3 @@
|
||||
# Set monitors here
|
||||
monitor= DP-1, 1920x1080@165, 0x0, 1
|
||||
monitor= DP-2, 1920x1080@165, -1080x-520, 1, transform, 1 # Rotate the second screen
|
||||
9
dotfiles/hypr-desk/source/winandwork.conf
Normal file
@ -0,0 +1,9 @@
|
||||
#Set windows ans workspaces rules here
|
||||
# Ignore maximize requests from apps. You'll probably like this.
|
||||
windowrulev2 = suppressevent maximize, class:.*
|
||||
|
||||
# Fix some dragging issues with XWayland
|
||||
windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
|
||||
# Set default fullscreen for webcord
|
||||
windowrulev2 = fullscreen, class:^(WebCord)$
|
||||
25
dotfiles/hypr-lap/battery.sh
Executable file
@ -0,0 +1,25 @@
|
||||
#!/bin/bash
|
||||
|
||||
BAT=$(ls /sys/class/power_supply | grep -E '^BAT' | head -n 1)
|
||||
|
||||
while true; do
|
||||
|
||||
capacity=$(cat "/sys/class/power_supply/${BAT}/capacity")
|
||||
BATSTATUS=$(cat "/sys/class/power_supply/${BAT}/status")
|
||||
|
||||
if [ -f "/sys/class/power_supply/${BAT}/power_now" ]; then
|
||||
power_now=$(cat "/sys/class/power_supply/${BAT}/power_now")
|
||||
power_watt=$(echo "scale=1; $power_now / 1000000" | bc)
|
||||
else
|
||||
power_watt="N/A"
|
||||
fi
|
||||
|
||||
if [ "$BATSTATUS" == "Discharging" ]; then
|
||||
if [ "$capacity" -le 20 ]; then
|
||||
notify-send -u critical "Battery Warning!" \
|
||||
"Battery is at ${capacity}% discharging at a rate of ${power_watt}W."
|
||||
fi
|
||||
fi
|
||||
|
||||
sleep 120
|
||||
done
|
||||
98
dotfiles/hypr-lap/binds.conf
Normal file
@ -0,0 +1,98 @@
|
||||
####################################
|
||||
### USE WEV TO GET THE KEYS CODE ###
|
||||
####################################
|
||||
|
||||
####################
|
||||
### KEYBINDINGSS ###
|
||||
####################
|
||||
|
||||
$terminal = kitty
|
||||
$fileManager = thunar
|
||||
$menu = wofi --show drun
|
||||
$calc = qalculate-gtk
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, $terminal
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, comma, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, R, exec, $menu
|
||||
bind = $mainMod, W, exec, wlogout
|
||||
bind = $mainMod, A, exec, qutebrowser
|
||||
bind = $mainMod, F, fullscreen
|
||||
bind = $mainMod, T, togglefloating
|
||||
bind = , XF86Calculator, exec, $calc
|
||||
bind = , XF86RFKill, exec, virt-manager
|
||||
bind = , XF86Favorites, exec, discord
|
||||
bind = $mainMod, L, exec, hyprlock
|
||||
|
||||
# Change Wallpaper
|
||||
bind = $mainMod SHIFT, W, exec, pkill wallpaper.sh && /home/smayzy/.config/hypr/wallpaper.sh
|
||||
|
||||
# Screenshots
|
||||
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy
|
||||
|
||||
#reload waybar
|
||||
bind = $mainMod SHIFT, B, exec, killall waybar && waybar &
|
||||
|
||||
#hidden waybar
|
||||
bind = $mainMod, X, exec, killall waybar || waybar &
|
||||
|
||||
#brightness
|
||||
bind = ,XF86MonBrightnessDown,exec,brightnessctl set 5%-
|
||||
bind = ,XF86MonBrightnessUp,exec,brightnessctl set 5%+
|
||||
|
||||
#Mute by setting to 0%
|
||||
bind = ,XF86AudioMute, exec, pactl set-sink-volume @DEFAULT_SINK@ 0%
|
||||
|
||||
#voluma
|
||||
bind = ,XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
bind = ,XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
|
||||
#mute micro
|
||||
bind = ,XF86AudioMicMute, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, h, movefocus, l
|
||||
bind = $mainMod, l, movefocus, r
|
||||
bind = $mainMod, k, movefocus, u
|
||||
bind = $mainMod, j, movefocus, d
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, ampersand, workspace, 1
|
||||
bind = $mainMod, eacute, workspace, 2
|
||||
bind = $mainMod, quotedbl, workspace, 3
|
||||
bind = $mainMod, apostrophe, workspace, 4
|
||||
bind = $mainMod, parenleft, workspace, 5
|
||||
bind = $mainMod, minus, workspace, 6
|
||||
bind = $mainMod, egrave, workspace, 7
|
||||
bind = $mainMod, underscore, workspace, 8
|
||||
bind = $mainMod, ccedilla, workspace, 9
|
||||
bind = $mainMod, agrave, workspace, 10
|
||||
bind = $mainMod, dead_circumflex, workspace, 11
|
||||
bind = $mainMod, dollar, workspace, 12
|
||||
bind = $mainMod, ugrave, workspace, 13
|
||||
bind = $mainMod, asterisk, workspace, 14
|
||||
|
||||
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
||||
bind = $mainMod SHIFT, ampersand, movetoworkspacesilent, 1
|
||||
bind = $mainMod SHIFT, eacute, movetoworkspacesilent, 2
|
||||
bind = $mainMod SHIFT, quotedbl, movetoworkspacesilent, 3
|
||||
bind = $mainMod SHIFT, apostrophe, movetoworkspacesilent, 4
|
||||
bind = $mainMod SHIFT, parenleft, movetoworkspacesilent, 5
|
||||
bind = $mainMod SHIFT, minus, movetoworkspacesilent, 6
|
||||
bind = $mainMod SHIFT, egrave, movetoworkspacesilent, 7
|
||||
bind = $mainMod SHIFT, underscore, movetoworkspacesilent, 8
|
||||
bind = $mainMod SHIFT, ccedilla, movetoworkspacesilent, 9
|
||||
bind = $mainMod SHIFT, agrave, movetoworkspacesilent, 10
|
||||
bind = $mainMod SHIFT, dead_circumflex, movetoworkspacesilent, 11
|
||||
bind = $mainMod SHIFT, dollar, movetoworkspacesilent, 12
|
||||
bind = $mainMod SHIFT, ugrave, movetoworkspacesilent, 13
|
||||
bind = $mainMod SHIFT, asterisk, movetoworkspacesilent, 14
|
||||
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
179
dotfiles/hypr-lap/hyprland.conf
Normal file
@ -0,0 +1,179 @@
|
||||
###############
|
||||
### SOURCES ###
|
||||
###############
|
||||
|
||||
source=/home/smayzy/.config/hypr/binds.conf
|
||||
source=/home/smayzy/.config/hypr/mocha.conf
|
||||
|
||||
################
|
||||
### MONITORS ###
|
||||
################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=,preferred,auto,1
|
||||
|
||||
###################
|
||||
### MY PROGRAMS ###
|
||||
###################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = thunar
|
||||
$menu = wofi --show drun
|
||||
|
||||
|
||||
#################
|
||||
### AUTOSTART ###
|
||||
#################
|
||||
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
|
||||
exec-once = $terminal
|
||||
exec-once = waybar
|
||||
exec-once = /home/smayzy/.config/hypr/battery.sh
|
||||
exec = /home/smayzy/.config/hypr/wallpaper.sh
|
||||
exec = killall waybar && waybar
|
||||
exec-once = mako
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = [workspace 10 silent] thunderbird
|
||||
|
||||
|
||||
#############################
|
||||
### ENVIRONMENT VARIABLES ###
|
||||
#############################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Environment-variables/
|
||||
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
|
||||
|
||||
#####################
|
||||
### LOOK AND FEEL ###
|
||||
#####################
|
||||
|
||||
# Refer to https://wiki.hyprland.org/Configuring/Variables/
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||
general {
|
||||
gaps_in = 2
|
||||
gaps_out = 5
|
||||
|
||||
border_size = 3
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||
col.active_border = rgba(ff33d9ee) rgba(ff3333ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||
resize_on_border = false
|
||||
|
||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||
allow_tearing = false
|
||||
|
||||
layout = master
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||
decoration {
|
||||
rounding = 8
|
||||
|
||||
# Change transparency of focused and unfocused windows
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
enabled = false
|
||||
size = 3
|
||||
passes = 1
|
||||
|
||||
vibrancy = 0.1696
|
||||
}
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#animations
|
||||
animations {
|
||||
enabled = true
|
||||
|
||||
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||
|
||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
|
||||
animation = windows, 1, 7, myBezier
|
||||
animation = windowsOut, 1, 7, default, popin 80%
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 7, default
|
||||
animation = workspaces, 1, 6, default
|
||||
}
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||
dwindle {
|
||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
preserve_split = true # You probably want this
|
||||
}
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
master {
|
||||
new_status = master
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#misc
|
||||
misc {
|
||||
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
|
||||
}
|
||||
|
||||
|
||||
#############
|
||||
### INPUT ###
|
||||
#############
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#input
|
||||
input {
|
||||
kb_layout =fr
|
||||
kb_variant =
|
||||
kb_model =pc105
|
||||
kb_options =terminate:ctrl_alt_bksp
|
||||
kb_rules =
|
||||
|
||||
follow_mouse = 1
|
||||
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
|
||||
touchpad {
|
||||
natural_scroll = false
|
||||
}
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
gestures {
|
||||
workspace_swipe = false
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
||||
device {
|
||||
name = epic-mouse-v1
|
||||
sensitivity = -0.5
|
||||
}
|
||||
|
||||
|
||||
##############################
|
||||
### WINDOWS AND WORKSPACES ###
|
||||
##############################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
||||
|
||||
# Example windowrule v1
|
||||
# windowrule = float, ^(kitty)$
|
||||
|
||||
# Example windowrule v2
|
||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
|
||||
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
||||
89
dotfiles/hypr-lap/hyprlock.conf
Normal file
@ -0,0 +1,89 @@
|
||||
source = $HOME/.config/hypr/mocha.conf
|
||||
|
||||
$accent = $mauve
|
||||
$accentAlpha = $mauveAlpha
|
||||
$font = JetBrainsMono Nerd Font
|
||||
|
||||
# GENERAL
|
||||
general {
|
||||
disable_loading_bar = true
|
||||
hide_cursor = true
|
||||
}
|
||||
|
||||
# BACKGROUND
|
||||
background {
|
||||
monitor =
|
||||
path = /home/smayzy/Wallpaper/himeno.jpg
|
||||
blur_passes = 0
|
||||
color = $base
|
||||
}
|
||||
|
||||
# LAYOUT
|
||||
label {
|
||||
monitor =
|
||||
text = Layout: $LAYOUT
|
||||
color = $text
|
||||
font_size = 25
|
||||
font_family = $font
|
||||
position = 30, -30
|
||||
halign = left
|
||||
valign = top
|
||||
}
|
||||
|
||||
# TIME
|
||||
label {
|
||||
monitor =
|
||||
text = $TIME
|
||||
color = $text
|
||||
font_size = 90
|
||||
font_family = $font
|
||||
position = -30, 0
|
||||
halign = right
|
||||
valign = top
|
||||
}
|
||||
|
||||
# DATE
|
||||
label {
|
||||
monitor =
|
||||
text = cmd[update:43200000] date +"%A, %d %B %Y"
|
||||
color = $text
|
||||
font_size = 25
|
||||
font_family = $font
|
||||
position = -30, -150
|
||||
halign = right
|
||||
valign = top
|
||||
}
|
||||
|
||||
# USER AVATAR
|
||||
image {
|
||||
monitor =
|
||||
path = $HOME/.face
|
||||
size = 100
|
||||
border_color = $accent
|
||||
position = 0, 75
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
# INPUT FIELD
|
||||
input-field {
|
||||
monitor =
|
||||
size = 300, 60
|
||||
outline_thickness = 4
|
||||
dots_size = 0.2
|
||||
dots_spacing = 0.2
|
||||
dots_center = true
|
||||
outer_color = $accent
|
||||
inner_color = $surface0
|
||||
font_color = $text
|
||||
fade_on_empty = false
|
||||
placeholder_text = <span foreground="##$textAlpha"><i> Logged in as </i><span foreground="##$accentAlpha">$USER</span></span>
|
||||
hide_input = false
|
||||
check_color = $accent
|
||||
fail_color = $red
|
||||
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i>
|
||||
capslock_color = $yellow
|
||||
position = 0, -47
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
0
dotfiles/hypr-lap/hyprpaper.conf
Normal file
77
dotfiles/hypr-lap/mocha.conf
Normal file
@ -0,0 +1,77 @@
|
||||
$rosewater = rgb(f5e0dc)
|
||||
$rosewaterAlpha = f5e0dc
|
||||
|
||||
$flamingo = rgb(f2cdcd)
|
||||
$flamingoAlpha = f2cdcd
|
||||
|
||||
$pink = rgb(f5c2e7)
|
||||
$pinkAlpha = f5c2e7
|
||||
|
||||
$mauve = rgb(cba6f7)
|
||||
$mauveAlpha = cba6f7
|
||||
|
||||
$red = rgb(f38ba8)
|
||||
$redAlpha = f38ba8
|
||||
|
||||
$maroon = rgb(eba0ac)
|
||||
$maroonAlpha = eba0ac
|
||||
|
||||
$peach = rgb(fab387)
|
||||
$peachAlpha = fab387
|
||||
|
||||
$yellow = rgb(f9e2af)
|
||||
$yellowAlpha = f9e2af
|
||||
|
||||
$green = rgb(a6e3a1)
|
||||
$greenAlpha = a6e3a1
|
||||
|
||||
$teal = rgb(94e2d5)
|
||||
$tealAlpha = 94e2d5
|
||||
|
||||
$sky = rgb(89dceb)
|
||||
$skyAlpha = 89dceb
|
||||
|
||||
$sapphire = rgb(74c7ec)
|
||||
$sapphireAlpha = 74c7ec
|
||||
|
||||
$blue = rgb(89b4fa)
|
||||
$blueAlpha = 89b4fa
|
||||
|
||||
$lavender = rgb(b4befe)
|
||||
$lavenderAlpha = b4befe
|
||||
|
||||
$text = rgb(cdd6f4)
|
||||
$textAlpha = cdd6f4
|
||||
|
||||
$subtext1 = rgb(bac2de)
|
||||
$subtext1Alpha = bac2de
|
||||
|
||||
$subtext0 = rgb(a6adc8)
|
||||
$subtext0Alpha = a6adc8
|
||||
|
||||
$overlay2 = rgb(9399b2)
|
||||
$overlay2Alpha = 9399b2
|
||||
|
||||
$overlay1 = rgb(7f849c)
|
||||
$overlay1Alpha = 7f849c
|
||||
|
||||
$overlay0 = rgb(6c7086)
|
||||
$overlay0Alpha = 6c7086
|
||||
|
||||
$surface2 = rgb(585b70)
|
||||
$surface2Alpha = 585b70
|
||||
|
||||
$surface1 = rgb(45475a)
|
||||
$surface1Alpha = 45475a
|
||||
|
||||
$surface0 = rgb(313244)
|
||||
$surface0Alpha = 313244
|
||||
|
||||
$base = rgb(1e1e2e)
|
||||
$baseAlpha = 1e1e2e
|
||||
|
||||
$mantle = rgb(181825)
|
||||
$mantleAlpha = 181825
|
||||
|
||||
$crust = rgb(11111b)
|
||||
$crustAlpha = 11111b
|
||||
22
dotfiles/hypr-lap/wallpaper.sh
Executable file
@ -0,0 +1,22 @@
|
||||
#!/bin/bash
|
||||
|
||||
Wallpaper_DIR="/home/smayzy/Wallpaper"
|
||||
|
||||
set_wallpaper() {
|
||||
local Wallpaper=$(find $Wallpaper_DIR -type f | shuf -n 1)
|
||||
|
||||
> /home/smayzy/.config/hypr/hyprpaper.conf
|
||||
|
||||
echo "preload = $Wallpaper" >> /home/smayzy/.config/hypr/hyprpaper.conf
|
||||
echo "wallpaper = ,$Wallpaper" >> /home/smayzy/.config/hypr/hyprpaper.conf
|
||||
|
||||
# Restart hyprpaper
|
||||
killall hyprpaper 2>/dev/null
|
||||
hyprpaper &
|
||||
}
|
||||
|
||||
while true; do
|
||||
set_wallpaper
|
||||
sleep 600
|
||||
done
|
||||
|
||||
8
dotfiles/kitty.conf
Normal file
@ -0,0 +1,8 @@
|
||||
cursor #c7c7c7
|
||||
cursor #c7c7c7
|
||||
cursor_text_color #feffff
|
||||
selection_foreground #3e3e3e
|
||||
selection_background #c1ddff
|
||||
foreground #c8c8c8
|
||||
background #323232
|
||||
background_opacity 0.8
|
||||
5
dotfiles/mako/config
Normal file
@ -0,0 +1,5 @@
|
||||
font=JetBrainsMono 10
|
||||
background-color=#282828
|
||||
text-color=#ebdbb2
|
||||
border-color=#98971a
|
||||
border-size=2
|
||||
128
dotfiles/waybar-desk/config
Normal file
@ -0,0 +1,128 @@
|
||||
// -*- mode: json -*-
|
||||
|
||||
{
|
||||
"layer": "top",
|
||||
"output": "DP-1",
|
||||
|
||||
"modules-left": [
|
||||
"custom/launcher",
|
||||
"custom/right-arrow-dark",
|
||||
"custom/right-arrow-light",
|
||||
"hyprland/workspaces",
|
||||
"custom/right-arrow-dark"
|
||||
],
|
||||
"modules-center": [
|
||||
"custom/left-arrow-dark",
|
||||
"clock#1",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"clock#2",
|
||||
"custom/right-arrow-dark",
|
||||
"custom/right-arrow-light",
|
||||
"clock#3",
|
||||
"custom/right-arrow-dark"
|
||||
],
|
||||
"modules-right": [
|
||||
"custom/left-arrow-dark",
|
||||
"custom/updates",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"cpu",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"memory",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"pulseaudio",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"disk",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"tray",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"custom/power"
|
||||
],
|
||||
|
||||
"custom/left-arrow-dark": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left-arrow-light": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right-arrow-dark": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right-arrow-light": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"disable-scroll": true,
|
||||
"format": "{name}"
|
||||
},
|
||||
|
||||
"clock#1": {
|
||||
"format": "{:%a}",
|
||||
"tooltip": false
|
||||
},
|
||||
"clock#2": {
|
||||
"format": "{:%I:%M %p}",
|
||||
"tooltip": false
|
||||
},
|
||||
"clock#3": {
|
||||
"format": "{:%d-%m}",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume:2}%",
|
||||
"format-bluetooth": "{icon} {volume}%",
|
||||
"format-muted": "MUTE",
|
||||
"format-icons": {
|
||||
"headphones": "",
|
||||
"default": [
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"scroll-step": 5,
|
||||
"on-click": "pamixer -t",
|
||||
"on-click-right": "pavucontrol"
|
||||
},
|
||||
"memory": {
|
||||
"interval": 5,
|
||||
"format": " {}%"
|
||||
},
|
||||
"cpu": {
|
||||
"interval": 5,
|
||||
"format": "{usage:2}%"
|
||||
},
|
||||
"disk": {
|
||||
"interval": 5,
|
||||
"format": " {percentage_used:2}%",
|
||||
"path": "/"
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 20
|
||||
},
|
||||
"custom/launcher":{
|
||||
"format": " ",
|
||||
"on-click": "wofi --show drun",
|
||||
"on-click-right": "killall wofi"
|
||||
},
|
||||
"custom/power":{
|
||||
"format": " ",
|
||||
"on-click": "wlogout"
|
||||
},
|
||||
"custom/updates":{
|
||||
"format": " {} Update(s) ",
|
||||
"exec": "checkupdates | wc -l",
|
||||
"interval": 1800
|
||||
}
|
||||
}
|
||||
80
dotfiles/waybar-desk/style.css
Normal file
@ -0,0 +1,80 @@
|
||||
* {
|
||||
font-size: 15px;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: #292b2e;
|
||||
color: #fdf6e3;
|
||||
}
|
||||
|
||||
#custom-right-arrow-dark,
|
||||
#custom-left-arrow-dark {
|
||||
color: #1a1a1a;
|
||||
}
|
||||
#custom-right-arrow-light,
|
||||
#custom-left-arrow-light {
|
||||
color: #292b2e;
|
||||
background: #1a1a1a;
|
||||
}
|
||||
|
||||
#custom-updates {
|
||||
color: #F3881F;
|
||||
background: #1a1a1a;
|
||||
}
|
||||
#custom-power {
|
||||
color: #ff8080;
|
||||
background: #1a1a1a;
|
||||
}
|
||||
#custom-launcher,
|
||||
#workspaces,
|
||||
#clock.1,
|
||||
#clock.2,
|
||||
#clock.3,
|
||||
#pulseaudio,
|
||||
#memory,
|
||||
#cpu,
|
||||
#disk,
|
||||
#tray {
|
||||
background: #1a1a1a;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 2px;
|
||||
color: #fdf6e3;
|
||||
}
|
||||
#workspaces button.focused {
|
||||
color: #268bd2;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
background: #1a1a1a;
|
||||
border: #1a1a1a;
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
color: #268bd2;
|
||||
}
|
||||
#memory {
|
||||
color: #2aa198;
|
||||
}
|
||||
#cpu {
|
||||
color: #6c71c4;
|
||||
}
|
||||
#disk {
|
||||
color: #b58900;
|
||||
}
|
||||
|
||||
#clock,
|
||||
#pulseaudio,
|
||||
#memory,
|
||||
#cpu,
|
||||
#tray,
|
||||
#custom-launcher,
|
||||
#disk {
|
||||
padding: 0 10px;
|
||||
}
|
||||
161
dotfiles/waybar-lap/config
Normal file
@ -0,0 +1,161 @@
|
||||
// -*- mode: json -*-
|
||||
|
||||
{
|
||||
"layer": "top",
|
||||
"modules-left": [
|
||||
"custom/launcher",
|
||||
"custom/right-arrow-dark",
|
||||
"custom/right-arrow-light",
|
||||
"network",
|
||||
"custom/right-arrow-dark",
|
||||
"custom/right-arrow-light",
|
||||
"hyprland/workspaces",
|
||||
"custom/right-arrow-dark"
|
||||
],
|
||||
"modules-center": [
|
||||
"custom/left-arrow-dark",
|
||||
"clock#1",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"clock#2",
|
||||
"custom/right-arrow-dark",
|
||||
"custom/right-arrow-light",
|
||||
"clock#3",
|
||||
"custom/right-arrow-dark"
|
||||
],
|
||||
"modules-right": [
|
||||
"custom/left-arrow-dark",
|
||||
"custom/updates",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"cpu",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"memory",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"pulseaudio",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"backlight",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"battery",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"disk",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"tray",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"custom/power"
|
||||
],
|
||||
|
||||
"custom/left-arrow-dark": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/left-arrow-light": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right-arrow-dark": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/right-arrow-light": {
|
||||
"format": "",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"backlight": {
|
||||
"tooltip": false,
|
||||
"format": " {}%",
|
||||
"interval":1
|
||||
},
|
||||
|
||||
"network": {
|
||||
"tooltip": false,
|
||||
"format-wifi": " {essid}",
|
||||
"format-ethernet": ""
|
||||
},
|
||||
|
||||
"battery": {
|
||||
"states": {
|
||||
"good": 95,
|
||||
"warning": 30,
|
||||
"critical": 20
|
||||
},
|
||||
"format": "{icon} {capacity}%",
|
||||
"format-charging": " {capacity}%",
|
||||
"format-plugged": " {capacity}%",
|
||||
"format-alt": "{time} {icon}",
|
||||
"format-icons": ["", "", "", "", ""],
|
||||
"interval":1
|
||||
},
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"disable-scroll": true,
|
||||
"format": "{name}"
|
||||
},
|
||||
|
||||
"clock#1": {
|
||||
"format": "{:%a}",
|
||||
"tooltip": false
|
||||
},
|
||||
"clock#2": {
|
||||
"format": "{:%I:%M %p}",
|
||||
"tooltip": false
|
||||
},
|
||||
"clock#3": {
|
||||
"format": "{:%d-%m}",
|
||||
"tooltip": false
|
||||
},
|
||||
|
||||
"pulseaudio": {
|
||||
"format": "{icon} {volume:2}%",
|
||||
"format-bluetooth": "{icon} {volume}%",
|
||||
"format-muted": "MUTE",
|
||||
"format-icons": {
|
||||
"headphones": "",
|
||||
"default": [
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
"scroll-step": 5,
|
||||
"on-click": "pamixer -t",
|
||||
"on-click-right": "pavucontrol"
|
||||
},
|
||||
"memory": {
|
||||
"interval": 5,
|
||||
"format": " {}%"
|
||||
},
|
||||
"cpu": {
|
||||
"interval": 5,
|
||||
"format": " {usage}%"
|
||||
},
|
||||
"disk": {
|
||||
"interval": 5,
|
||||
"format": " {percentage_used:2}%",
|
||||
"path": "/"
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 20
|
||||
},
|
||||
"custom/launcher":{
|
||||
"format": " ",
|
||||
"on-click": "wofi --show drun",
|
||||
"on-click-right": "killall wofi"
|
||||
},
|
||||
"custom/power":{
|
||||
"format": " ",
|
||||
"on-click": "wlogout"
|
||||
},
|
||||
"custom/updates":{
|
||||
"format": " {} Update(s) ",
|
||||
"exec": "checkupdates | wc -l",
|
||||
"interval": 600
|
||||
}
|
||||
}
|
||||
99
dotfiles/waybar-lap/style.css
Normal file
@ -0,0 +1,99 @@
|
||||
* {
|
||||
font-size: 15px;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: #292b2e;
|
||||
color: #fdf6e3;
|
||||
}
|
||||
|
||||
#custom-right-arrow-dark,
|
||||
#custom-left-arrow-dark {
|
||||
color: #1a1a1a;
|
||||
}
|
||||
#custom-right-arrow-light,
|
||||
#custom-left-arrow-light {
|
||||
color: #292b2e;
|
||||
background: #1a1a1a;
|
||||
}
|
||||
|
||||
#custom-updates {
|
||||
color: #F3881F;
|
||||
background: #1a1a1a;
|
||||
}
|
||||
#custom-power {
|
||||
color: #ff8080;
|
||||
background: #1a1a1a;
|
||||
}
|
||||
#custom-launcher,
|
||||
#workspaces,
|
||||
#clock.1,
|
||||
#clock.2,
|
||||
#clock.3,
|
||||
#pulseaudio,
|
||||
#battery,
|
||||
#backlight,
|
||||
#network,
|
||||
#memory,
|
||||
#cpu,
|
||||
#disk,
|
||||
#tray {
|
||||
background: #1a1a1a;
|
||||
}
|
||||
|
||||
#battery.charging, #battery.plugged {
|
||||
color: #00ff00;
|
||||
}
|
||||
|
||||
#battery.critical:not(.charging) {
|
||||
color: #FF0000;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 2px;
|
||||
color: #fdf6e3;
|
||||
}
|
||||
#workspaces button.focused {
|
||||
color: #268bd2;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
background: #1a1a1a;
|
||||
border: #1a1a1a;
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
#battery {
|
||||
color: #b5e8e0;
|
||||
}
|
||||
#backlight {
|
||||
color: #ffff80;
|
||||
}
|
||||
#pulseaudio {
|
||||
color: #268bd2;
|
||||
}
|
||||
#memory {
|
||||
color: #2aa198;
|
||||
}
|
||||
#cpu {
|
||||
color: #6c71c4;
|
||||
}
|
||||
#disk {
|
||||
color: #b58900;
|
||||
}
|
||||
|
||||
#clock,
|
||||
#pulseaudio,
|
||||
#backlight,
|
||||
#battery,
|
||||
#memory,
|
||||
#cpu,
|
||||
#tray,
|
||||
#network,
|
||||
#disk {
|
||||
padding: 0 10px;
|
||||
}
|
||||
18
dotfiles/wlogout-desk/layout
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"label" : "logout",
|
||||
"action" : "sleep 1; hyprctl dispatch exit",
|
||||
"text" : "Logout",
|
||||
"keybind" : "l"
|
||||
}
|
||||
{
|
||||
"label" : "shutdown",
|
||||
"action" : "systemctl poweroff",
|
||||
"text" : "Shutdown",
|
||||
"keybind" : "s"
|
||||
}
|
||||
{
|
||||
"label" : "reboot",
|
||||
"action" : "systemctl reboot",
|
||||
"text" : "Reboot",
|
||||
"keybind" : "r"
|
||||
}
|
||||
BIN
dotfiles/wlogout-desk/logout.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
dotfiles/wlogout-desk/power.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
dotfiles/wlogout-desk/restart.png
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
44
dotfiles/wlogout-desk/style.css
Normal file
@ -0,0 +1,44 @@
|
||||
* {
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: rgba(30, 30, 46, 0.5);
|
||||
font-size: 14px;
|
||||
color: #cdd6f4;
|
||||
}
|
||||
|
||||
button {
|
||||
border-radius: 0;
|
||||
border-color: black;
|
||||
text-decoration-color: #FFFFFF;
|
||||
color: #FFFFFF;
|
||||
background-color: #1E1E1E;
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
border-radius: 20%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 25%;
|
||||
margin: 30px;
|
||||
transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
button:focus {
|
||||
background-color: #cba6f7;
|
||||
outline-style: none;
|
||||
background-size: 35%;
|
||||
}
|
||||
|
||||
|
||||
#logout {
|
||||
background-image: image(url("logout.png"));
|
||||
}
|
||||
#shutdown {
|
||||
background-image: image(url("power.png"));
|
||||
}
|
||||
|
||||
#reboot {
|
||||
background-image: image(url("restart.png"));
|
||||
}
|
||||
49
dotfiles/wlogout-desk/style.css.bu
Normal file
@ -0,0 +1,49 @@
|
||||
* {
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: rgba(30, 30, 46, 0.5);
|
||||
font-size: 14px;
|
||||
color: #cdd6f4;
|
||||
}
|
||||
|
||||
button {
|
||||
border-radius: 0;
|
||||
border-color: black;
|
||||
text-decoration-color: #FFFFFF;
|
||||
color: #FFFFFF;
|
||||
background-color: #1E1E1E;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-radius: 50% / 15%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 25%;
|
||||
margin: 5px;
|
||||
transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
button:hover{
|
||||
background-color: #cba6f7;
|
||||
outline-style: none;
|
||||
}
|
||||
|
||||
button:focus, button:active, {
|
||||
background-color: #cba6f7;
|
||||
outline-style: none;
|
||||
background-size: 40%;
|
||||
}
|
||||
|
||||
|
||||
#logout {
|
||||
background-image: image(url("/usr/share/wlogout/icons/logout.png"), url("/usr/local/share/wlogout/icons/logout.png"));
|
||||
}
|
||||
#shutdown {
|
||||
background-image: image(url("/usr/share/wlogout/icons/shutdown.png"), url("/usr/local/share/wlogout/icons/shutdown.png"));
|
||||
}
|
||||
|
||||
#reboot {
|
||||
background-image: image(url("/usr/share/wlogout/icons/reboot.png"), url("/usr/local/share/wlogout/icons/reboot.png"));
|
||||
}
|
||||
18
dotfiles/wlogout-lap/layout
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"label" : "lock",
|
||||
"action" : "hyprlock",
|
||||
"text" : "Lock",
|
||||
"keybind" : "l"
|
||||
}
|
||||
{
|
||||
"label" : "shutdown",
|
||||
"action" : "systemctl poweroff",
|
||||
"text" : "Shutdown",
|
||||
"keybind" : "s"
|
||||
}
|
||||
{
|
||||
"label" : "reboot",
|
||||
"action" : "systemctl reboot",
|
||||
"text" : "Reboot",
|
||||
"keybind" : "r"
|
||||
}
|
||||
39
dotfiles/wlogout-lap/style.css
Normal file
@ -0,0 +1,39 @@
|
||||
* {
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: rgba(12, 12, 12, 0.9);
|
||||
}
|
||||
|
||||
button {
|
||||
border-radius: 0;
|
||||
border-color: black;
|
||||
text-decoration-color: #FFFFFF;
|
||||
color: #FFFFFF;
|
||||
background-color: #1E1E1E;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-radius: 50% / 15%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: 25%;
|
||||
}
|
||||
|
||||
button:focus, button:active, button:hover {
|
||||
background-color: #bec497;
|
||||
outline-style: none;
|
||||
}
|
||||
|
||||
#lock {
|
||||
background-image: image(url("/usr/share/wlogout/icons/lock.png"), url("/usr/local/share/wlogout/icons/lock.png"));
|
||||
}
|
||||
|
||||
#shutdown {
|
||||
background-image: image(url("/usr/share/wlogout/icons/shutdown.png"), url("/usr/local/share/wlogout/icons/shutdown.png"));
|
||||
}
|
||||
|
||||
#reboot {
|
||||
background-image: image(url("/usr/share/wlogout/icons/reboot.png"), url("/usr/local/share/wlogout/icons/reboot.png"));
|
||||
}
|
||||
16
dotfiles/wofi/config
Normal file
@ -0,0 +1,16 @@
|
||||
width=33%
|
||||
height=300
|
||||
lines=6
|
||||
mode=drun
|
||||
filter_rate=100
|
||||
matching=contains
|
||||
insensitive=true
|
||||
term=kitty
|
||||
allow_images=true
|
||||
parse_search=true
|
||||
allow_markup=true
|
||||
dmenu-parse_action=true
|
||||
drun-display_generic=true
|
||||
key_down=Tab
|
||||
key_expand=Right
|
||||
key_forward=Down
|
||||
65
dotfiles/wofi/style.css
Normal file
@ -0,0 +1,65 @@
|
||||
window {
|
||||
margin: 5px;
|
||||
background-color: #181926;
|
||||
opacity: 0.9;
|
||||
border-radius: 10;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 5px;
|
||||
/* border: 2px solid @maroon; */
|
||||
background-color: #1e2030;
|
||||
border-radius: 10;
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 2px;
|
||||
border: 2px solid #b7bdf8;
|
||||
background-color: #363a4f;
|
||||
color: #f8f8f2;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
/* margin: 5px; */
|
||||
background-color: #24273a;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 2px;
|
||||
border: 2px solid #f5bde6;
|
||||
background-color: #24273a;
|
||||
font-size: 16px;
|
||||
color: #f8f8f2;
|
||||
border-radius: 10;
|
||||
}
|
||||
|
||||
#scroll label {
|
||||
margin: 2px 0px;
|
||||
}
|
||||
|
||||
#entry {
|
||||
margin: 0px 2px;
|
||||
background-color: #24273a;
|
||||
border: 2px;
|
||||
}
|
||||
#entry:selected {
|
||||
background-color: #494d64;
|
||||
/* border: 2px solid @mauve; */
|
||||
}
|
||||
|
||||
#img {
|
||||
margin: 5px;
|
||||
}
|
||||
#img:selected {
|
||||
background-color: #494d64;
|
||||
}
|
||||
|
||||
#text {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
color: @text;
|
||||
}
|
||||
#text:selected {
|
||||
background-color: #494d64;
|
||||
}
|
||||
3
home.nix
@ -3,12 +3,13 @@
|
||||
{
|
||||
home.username = "smayzy";
|
||||
home.homeDirectory = "/home/smayzy";
|
||||
home.stateVersion = "25.05"; # Please read the comment before changing.
|
||||
home.stateVersion = "25.05";
|
||||
|
||||
home.packages = [
|
||||
];
|
||||
|
||||
home.file = {
|
||||
".config/fastfetch".source = ./dotfiles/fastfetch;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
|
||||
BIN
wallpapers/IMG_5244.webp
Normal file
|
After Width: | Height: | Size: 122 KiB |
BIN
wallpapers/PinkLady.png
Normal file
|
After Width: | Height: | Size: 3.8 MiB |
BIN
wallpapers/XxxQk2M.jpg
Normal file
|
After Width: | Height: | Size: 641 KiB |
BIN
wallpapers/a_black_and_white_diagram_of_a_tree_of_life.jpg
Normal file
|
After Width: | Height: | Size: 161 KiB |
|
After Width: | Height: | Size: 737 KiB |
BIN
wallpapers/a_black_and_white_drawing_of_a_robot_with_a_halo.png
Normal file
|
After Width: | Height: | Size: 1.7 MiB |
BIN
wallpapers/a_black_and_white_image_of_a_girl.jpeg
Normal file
|
After Width: | Height: | Size: 153 KiB |
BIN
wallpapers/a_black_and_white_image_of_a_line_of_astronauts.jpg
Normal file
|
After Width: | Height: | Size: 127 KiB |
BIN
wallpapers/a_black_and_white_image_of_a_room.jpeg
Normal file
|
After Width: | Height: | Size: 2.7 MiB |
BIN
wallpapers/a_black_and_white_image_of_a_woman_01.jpeg
Normal file
|
After Width: | Height: | Size: 81 KiB |
|
After Width: | Height: | Size: 1.4 MiB |
BIN
wallpapers/a_black_rose_with_a_black_background.png
Normal file
|
After Width: | Height: | Size: 2.2 MiB |
BIN
wallpapers/a_camera_with_a_black_background.jpg
Normal file
|
After Width: | Height: | Size: 272 KiB |
|
After Width: | Height: | Size: 1.4 MiB |
BIN
wallpapers/a_car_parked_in_a_street.jpg
Normal file
|
After Width: | Height: | Size: 1015 KiB |
BIN
wallpapers/a_cartoon_of_a_cat_on_a_balcony.jpeg
Normal file
|
After Width: | Height: | Size: 278 KiB |
BIN
wallpapers/a_cartoon_of_a_cat_playing_with_a_ball.png
Normal file
|
After Width: | Height: | Size: 278 KiB |
BIN
wallpapers/a_cartoon_of_a_girl_puppet.jpg
Normal file
|
After Width: | Height: | Size: 900 KiB |
BIN
wallpapers/a_cartoon_of_a_girl_sitting_in_a_rocking_chair.png
Normal file
|
After Width: | Height: | Size: 143 KiB |
|
After Width: | Height: | Size: 4.9 MiB |
BIN
wallpapers/a_cartoon_of_a_girl_standing_next_to_a_car.jpg
Normal file
|
After Width: | Height: | Size: 4.8 MiB |
BIN
wallpapers/a_cartoon_of_a_girl_with_a_cat_on_her_head.png
Normal file
|
After Width: | Height: | Size: 968 KiB |
BIN
wallpapers/a_cartoon_of_a_monster.png
Normal file
|
After Width: | Height: | Size: 4.3 MiB |
|
After Width: | Height: | Size: 3.2 MiB |
BIN
wallpapers/a_cartoon_of_a_robot_with_a_red_background.jpg
Normal file
|
After Width: | Height: | Size: 546 KiB |
BIN
wallpapers/a_cartoon_of_a_woman.png
Normal file
|
After Width: | Height: | Size: 176 KiB |
BIN
wallpapers/a_cartoon_of_a_woman_holding_a_cup.png
Normal file
|
After Width: | Height: | Size: 1.2 MiB |
BIN
wallpapers/a_cartoon_of_a_woman_lying_on_a_pile_of_books.png
Normal file
|
After Width: | Height: | Size: 3.6 MiB |
BIN
wallpapers/a_cartoon_of_a_woman_standing_next_to_a_car.jpg
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
|
After Width: | Height: | Size: 2.8 MiB |
BIN
wallpapers/a_cartoon_of_a_woman_with_a_sword.jpeg
Normal file
|
After Width: | Height: | Size: 4.3 MiB |
BIN
wallpapers/a_cartoon_of_a_woman_with_birds_in_the_air.png
Normal file
|
After Width: | Height: | Size: 2.0 MiB |
BIN
wallpapers/a_cartoon_of_a_woman_with_horns_on_her_head.jpg
Normal file
|
After Width: | Height: | Size: 281 KiB |
BIN
wallpapers/a_cartoon_of_a_woman_with_long_hair.png
Normal file
|
After Width: | Height: | Size: 113 KiB |
BIN
wallpapers/a_cartoon_of_two_girls_sitting_on_a_chair.png
Normal file
|
After Width: | Height: | Size: 747 KiB |
BIN
wallpapers/a_cat_with_eyes_wide_open.jpg
Normal file
|
After Width: | Height: | Size: 110 KiB |
BIN
wallpapers/a_city_at_night_with_lights.jpg
Normal file
|
After Width: | Height: | Size: 2.9 MiB |
BIN
wallpapers/a_city_in_the_rain.jpeg
Normal file
|
After Width: | Height: | Size: 157 KiB |
BIN
wallpapers/a_drawing_of_a_building.png
Normal file
|
After Width: | Height: | Size: 9.5 MiB |
BIN
wallpapers/a_girl_walking_on_a_road_in_a_forest.jpg
Normal file
|
After Width: | Height: | Size: 845 KiB |
BIN
wallpapers/a_group_of_red_flowers_01.jpg
Normal file
|
After Width: | Height: | Size: 409 KiB |
BIN
wallpapers/a_house_with_a_bike_and_a_chair.jpg
Normal file
|
After Width: | Height: | Size: 623 KiB |
|
After Width: | Height: | Size: 474 KiB |
BIN
wallpapers/a_logo_with_eyes_and_arrow.jpg
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
wallpapers/a_man_in_a_cape_sitting_on_a_boat.jpeg
Normal file
|
After Width: | Height: | Size: 663 KiB |
BIN
wallpapers/a_man_in_a_cape_with_a_child_in_his_lap.jpg
Normal file
|
After Width: | Height: | Size: 184 KiB |
BIN
wallpapers/a_moon_over_a_mountain.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
wallpapers/a_night_sky_with_clouds_and_a_street_light.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
wallpapers/a_person_standing_on_a_street_at_night.png
Normal file
|
After Width: | Height: | Size: 5.6 MiB |
|
After Width: | Height: | Size: 1.7 MiB |
BIN
wallpapers/a_plant_with_flowers_on_it.png
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
wallpapers/a_road_with_lightning_bolts_in_the_sky.png
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
BIN
wallpapers/a_rock_and_grass_in_a_dark_room.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
wallpapers/a_scooter_parked_on_a_street.jpg
Normal file
|
After Width: | Height: | Size: 216 KiB |
BIN
wallpapers/a_screenshot_of_a_video_game.png
Normal file
|
After Width: | Height: | Size: 476 KiB |
BIN
wallpapers/a_street_lights_at_night.jpg
Normal file
|
After Width: | Height: | Size: 306 KiB |
BIN
wallpapers/a_street_with_a_building_and_a_moon_in_the_sky.png
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
BIN
wallpapers/a_sword_with_flowers_on_it.png
Normal file
|
After Width: | Height: | Size: 2.4 MiB |
BIN
wallpapers/a_tree_branches_against_a_pink_sky.jpg
Normal file
|
After Width: | Height: | Size: 924 KiB |
BIN
wallpapers/a_waterfall_in_the_rain.jpg
Normal file
|
After Width: | Height: | Size: 292 KiB |
BIN
wallpapers/a_woman_in_a_suit_and_tie.png
Normal file
|
After Width: | Height: | Size: 136 KiB |
BIN
wallpapers/anime-girl-glasses-tongue-out.jpg
Normal file
|
After Width: | Height: | Size: 1.8 MiB |