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