waybar
This commit is contained in:
parent
f06bbcbdad
commit
bd639c2cd7
@ -47,6 +47,12 @@ in
|
|||||||
install_url = "https://gitflic.ru/project/magnolia1234/bpc_uploads/blob/raw?file=bypass_paywalls_clean-latest.xpi";
|
install_url = "https://gitflic.ru/project/magnolia1234/bpc_uploads/blob/raw?file=bypass_paywalls_clean-latest.xpi";
|
||||||
installation_mode = "force_installed";
|
installation_mode = "force_installed";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Ctrl+Number Tabs
|
||||||
|
"{84601290-bec9-494a-b11c-1baa897a9683}" = {
|
||||||
|
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ctrl-number-to-switch-tabs/latest.xpi";
|
||||||
|
installation_mode = "force_installed";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
Preferences = { };
|
Preferences = { };
|
||||||
} "Policies to apply to firefox";
|
} "Policies to apply to firefox";
|
||||||
@ -57,6 +63,7 @@ in
|
|||||||
(with pkgs.firefox-addons; [
|
(with pkgs.firefox-addons; [
|
||||||
bitwarden
|
bitwarden
|
||||||
darkreader
|
darkreader
|
||||||
|
gruvbox-dark-theme
|
||||||
kagi-search
|
kagi-search
|
||||||
sponsorblock
|
sponsorblock
|
||||||
ublock-origin
|
ublock-origin
|
||||||
|
@ -2,6 +2,31 @@ command = @BASH_PATH@ --login
|
|||||||
macos-titlebar-style = tabs
|
macos-titlebar-style = tabs
|
||||||
auto-update = off
|
auto-update = off
|
||||||
font-family = "MesloLGM Nerd Font Mono"
|
font-family = "MesloLGM Nerd Font Mono"
|
||||||
|
confirm-close-surface = true
|
||||||
|
|
||||||
|
# Keybindings - Tabs & Splits
|
||||||
|
keybind = ctrl+t=new_tab
|
||||||
|
keybind = ctrl+w=close_surface
|
||||||
|
keybind = ctrl+d=new_split:right
|
||||||
|
keybind = ctrl+shift+d=new_split:down
|
||||||
|
keybind = ctrl+enter=toggle_split_zoom
|
||||||
|
|
||||||
|
# Keybindings - Navigation - Splits
|
||||||
|
keybind = ctrl+left=goto_split:left
|
||||||
|
keybind = ctrl+right=goto_split:right
|
||||||
|
keybind = ctrl+up=goto_split:up
|
||||||
|
keybind = ctrl+down=goto_split:down
|
||||||
|
|
||||||
|
# Keybindings - Navigation - Tabs
|
||||||
|
keybind = ctrl+1=goto_tab:1
|
||||||
|
keybind = ctrl+2=goto_tab:2
|
||||||
|
keybind = ctrl+3=goto_tab:3
|
||||||
|
keybind = ctrl+4=goto_tab:4
|
||||||
|
keybind = ctrl+5=goto_tab:5
|
||||||
|
keybind = ctrl+6=goto_tab:6
|
||||||
|
keybind = ctrl+7=goto_tab:7
|
||||||
|
keybind = ctrl+8=goto_tab:8
|
||||||
|
keybind = ctrl+9=goto_tab:9
|
||||||
|
|
||||||
# Melange Dark - Adapted From: https://github.com/savq/melange-nvim/blob/master/term/kitty/melange_dark.conf
|
# Melange Dark - Adapted From: https://github.com/savq/melange-nvim/blob/master/term/kitty/melange_dark.conf
|
||||||
palette = 0=#34302C
|
palette = 0=#34302C
|
||||||
|
@ -19,6 +19,8 @@ in
|
|||||||
profileExtra = ''
|
profileExtra = ''
|
||||||
SHELL="$BASH"
|
SHELL="$BASH"
|
||||||
PATH=~/.bin:$PATH
|
PATH=~/.bin:$PATH
|
||||||
|
VISUAL=vim
|
||||||
|
EDITOR="$VISUAL"
|
||||||
eval "$(thefuck --alias)"
|
eval "$(thefuck --alias)"
|
||||||
set -o vi || true
|
set -o vi || true
|
||||||
bind "set show-mode-in-prompt on"
|
bind "set show-mode-in-prompt on"
|
||||||
|
@ -1,30 +1,10 @@
|
|||||||
|
|
||||||
# #######################################################################################
|
|
||||||
# AUTOGENERATED HYPR CONFIG.
|
|
||||||
# PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT,
|
|
||||||
# OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
|
|
||||||
# #######################################################################################
|
|
||||||
|
|
||||||
# This is an example Hyprland config file.
|
|
||||||
# Refer to the wiki for more information.
|
|
||||||
# https://wiki.hyprland.org/Configuring/
|
|
||||||
|
|
||||||
# Please note not all available settings / options are set here.
|
|
||||||
# For a full list, see the wiki
|
|
||||||
|
|
||||||
# You can split this configuration into multiple files
|
|
||||||
# Create your files separately and then link them to this file like this:
|
|
||||||
# source = ~/.config/hypr/myColors.conf
|
|
||||||
|
|
||||||
|
|
||||||
################
|
################
|
||||||
### MONITORS ###
|
### MONITORS ###
|
||||||
################
|
################
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
monitor=,highres,auto,1.5
|
monitor=,highres,auto,1.68 # 2
|
||||||
# monitor=HDMI-A-1,1920x1080,0x0,1
|
debug:disable_scale_checks = true
|
||||||
|
|
||||||
|
|
||||||
###################
|
###################
|
||||||
### MY PROGRAMS ###
|
### MY PROGRAMS ###
|
||||||
|
148
modules/home/programs/hyprland/config/waybar-style.css
Executable file → Normal file
148
modules/home/programs/hyprland/config/waybar-style.css
Executable file → Normal file
@ -1,88 +1,122 @@
|
|||||||
|
@define-color rosewater #f5e0dc;
|
||||||
|
@define-color flamingo #f2cdcd;
|
||||||
|
@define-color pink #f5c2e7;
|
||||||
|
@define-color mauve #cba6f7;
|
||||||
|
@define-color red #f38ba8;
|
||||||
|
@define-color maroon #eba0ac;
|
||||||
|
@define-color peach #fab387;
|
||||||
|
@define-color yellow #f9e2af;
|
||||||
|
@define-color green #a6e3a1;
|
||||||
|
@define-color teal #94e2d5;
|
||||||
|
@define-color sky #89dceb;
|
||||||
|
@define-color sapphire #74c7ec;
|
||||||
|
@define-color blue #89b4fa;
|
||||||
|
@define-color lavender #b4befe;
|
||||||
|
@define-color text #cdd6f4;
|
||||||
|
@define-color subtext1 #bac2de;
|
||||||
|
@define-color subtext0 #a6adc8;
|
||||||
|
@define-color overlay2 #9399b2;
|
||||||
|
@define-color overlay1 #7f849c;
|
||||||
|
@define-color overlay0 #6c7086;
|
||||||
|
@define-color surface2 #585b70;
|
||||||
|
@define-color surface1 #45475a;
|
||||||
|
@define-color surface0 #313244;
|
||||||
|
@define-color base #1e1e2e;
|
||||||
|
@define-color mantle #181825;
|
||||||
|
@define-color crust #11111b;
|
||||||
|
|
||||||
|
/* Common Styles */
|
||||||
* {
|
* {
|
||||||
border: none;
|
font-family: FantasqueSansMono Nerd Font;
|
||||||
border-radius: 0;
|
|
||||||
font-family:
|
|
||||||
Cartograph CF Nerd Font,
|
|
||||||
monospace;
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
/* Primary Waybar */
|
||||||
background: rgba(21, 18, 27, 0);
|
#waybar {
|
||||||
color: #cdd6f4;
|
background: transparent;
|
||||||
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|
||||||
tooltip {
|
/* Node Styles */
|
||||||
}
|
#workspaces,
|
||||||
|
|
||||||
#workspaces button {
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.active {
|
|
||||||
color: #9ccfd8;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.focused {
|
|
||||||
color: #9ccfd8;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button.urgent {
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button:hover {
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-language,
|
|
||||||
#custom-updates,
|
|
||||||
#custom-caffeine,
|
|
||||||
#custom-weather,
|
|
||||||
#window,
|
#window,
|
||||||
#clock,
|
#cpu,
|
||||||
|
#memory,
|
||||||
#battery,
|
#battery,
|
||||||
|
#backlight,
|
||||||
#pulseaudio,
|
#pulseaudio,
|
||||||
#network,
|
#network,
|
||||||
#workspaces,
|
#clock {
|
||||||
#tray,
|
margin-top: 0.75rem;
|
||||||
#backlight {
|
padding: 0px 0.5rem;
|
||||||
}
|
background-color: @surface0;
|
||||||
|
|
||||||
#tray {
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
}
|
margin-left: 1rem;
|
||||||
|
border-radius: 1rem;
|
||||||
#custom-caffeine {
|
padding: 0px;
|
||||||
}
|
background-color: @surface0;
|
||||||
|
|
||||||
#custom-language {
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-updates {
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
|
background: transparent;
|
||||||
|
margin-left: 0.5rem;
|
||||||
|
margin-right: 8rem; /* Notch */
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button {
|
||||||
|
color: @lavender;
|
||||||
|
border-radius: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button.active {
|
||||||
|
color: @sky;
|
||||||
|
background-color: @surface2;
|
||||||
|
border-radius: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces button:hover {
|
||||||
|
color: @sapphire;
|
||||||
|
border-radius: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
|
color: @blue;
|
||||||
|
border-radius: 0px 1rem 1rem 0px;
|
||||||
|
margin-right: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
#memory {
|
||||||
|
color: @blue;
|
||||||
|
border-radius: 0px 1rem 1rem 0px;
|
||||||
|
margin-right: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#network {
|
#network {
|
||||||
}
|
color: @mauve;
|
||||||
|
|
||||||
#pulseaudio {
|
|
||||||
}
|
|
||||||
|
|
||||||
#pulseaudio.microphone {
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
|
color: @green;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-weather {
|
#battery.charging {
|
||||||
|
color: @green;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-endright {
|
#battery.warning:not(.charging) {
|
||||||
|
color: @red;
|
||||||
|
}
|
||||||
|
|
||||||
|
#backlight {
|
||||||
|
color: @yellow;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pulseaudio,
|
||||||
|
#cpu {
|
||||||
|
color: @maroon;
|
||||||
|
border-radius: 1rem 0px 0px 1rem;
|
||||||
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
|
@ -28,23 +28,17 @@ in
|
|||||||
height = 0;
|
height = 0;
|
||||||
modules-left = [
|
modules-left = [
|
||||||
"hyprland/workspaces"
|
"hyprland/workspaces"
|
||||||
"custom/divider"
|
"hyprland/window"
|
||||||
"custom/divider"
|
|
||||||
"cpu"
|
|
||||||
"custom/divider"
|
|
||||||
"memory"
|
|
||||||
];
|
];
|
||||||
modules-center = [ "hyprland/window" ];
|
# modules-center = [ "hyprland/window" ];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
|
"cpu"
|
||||||
|
"memory"
|
||||||
"tray"
|
"tray"
|
||||||
"network"
|
|
||||||
"custom/divider"
|
|
||||||
"backlight"
|
|
||||||
"custom/divider"
|
|
||||||
"pulseaudio"
|
"pulseaudio"
|
||||||
"custom/divider"
|
"backlight"
|
||||||
"battery"
|
"battery"
|
||||||
"custom/divider"
|
"network"
|
||||||
"clock"
|
"clock"
|
||||||
];
|
];
|
||||||
"hyprland/window" = { format = "{}"; };
|
"hyprland/window" = { format = "{}"; };
|
||||||
@ -57,18 +51,18 @@ in
|
|||||||
battery = { format = " {}%"; };
|
battery = { format = " {}%"; };
|
||||||
cpu = {
|
cpu = {
|
||||||
interval = 10;
|
interval = 10;
|
||||||
format = " {}%";
|
format = " {}%";
|
||||||
max-length = 10;
|
max-length = 10;
|
||||||
on-click = "";
|
on-click = "";
|
||||||
};
|
};
|
||||||
memory = {
|
memory = {
|
||||||
interval = 30;
|
interval = 30;
|
||||||
format = " {}%";
|
format = " {}%";
|
||||||
format-alt = " {used:0.1f}G";
|
format-alt = " {used:0.1f}G";
|
||||||
max-length = 10;
|
max-length = 10;
|
||||||
};
|
};
|
||||||
backlight = {
|
backlight = {
|
||||||
format = " {}";
|
format = " {}%";
|
||||||
device = "acpi_video0";
|
device = "acpi_video0";
|
||||||
};
|
};
|
||||||
tray = {
|
tray = {
|
||||||
@ -77,19 +71,20 @@ in
|
|||||||
spacing = 10;
|
spacing = 10;
|
||||||
};
|
};
|
||||||
network = {
|
network = {
|
||||||
format = " {essid}";
|
format = " {essid}";
|
||||||
format-disconnected = " disconnected";
|
format-disconnected = " disconnected";
|
||||||
};
|
};
|
||||||
clock = {
|
clock = {
|
||||||
format = " {:%I:%M %p %m/%d} ";
|
format = " {:%Y-%m-%d %H:%M:%S}";
|
||||||
|
interval = 1;
|
||||||
tooltip-format = ''
|
tooltip-format = ''
|
||||||
<big>{:%Y %B}</big>
|
<big>{:%Y %B}</big>
|
||||||
<tt><small>{calendar}</small></tt>'';
|
<tt><small>{calendar}</small></tt>'';
|
||||||
};
|
};
|
||||||
pulseaudio = {
|
pulseaudio = {
|
||||||
format = "{icon} {volume}%";
|
format = "{icon} {volume}%";
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
format-muted = " Muted";
|
format-muted = " Muted";
|
||||||
on-click = "pamixer -t";
|
on-click = "pamixer -t";
|
||||||
on-scroll-up = "pamixer -i 5";
|
on-scroll-up = "pamixer -i 5";
|
||||||
on-scroll-down = "pamixer -d 5";
|
on-scroll-down = "pamixer -d 5";
|
||||||
@ -114,16 +109,6 @@ in
|
|||||||
on-scroll-down = "pamixer --default-source -d 5";
|
on-scroll-down = "pamixer --default-source -d 5";
|
||||||
scroll-step = 5;
|
scroll-step = 5;
|
||||||
};
|
};
|
||||||
"custom/divider" = {
|
|
||||||
format = " | ";
|
|
||||||
interval = "once";
|
|
||||||
tooltip = false;
|
|
||||||
};
|
|
||||||
"custom/endright" = {
|
|
||||||
format = "_";
|
|
||||||
interval = "once";
|
|
||||||
tooltip = false;
|
|
||||||
};
|
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -18,9 +18,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Boot Loader Config
|
# Boot Loader Config
|
||||||
boot.loader = {
|
boot = {
|
||||||
systemd-boot.enable = true;
|
loader = {
|
||||||
efi.canTouchEfiVariables = false;
|
systemd-boot.enable = true;
|
||||||
|
efi.canTouchEfiVariables = false;
|
||||||
|
};
|
||||||
|
kernelParams = [ "apple_dcp.show_notch=1" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Networking Config
|
# Networking Config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user