diff --git a/fish/conf.d/nyaa.fish b/fish/conf.d/nyaa.fish index 8836914..1f46532 100755 --- a/fish/conf.d/nyaa.fish +++ b/fish/conf.d/nyaa.fish @@ -1 +1 @@ -cat ~/Onedrive/.nyas/nya(random 0 9) +#cat ~/Onedrive/.nyas/nya(random 0 9) diff --git a/fish/conf.d/weather.fish b/fish/conf.d/weather.fish index e761d0e..a95a953 100755 --- a/fish/conf.d/weather.fish +++ b/fish/conf.d/weather.fish @@ -1 +1 @@ -curl "wttr.in/bergen?format=%c+%C+~+%t+(%f)+~+%p+~+%w+~%m+~+%S+~+%s\n" +#curl "wttr.in/bergen?format=%c+%C+~+%t+(%f)+~+%p+~+%w+~%m+~+%S+~+%s\n" diff --git a/fish/config.fish b/fish/config.fish index 86f6ca3..71ae78e 100755 --- a/fish/config.fish +++ b/fish/config.fish @@ -3,6 +3,8 @@ if status is-interactive set -U EDITOR nvim set fish_greeting "" + any-nix-shell fish --info-right | source + # THINGS set fish_color_autosuggestion brblack set fish_color_command normal diff --git a/i3/config b/i3/config index d8afd6a..f164613 100755 --- a/i3/config +++ b/i3/config @@ -77,7 +77,9 @@ bindsym --release button2 kill bindsym button3 floating toggle # take a screenshot -bindsym Print $nanpapibeepbeep; exec flameshot gui +bindsym Print $nanpapibeepbeep; exec xfce4-screenshooter -cf +bindsym $mod+Print exec xfce4-screenshooter -cr +bindsym $mod+Shift+Print exec xfce4-screenshooter -cw # change focus bindsym $mod+h $nanpapibeep; focus left @@ -131,41 +133,41 @@ bindsym $mod+a focus parent # Define names for default workspaces for which we configure key bindings later on. # We use variables to avoid repeating the names in multiple places. -set $ws1 "1:󱥳" -set $ws2 "2:󱥮" -set $ws3 "3:󱤼" -set $ws4 "4:󱥢" -set $ws5 "5:󱥴" -set $ws6 "6:󱥾" -set $ws7 "7:󱥦" -set $ws8 "8:󱤔" -set $ws9 "9:󱥑" -set $ws10 "10:󱤾" +set $ws1 "1:&" +set $ws2 "2:[" +set $ws3 "3:{" +set $ws4 "4:}" +set $ws5 "5:(" +set $ws6 "6:=" +set $ws7 "7:*" +set $ws8 "8:)" +set $ws9 "9:+" +set $ws10 "10:]" # switch to workspace -bindsym $mod+1 $nanpapibeep; workspace number $ws1 -bindsym $mod+2 $nanpapibeep; workspace number $ws2 -bindsym $mod+3 $nanpapibeep; workspace number $ws3 -bindsym $mod+4 $nanpapibeep; workspace number $ws4 -bindsym $mod+5 $nanpapibeep; workspace number $ws5 -bindsym $mod+6 $nanpapibeep; workspace number $ws6 -bindsym $mod+7 $nanpapibeep; workspace number $ws7 -bindsym $mod+8 $nanpapibeep; workspace number $ws8 -bindsym $mod+9 $nanpapibeep; workspace number $ws9 -bindsym $mod+0 $nanpapibeep; workspace number $ws10 +bindcode $mod+10 $nanpapibeep; workspace number $ws1 +bindcode $mod+11 $nanpapibeep; workspace number $ws2 +bindcode $mod+12 $nanpapibeep; workspace number $ws3 +bindcode $mod+13 $nanpapibeep; workspace number $ws4 +bindcode $mod+14 $nanpapibeep; workspace number $ws5 +bindcode $mod+15 $nanpapibeep; workspace number $ws6 +bindcode $mod+16 $nanpapibeep; workspace number $ws7 +bindcode $mod+17 $nanpapibeep; workspace number $ws8 +bindcode $mod+18 $nanpapibeep; workspace number $ws9 +bindcode $mod+19 $nanpapibeep; workspace number $ws10 # move focused container to workspace -bindsym $mod+Shift+1 $nanpapibeep; move container to workspace number $ws1 -bindsym $mod+Shift+2 $nanpapibeep; move container to workspace number $ws2 -bindsym $mod+Shift+3 $nanpapibeep; move container to workspace number $ws3 -bindsym $mod+Shift+4 $nanpapibeep; move container to workspace number $ws4 -bindsym $mod+Shift+5 $nanpapibeep; move container to workspace number $ws5 -bindsym $mod+Shift+6 $nanpapibeep; move container to workspace number $ws6 -bindsym $mod+Shift+7 $nanpapibeep; move container to workspace number $ws7 -bindsym $mod+Shift+8 $nanpapibeep; move container to workspace number $ws8 -bindsym $mod+Shift+9 $nanpapibeep; move container to workspace number $ws9 -bindsym $mod+Shift+0 $nanpapibeep; move container to workspace number $ws10 +bindcode $mod+Shift+10 $nanpapibeep; move container to workspace number $ws1 +bindcode $mod+Shift+11 $nanpapibeep; move container to workspace number $ws2 +bindcode $mod+Shift+12 $nanpapibeep; move container to workspace number $ws3 +bindcode $mod+Shift+13 $nanpapibeep; move container to workspace number $ws4 +bindcode $mod+Shift+14 $nanpapibeep; move container to workspace number $ws5 +bindcode $mod+Shift+15 $nanpapibeep; move container to workspace number $ws6 +bindcode $mod+Shift+16 $nanpapibeep; move container to workspace number $ws7 +bindcode $mod+Shift+17 $nanpapibeep; move container to workspace number $ws8 +bindcode $mod+Shift+18 $nanpapibeep; move container to workspace number $ws9 +bindcode $mod+Shift+19 $nanpapibeep; move container to workspace number $ws10 # reload the configuration file bindsym $mod+Shift+c reload diff --git a/make-symlinks.sh b/make-symlinks.sh index e6516af..de71137 100755 --- a/make-symlinks.sh +++ b/make-symlinks.sh @@ -4,7 +4,7 @@ dir=~/dot backup=~/.backup -files="alacritty dunst fish i3 polybar rofi rofimoji.rc" +files="alacritty dunst fish i3 newsboat polybar rofi rofimoji.rc" ########## diff --git a/newsboat/config b/newsboat/config new file mode 100755 index 0000000..34c4905 --- /dev/null +++ b/newsboat/config @@ -0,0 +1,19 @@ +urls-source "miniflux" +miniflux-url "https://rss.kittycat.homes/" +miniflux-login "tess" +miniflux-password La4MRiZsdT%ckg5EmeqrDbB83UfX&tZdqkr65NHbNASqrY3twye9PF5f5U$vF!MTU5Jh@go^TXF8$6QT%XbcqU3cZTTrm$4mCWq8oN2%7Uk9DuXLMg4YyNnAvKuwoyf# +show-read-feeds yes +refresh-on-startup yes +miniflux-min-items 100 +browser "firefox %u &" +macro m set browser "kitty mpv --no-audio-display %u &"; open-in-browser + +color background white black +color listnormal white black +color listfocus black green bold +color listnormal_unread yellow black bold +color listfocus_unread black green bold +color info black blue +color article white black + +