adding some css and fish changes
This commit is contained in:
parent
b44d58d5ef
commit
a3bede9b56
|
@ -444,7 +444,7 @@ Emacs service
|
|||
#+begin_src nix
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
package = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ]));
|
||||
package = with pkgs; ((emacsPackagesFor emacsNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ]));
|
||||
};
|
||||
#+end_src
|
||||
|
||||
|
|
|
@ -183,7 +183,7 @@
|
|||
(awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer"))
|
||||
{:description "Open Writer" :group "apps" })
|
||||
;;ff
|
||||
(awful.key [modkey] "b" (fn [] (awful.spawn "qblof"))
|
||||
(awful.key [modkey] "b" (fn [] (awful.spawn "fflof"))
|
||||
{:description "launch browser" :group "apps"})
|
||||
;; rofi
|
||||
(awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/launcher.sh"))
|
||||
|
|
|
@ -146,7 +146,7 @@ the close button is positioned to the far right */
|
|||
|
||||
/* make urlbar rounded */
|
||||
#urlbar{
|
||||
margin-top: 38px !important;
|
||||
margin-top: 39px !important;
|
||||
padding-right: 10px !important;
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
|
@ -172,11 +172,11 @@ the close button is positioned to the far right */
|
|||
}
|
||||
|
||||
#nav-bar-customization-target{
|
||||
margin-top: -21px;
|
||||
margin-top: -22px;
|
||||
}
|
||||
#nav-bar-overflow-button{
|
||||
margin-top: -21px !important;
|
||||
margin-top: -22px !important;
|
||||
}
|
||||
#PanelUI-button{
|
||||
margin-top: -21px !important;
|
||||
margin-top: -22px !important;
|
||||
}
|
||||
|
|
|
@ -218,6 +218,7 @@ alias mkdir "mkdir -pv"
|
|||
alias nupd "update-nix"
|
||||
alias nupg "upgrade-nix"
|
||||
alias myip "curl icanhazip.com"
|
||||
alias ytd "yt-dlp -o ~/Videos/%(title)s.%(ext)s"
|
||||
|
||||
### Start X at login
|
||||
if status is-login
|
||||
|
|
|
@ -8,7 +8,7 @@ geometry=90%:90%
|
|||
hwdec=auto
|
||||
rtsp-transport=udp
|
||||
speed=1.95
|
||||
gpu-context=wayland
|
||||
# gpu-context=wayland
|
||||
|
||||
# ytdl-path=yt-dlp
|
||||
ytdl-format=bestvideo[height<=?720][fps<=?30]+bestaudio/best
|
||||
|
|
|
@ -346,7 +346,7 @@
|
|||
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
package = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ]));
|
||||
package = with pkgs; ((emacsPackagesFor emacsNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ]));
|
||||
};
|
||||
services.samba-wsdd.enable = true;
|
||||
services.samba = {
|
||||
|
|
|
@ -359,7 +359,7 @@
|
|||
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
package = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ]));
|
||||
package = with pkgs; ((emacsPackagesFor emacsNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ]));
|
||||
};
|
||||
services.samba-wsdd.enable = true;
|
||||
services.samba = {
|
||||
|
|
Loading…
Reference in a new issue