hey
This commit is contained in:
parent
cac0d8071b
commit
94acf3aa56
8 changed files with 31 additions and 29 deletions
|
@ -115,7 +115,7 @@ tooltip label {
|
||||||
|
|
||||||
.sysmodules {
|
.sysmodules {
|
||||||
// padding-bottom: 2px;
|
// padding-bottom: 2px;
|
||||||
padding-right: 5px;
|
padding-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.separ {
|
.separ {
|
||||||
|
@ -243,13 +243,13 @@ button:hover {
|
||||||
// margin: 2px 10px 0px 8px;
|
// margin: 2px 10px 0px 8px;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 8px;
|
padding-right: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bat_label {
|
.bat_label {
|
||||||
color: $base0E;
|
color: $base0E;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
padding-right: 20px;
|
padding-right: 10px;
|
||||||
// padding-left: 3px;
|
// padding-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -288,17 +288,16 @@
|
||||||
:class "sysmodules"
|
:class "sysmodules"
|
||||||
(disk)
|
(disk)
|
||||||
(cpu)
|
(cpu)
|
||||||
(gpu)
|
;; (gpu)
|
||||||
(mem)
|
(mem)
|
||||||
;; {right_modules.width > 1 ? null : (bright)}
|
;; {right_modules.width > 1 ? null : (bright)}
|
||||||
(bright)
|
(bright)
|
||||||
(bat)
|
(volume)
|
||||||
(volume))
|
(bat))
|
||||||
(label
|
(label
|
||||||
:class "right_sep"
|
:class "right_sep"
|
||||||
:text "|")
|
:text "|")
|
||||||
(tray)
|
(tray)))
|
||||||
(notif_button)))
|
|
||||||
|
|
||||||
(defwidget bar_layout []
|
(defwidget bar_layout []
|
||||||
(centerbox
|
(centerbox
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
"layer": "top", // Waybar at top layer
|
"layer": "top", // Waybar at top layer
|
||||||
// "output": "DP-1",
|
// "output": "DP-1",
|
||||||
"position": "bottom", // Waybar position (top|bottom|left|right)
|
"position": "bottom", // Waybar position (top|bottom|left|right)
|
||||||
"height": 35, // Waybar height (to be removed for auto height)
|
"height": 15, // Waybar height (to be removed for auto height)
|
||||||
"width": 1400, // Waybar width
|
"width": 1400, // Waybar width
|
||||||
// Choose the order of the modules "custom/wintitle",
|
// Choose the order of the modules "custom/wintitle",
|
||||||
"modules-left": ["hyprland/workspaces", "hyprland/window"],
|
"modules-left": ["hyprland/window"],
|
||||||
"modules-center": ["clock"],
|
"modules-center": ["hyprland/workspaces"],
|
||||||
"modules-right": ["pulseaudio", "backlight", "memory", "cpu", "battery", "tray"],
|
"modules-right": ["pulseaudio", "battery", "tray", "clock"],
|
||||||
"margin-top": -5,
|
"margin-top": -5,
|
||||||
"margin-bottom": 8,
|
"margin-bottom": 8,
|
||||||
"margin-left": 6,
|
"margin-left": 6,
|
||||||
|
|
|
@ -51,7 +51,7 @@ window#waybar > box {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
transition: none;
|
transition: all 0.1s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tags {
|
#tags {
|
||||||
|
@ -66,6 +66,7 @@ window#waybar > box {
|
||||||
transition: none;
|
transition: none;
|
||||||
color: rgba(217, 216, 216, 0.4);
|
color: rgba(217, 216, 216, 0.4);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
transition: all 0.1s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tags button {
|
#tags button {
|
||||||
|
@ -84,6 +85,7 @@ window#waybar > box {
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
color: @base0C;
|
color: @base0C;
|
||||||
|
transition: all 0.1s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tags button.focused {
|
#tags button.focused {
|
||||||
|
|
|
@ -85,17 +85,17 @@ in {
|
||||||
"audio/opus" = "mpv-slow.desktop";
|
"audio/opus" = "mpv-slow.desktop";
|
||||||
"audio/x-opus" = "mpv-slow.desktop";
|
"audio/x-opus" = "mpv-slow.desktop";
|
||||||
"audio/x-opus+ogg" = "mpv-slow.desktop";
|
"audio/x-opus+ogg" = "mpv-slow.desktop";
|
||||||
"x-scheme-handler/http" = "librewolf.desktop";
|
"x-scheme-handler/http" = "org.qutebrowser.qutebrowser.desktop";
|
||||||
"x-scheme-handler/https" = "librewolf.desktop";
|
"x-scheme-handler/https" = "org.qutebrowser.qutebrowser.desktop";
|
||||||
"text/html" = "librewolf.desktop";
|
"text/html" = "org.qutebrowser.qutebrowser.desktop";
|
||||||
"text/org" = "emacsclient.desktop";
|
"text/org" = "emacsclient.desktop";
|
||||||
"text/md" = "emacsclient.desktop";
|
"text/md" = "emacsclient.desktop";
|
||||||
"text/txt" = "emacsclient.desktop";
|
"text/txt" = "emacsclient.desktop";
|
||||||
"text/rs" = "emacsclient.desktop";
|
"text/rs" = "emacsclient.desktop";
|
||||||
"text/plain" = "emacsclient.desktop";
|
"text/plain" = "emacsclient.desktop";
|
||||||
"application/pdf" = "okular.desktop";
|
"application/pdf" = "okular.desktop";
|
||||||
"x-scheme-handler/about" = "librewolf.desktop";
|
"x-scheme-handler/about" = "org.qutebrowser.qutebrowser.desktop";
|
||||||
"x-scheme-handler/unknown" = "librewolf.desktop";
|
"x-scheme-handler/unknown" = "org.qutebrowser.qutebrowser.desktop";
|
||||||
"x-scheme-handler/magnet" = "torrent.desktop";
|
"x-scheme-handler/magnet" = "torrent.desktop";
|
||||||
};
|
};
|
||||||
defaultApplications = {
|
defaultApplications = {
|
||||||
|
@ -124,17 +124,17 @@ in {
|
||||||
"audio/flac" = "mpv-slow.desktop";
|
"audio/flac" = "mpv-slow.desktop";
|
||||||
"audio/wav" = "mpv-slow.desktop";
|
"audio/wav" = "mpv-slow.desktop";
|
||||||
"audio/opus" = "mpv-slow.desktop";
|
"audio/opus" = "mpv-slow.desktop";
|
||||||
"x-scheme-handler/http" = "librewolf.desktop";
|
"x-scheme-handler/http" = "org.qutebrowser.qutebrowser.desktop";
|
||||||
"x-scheme-handler/https" = "librewolf.desktop";
|
"x-scheme-handler/https" = "org.qutebrowser.qutebrowser.desktop";
|
||||||
"text/html" = "librewolf.desktop";
|
"text/html" = "org.qutebrowser.qutebrowser.desktop";
|
||||||
"text/org" = "emacsclient.desktop";
|
"text/org" = "emacsclient.desktop";
|
||||||
"text/md" = "emacsclient.desktop";
|
"text/md" = "emacsclient.desktop";
|
||||||
"text/txt" = "emacsclient.desktop";
|
"text/txt" = "emacsclient.desktop";
|
||||||
"text/rs" = "emacsclient.desktop";
|
"text/rs" = "emacsclient.desktop";
|
||||||
"text/plain" = "emacsclient.desktop";
|
"text/plain" = "emacsclient.desktop";
|
||||||
"application/pdf" = "okular.desktop";
|
"application/pdf" = "okular.desktop";
|
||||||
"x-scheme-handler/about" = "librewolf.desktop";
|
"x-scheme-handler/about" = "org.qutebrowser.qutebrowser.desktop";
|
||||||
"x-scheme-handler/unknown" = "librewolf.desktop";
|
"x-scheme-handler/unknown" = "org.qutebrowser.qutebrowser.desktop";
|
||||||
"x-scheme-handler/magnet" = "torrent.desktop";
|
"x-scheme-handler/magnet" = "torrent.desktop";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -663,13 +663,13 @@ in {
|
||||||
layer = "top";
|
layer = "top";
|
||||||
output = [ "DP-1" "eDP-1" ];
|
output = [ "DP-1" "eDP-1" ];
|
||||||
position = if laptop then "bottom" else "top";
|
position = if laptop then "bottom" else "top";
|
||||||
height = 35;
|
height = 15;
|
||||||
width = if laptop then 1400 else 3000;
|
width = if laptop then 1400 else 3000;
|
||||||
# Choose the order of the modules "custom/wintitle",
|
# Choose the order of the modules "custom/wintitle",
|
||||||
modules-left = [ "hyprland/workspaces" "hyprland/window" ];
|
modules-left = [ "hyprland/window" ];
|
||||||
modules-center = [ ];
|
modules-center = [ "hyprland/workspaces" ];
|
||||||
modules-right =
|
modules-right =
|
||||||
[ "pulseaudio" "backlight" "disk" "memory" "cpu" "battery" "custom/gpu" "tray" "clock" ];
|
[ "pulseaudio" "backlight" "battery" "tray" "clock" ];
|
||||||
margin-top = if laptop then -5 else 5;
|
margin-top = if laptop then -5 else 5;
|
||||||
margin-bottom = if laptop then 4 else 0;
|
margin-bottom = if laptop then 4 else 0;
|
||||||
margin-left = 6;
|
margin-left = 6;
|
||||||
|
|
|
@ -277,7 +277,7 @@ in
|
||||||
"SUPER,E,exec,/home/chris/bin/emacslof"
|
"SUPER,E,exec,/home/chris/bin/emacslof"
|
||||||
"SUPER,d,exec,emacsclient -c -F '`(name . \"dadired\")' -e '(dired-jump)'"
|
"SUPER,d,exec,emacsclient -c -F '`(name . \"dadired\")' -e '(dired-jump)'"
|
||||||
"SUPER,v,exec,cliphist list | rofi -p ' ' -dmenu | cliphist decode | wl-copy"
|
"SUPER,v,exec,cliphist list | rofi -p ' ' -dmenu | cliphist decode | wl-copy"
|
||||||
"SUPER,B,exec,/home/chris/bin/fflof"
|
"SUPER,B,exec,/home/chris/bin/qblof"
|
||||||
"SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer"
|
"SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer"
|
||||||
"SUPERCTRL,i,exec,alacritty --class btop -e btop"
|
"SUPERCTRL,i,exec,alacritty --class btop -e btop"
|
||||||
"SUPERSHIFT,p,exec,${pkgs.hyprshot}/bin/hyprshot -m region"
|
"SUPERSHIFT,p,exec,${pkgs.hyprshot}/bin/hyprshot -m region"
|
||||||
|
|
|
@ -146,6 +146,7 @@ in
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
|
SAL_USE_VCLPLUGIN = "kf5";
|
||||||
EDITOR = "emacsclient -t -a";
|
EDITOR = "emacsclient -t -a";
|
||||||
VISUAL = "emacsclient -c -a";
|
VISUAL = "emacsclient -c -a";
|
||||||
QT_LOGGING_RULES = "js=true; kwin_*.debug=true";
|
QT_LOGGING_RULES = "js=true; kwin_*.debug=true";
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
virt-viewer
|
virt-viewer
|
||||||
# kdialog
|
# kdialog
|
||||||
inkscape
|
inkscape
|
||||||
libreoffice-fresh
|
libreoffice-qt6-fresh
|
||||||
vlc
|
vlc
|
||||||
haskellPackages.greenclip
|
haskellPackages.greenclip
|
||||||
pulsemixer
|
pulsemixer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue