ahh
This commit is contained in:
parent
8576abd055
commit
370aa9615d
|
@ -318,7 +318,7 @@ tooltip label {
|
|||
color: $base03;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
margin-left: -15px;
|
||||
// margin-left: -10px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
|
@ -326,7 +326,7 @@ tooltip label {
|
|||
color: $base03;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
margin-right: 9px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.works {
|
||||
|
|
|
@ -292,10 +292,10 @@
|
|||
(disk)
|
||||
(cpu)
|
||||
(mem)
|
||||
(volume)
|
||||
;; {right_modules.width > 1 ? null : (bright)}
|
||||
(bright)
|
||||
(bat))
|
||||
(bat)
|
||||
(volume))
|
||||
(label
|
||||
:class "right_sep"
|
||||
:text "|")
|
||||
|
|
|
@ -93,7 +93,7 @@ in {
|
|||
"text/txt" = "emacsclient.desktop";
|
||||
"text/rs" = "emacsclient.desktop";
|
||||
"text/plain" = "emacsclient.desktop";
|
||||
"application/pdf" = "emacsclient.desktop";
|
||||
"application/pdf" = "okular.desktop";
|
||||
"x-scheme-handler/about" = "librewolf.desktop";
|
||||
"x-scheme-handler/unknown" = "librewolf.desktop";
|
||||
"x-scheme-handler/magnet" = "torrent.desktop";
|
||||
|
@ -132,7 +132,7 @@ in {
|
|||
"text/txt" = "emacsclient.desktop";
|
||||
"text/rs" = "emacsclient.desktop";
|
||||
"text/plain" = "emacsclient.desktop";
|
||||
"application/pdf" = "emacsclient.desktop";
|
||||
"application/pdf" = "okular.desktop";
|
||||
"x-scheme-handler/about" = "librewolf.desktop";
|
||||
"x-scheme-handler/unknown" = "librewolf.desktop";
|
||||
"x-scheme-handler/magnet" = "torrent.desktop";
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
kdePackages.breeze
|
||||
kdePackages.dolphin
|
||||
geticons
|
||||
pdfmixtool
|
||||
# kdePackages.kio-fuse
|
||||
# kdePackages.kio-extras
|
||||
# kdePackages.qtsvg
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
#!/usr/bin/env nu
|
||||
|
||||
if (hyprctl clients -j | from json | where initialTitle == LibreWolf | is-not-empty) { hyprctl dispatch focuswindow "initialtitle:LibreWolf" } else { librewolf --name "lw" }
|
||||
if (hyprctl clients -j | from json | where initialTitle == LibreWolf | is-not-empty) {
|
||||
hyprctl dispatch focuswindow "initialtitle:LibreWolf"
|
||||
} else {
|
||||
librewolf --name "lw"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue