Flake : New wallpaper.
This commit is contained in:
parent
7abe97f9bb
commit
d33bc89729
|
@ -106,8 +106,8 @@
|
|||
|
||||
# Wallpaper.
|
||||
wallpaper = { pkgs, ...}: let
|
||||
url = "https://r4.wallpaperflare.com/wallpaper/110/664/979/cyberpunk-video-games-pixel-art-the-last-night-wallpaper-f5c2ba815d61ae9dc51a1c73be62f6ed.jpg";
|
||||
sha256 = "sha256-jktdp1GaY638u4/6VHxc4QLHho7jviToBsO0IISAOks=";
|
||||
url = "https://4kwallpapers.com/images/wallpapers/love-couple-pixel-5120x2880-15209.jpg";
|
||||
sha256 = "sha256-j89c4+zgPUYUgmHCDnF+Jq1Ka95yekod2syVkndADnc=";
|
||||
in {
|
||||
path = pkgs.fetchurl {
|
||||
url = url;
|
||||
|
|
|
@ -70,10 +70,10 @@ set -g status-position bottom
|
|||
set -g status-justify left
|
||||
set -g status-style "fg=#$fg"
|
||||
|
||||
set -g status-left "#[bold,bg=#$accent,fg=#$bg] #H-#S #(tmux_script client_count #S)#[fg=#$accent,bg=default]"
|
||||
set -g status-left "#[bold] #H-#S #(tmux_script client_count #S)"
|
||||
set -g status-left-length 50
|
||||
set -g status-right-length 50
|
||||
set -g status-right "#(tmux_script statusbar) %d %a #[fg=#$accent,bg=default]#[bold,bg=#$accent,fg=#$bg] %H:%M "
|
||||
set -g status-right "#(tmux_script statusbar) %d %a #[bold] %H:%M "
|
||||
|
||||
set-window-option -g window-status-separator ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue