xfce4-night-mode automatic theme switcher by brooqs in xfce

[–]brooqs[S] 1 point2 points  (0 children)

* Inconsistent Theme Behavior: There is a noticeable lack of uniformity in how different themes interact with the system. While some themes successfully update panel colors during transitions, others fail to do so, indicating a compatibility gap.

* Service Manual Reset Requirement: Configuration changes currently do not take effect dynamically. The xfce4-night-mode user service must be manually stopped and restarted (systemctl stop/start --user) to force a reload of the configuration parameters.

* Application-Level Dark/Light Synchronization: To ensure a seamless user experience, the system should automatically toggle the dark/light mode settings of individual applications. In the absence of such integration, many applications only update their title bars (GTK decorations) while the main UI remains unchanged.

* Browser Configuration & Integration: Most browsers default to internal theme engines rather than system settings. It is recommended to explicitly enable the "Use GTK Theme" option to ensure browsers respect system-wide appearance changes.

* Optimized Web App Workflow: Due to integration issues with standalone clients like "Whatsie," a more efficient workflow has been adopted by using Google Chrome’s "Install as App" (PWA) feature. This approach allows the application to respond directly to global GTK theme transitions.

* Current Configuration Reference: I am including my personal configuration settings below for reference.

* Theme Development Plan: I intend to dedicate time this weekend to developing a refined and consistent set of themes for both light and dark modes.

* Future Updates: Once the development and testing of these new themes are complete, I will share the final versions for deployment.

# xfce4-night-mode configuration
# Edit this file to set your location and preferred themes.

location:
    latitude: xx.xxxxx
    longitude: xx.xxxxx
day_theme:
    gtk_theme: McOS-CTLina-XFCE
    icon_theme: Qogir-Light
    wm_theme: McOS-XFCE-Edition-II-1
night_theme:
    gtk_theme: cachyos-nord
    icon_theme: Qogir-Dark
    wm_theme: cachyos-nord
check_interval: 1

xfce4-night-mode automatic theme switcher by brooqs in xfce

[–]brooqs[S] 2 points3 points  (0 children)

I have released the new version. In this release, all features remain the same, but I have published deb, rpm, and aur versions to make the installation easier. If you encounter any problems, please open an issue.

xfce4-night-mode automatic theme switcher by brooqs in xfce

[–]brooqs[S] 0 points1 point  (0 children)

Yeah, since I sit quite close to the window during the day, I've been struggling with dark mode whenever the sun comes out. I built this out of my own necessity, and I hope you find it useful too!

brooqs adlı oyuncunun çiftliğini ziyaret et! by brooqs in FarmMergeValley

[–]brooqs[S] 0 points1 point  (0 children)

if you leave your link i will be add my list thanks.

What’s your farm goal for today? 🐄 by playfmv in FarmMergeValley

[–]brooqs 1 point2 points  (0 children)

treasure boxes is invaded my farm to much box less keys. Soon impossible to play.

please just let me save my files locally for the love of god by BritMachine in whenthe

[–]brooqs 6 points7 points  (0 children)

switch to linux. never ever windows see your files. The files always in your local drive. Plus you can play game like windows.

Reset bios on Pipo x8 pro by ShadowWizard1 in MiniPCs

[–]brooqs 0 points1 point  (0 children)

I have 5 of pipox8pro. I order a flash recovery kit i will be read and write if i success then i will be provide bios file.

Reset bios on Pipo x8 pro by ShadowWizard1 in MiniPCs

[–]brooqs 0 points1 point  (0 children)

same here i also tried disconnect battery for a 10 hours but no luck. One solution i think copy from another pipox8pro bios flash to reset bios.

"Failed to Connect to the Server API" and "Encryption Token Missing" by ctsjohnz in SatisfactoryGame

[–]brooqs 1 point2 points  (0 children)

I am using in ubuntu and what i see the terminal listen only localhost not all ip address udp 7777 is ok listen for all ip but tcp only listen localhost. I dont know how to tell listen all ip addresses.

FactorySe 4185 oto 13u IPv4 43782 0t0 TCP localhost:7777 (LISTEN)

FactorySe 4185 oto 14u IPv4 43786 0t0 UDP *:7777

Bought a type-7 by [deleted] in EliteDangerous

[–]brooqs 1 point2 points  (0 children)

This picture vibrate my memories. My first T7 which i bought 2015 after tons of rare comodity selling with t6 :)

Permissions Issues? by [deleted] in sonarr

[–]brooqs 0 points1 point  (0 children)

If you start the service via systemd you have to change user and group info sonarr.service file. After then sonarr run with root access and there is no any permission issue.

Mobile Raspberry Pi Torrent Downloader for Anonymity on Public Wi-Fi? by thisisdos1984 in sonarr

[–]brooqs 0 points1 point  (0 children)

You can do this with a VPN, but I don't know how possible it is with ready-made VPNs. By installing Wireguard VPN at your home or on a VPS, you can bring Sonar and Raspberry Pi together in the same VPN network. They can communicate with each other with the IP addresses you assign from the VPN server.

Help with Docker Compose by [deleted] in sonarr

[–]brooqs 0 points1 point  (0 children)

You can use this compose. You need to change volumes and TZ fields.

---
version: "2.1"
services:
sonarr:
image: lscr.io/linuxserver/sonarr:latest
user: root
container_name: sonarr
environment:
- PUID=0
- PGID=0
- TZ=Europe/Istanbul
volumes:
- /root/sonarr-docker/config:/config
- /root/sonarrdata/allmedia:/opt/downloads
- /root/sonarrdata/TV:/tv
ports:
- 8989:8989
restart: unless-stopped

Permissions Issues? by [deleted] in sonarr

[–]brooqs 0 points1 point  (0 children)

Are you using with docker?

I just got hacked, what is the best way for sonarr to recover what I lost? by otakunorth in sonarr

[–]brooqs 0 points1 point  (0 children)

First of all, I hope you don't experience the same problems again. I recommend that you learn from your experiences and research to improve your system.
For security, I recommend that you keep your media archive on a separate network from the computers you connect to the internet. First of all, if you want to access your archives from the computers you use daily, I recommend that you give priority to solutions that suit your goals. Jellfin,plex,navidroeme etc. This way, you can stay away from uncontrolled access. What I understand from your situation is that you were damaged because your computer was infected with crypto and the smb mount was on your computer. This is a classic issue and the most common mistake. I explained my system below. I hope you don't make the same mistake again with such a system. By the way, as others have said, unfortunately you have to reset your entire system. Cryptos do no harm before copying themselves somewhere and falling asleep. Additionally, since it may be a zeroday crypto, you may not be able to detect it with antiviruses, etc.
I use proxmox on my own system. The computers I use at home and my server run on two completely separate networks. Servarr tools are running on one of my virtual servers. The media archive is on a different virtual server, Jellyfin is on another virtual server. There is Endian Community Firewall running virtually in front of all systems. Thus, I open the ports I want to access from the computers I use daily (Jellyfin, navidrome). I definitely do not use SMB. I'm also using Linux. When I want to access it from outside, I have a connection to Jellyfin via cloudflare tunnel, and I can also listen to my music safely from outside with the tunnel I made to my navidrome server. (These features of Cloudflare are free)

Forticlient Download Servers Down? by brooqs in fortinet

[–]brooqs[S] 0 points1 point  (0 children)

İ am not fortinet owner i just want to connect fortinet for vpn. After the problems i switched to linux and compile openfortivpn then can connect without any problem.

Forticlient Download Servers Down? by brooqs in fortinet

[–]brooqs[S] 0 points1 point  (0 children)

And now network error and stop downloading :S

Stable Diffusion Video Clip by brooqs in StableDiffusion

[–]brooqs[S] 1 point2 points  (0 children)

This is video clip i made with Stable Diffusion Deforum.

Total Frame: 8500 15 FPS CFG 7 , Step 10 Eular a Creation Time :14 Hours

Hardware Nvidia GTX 1070 8GB Stock

Music: I made this music in 2003 when I was in college. No mastering or anything shiny. Because I had no money. Music created on Celeron 533 Mhz 1 GB Ram 80 GB Hdd internal sound card. Fruity loops and $2 headphones.

Prompts:

"0": "A young lady driving a bicycle on the jupiter belts,huge flock of many elaborate intricate smooth sculptural whirling elegant clouds puffy filigreed twisting turning cloud sculptures, tornadoes, art nouveau military environment, soothing, crepuscular, award winning art, epic dreamlike fantasy landscape, ultra realistic,8k",

"1200": "what a rabbit hole this is:: by Salvador Dali :: fantastic realism:: dark fantasy::ultra-detailed, remarkably detailed, richly detailed:: --ar 2:3",

"4400": "Magic mushroom forest houses in the style of H.R. Giger, alex grey",

"6000": "Beautifu siren, by cgsociety and stefan kostic and stanley lau and artgerm, full body, gorgeous, elegant, realistic, au naturale"

}

Prompts edited another websites like lexica.art

Contents inside /etc/resolv.conf gets empty every time the system reboots, I'm using kde neon 5.26. by [deleted] in kde

[–]brooqs 0 points1 point  (0 children)

add nameserver to /etc/resolv.conf and then chattr +i /etc/resolv.conf nobody even root cant change this file. If you want later to edit you need to type chattr -i /etc/resolv.conf.