Cách thêm hiệu ứng tuyết rơi vào màn hình Ubuntu

lyvutruong.hiep

New member
** Cách thêm hiệu ứng tuyết vào màn hình Ubuntu **

Ubuntu là một hệ điều hành dựa trên Linux được biết đến với sự ổn định và bảo mật.Đây cũng là một lựa chọn phổ biến cho người dùng muốn tùy chỉnh máy tính để bàn của họ.Một cách để tùy chỉnh máy tính để bàn Ubuntu của bạn là thêm hiệu ứng tuyết.Điều này có thể được thực hiện bằng nhiều phương pháp khác nhau, nhưng cách dễ nhất là sử dụng ứng dụng của bên thứ ba.

** Phương pháp 1: Sử dụng trình bảo vệ màn hình **

Cách dễ nhất để thêm hiệu ứng tuyết vào máy tính để bàn Ubuntu của bạn là sử dụng trình bảo vệ màn hình.Để thực hiện việc này, hãy mở ứng dụng ** Cài đặt hệ thống ** và nhấp vào ** Xuất sắc **.Trong tab ** bảo vệ màn hình **, chọn ** Snow ** từ danh sách trình tạo màn hình.Sau đó, bạn có thể tùy chỉnh các cài đặt của trình bảo vệ màn hình, chẳng hạn như tốc độ của tuyết, kích thước của những bông tuyết và màu của tuyết.

** Phương pháp 2: Sử dụng tiện ích mở rộng Gnome **

Một cách khác để thêm hiệu ứng tuyết vào máy tính để bàn Ubuntu của bạn là sử dụng tiện ích mở rộng Gnome.Tiện ích mở rộng Gnome là các chương trình nhỏ có thể được cài đặt để thêm các tính năng mới vào môi trường máy tính để bàn Gnome.Để cài đặt tiện ích mở rộng Gnome, hãy mở ứng dụng ** Tiện ích mở rộng ** từ ** Hoạt động ** Tổng quan.Trong ** Tìm kiếm ** thanh, nhập ** Snow ** và chọn phần mở rộng ** Snow ** từ danh sách các kết quả.Nhấp vào ** Cài đặt ** để cài đặt tiện ích mở rộng.

** Phương pháp 3: Sử dụng tập lệnh **

Bạn cũng có thể thêm hiệu ứng tuyết vào máy tính để bàn Ubuntu của mình bằng tập lệnh.Để làm điều này, hãy tạo một tệp mới có tên ** Snow.sh ** và lưu nó vào thư mục nhà của bạn.Trong tệp, nhập mã sau:

`` `
#!/Bin/bash

# Đặt màu nền thành màu trắng
Xsetroot -solid trắng

# Tạo một cửa sổ với nền trong suốt
win = xwininfo -root -children |grep -v "ID cửa sổ" |awk '{in $ 1}'
XPROP -ID $ WIN -F Nền: Bối cảnh pixel "#00000000"

# Tạo một hình chữ nhật có đường viền màu trắng
XDRAWRECTANGLE -fill White -Outline Black -width 1 -y 0 -x 0 -Height 100 -width 100

# Tạo một loạt những bông tuyết
Đối với tôi trong {1..1000}
LÀM
XDRAWARC -fill White -Outline Black -width 1 -Y $ (($ ngẫu nhiên % 100)) -x $ (($ ngẫu nhiên % 100)) -Height 10 -width 10
xong

# Lặp lại kịch bản cứ sau 100 mili giây
trong khi đúng;LÀM
Ngủ 0,1
./snow.sh
xong
`` `

Lưu tệp và làm cho nó có thể thực thi bằng cách chạy lệnh sau:

`` `
Chmod +x Snow.sh
`` `

Sau đó, bạn có thể chạy tập lệnh bằng cách nhập lệnh sau:

`` `
./snow.sh
`` `

Kịch bản sẽ tạo ra một cửa sổ với nền trong suốt và một loạt những bông tuyết.Những bông tuyết sẽ di chuyển quanh màn hình và sẽ biến mất sau vài giây.

** Hashtags: **

* #ubuntu
* #linux
* Tùy chỉnh #DESKTOP
* #bảo vệ màn hình
* #Gnome
=======================================
**How to Add Snow Effect to the Ubuntu Screen**

Ubuntu is a Linux-based operating system that is known for its stability and security. It is also a popular choice for users who want to customize their desktops. One way to customize your Ubuntu desktop is to add a snow effect. This can be done using a variety of methods, but the easiest way is to use a third-party application.

**Method 1: Using the Screensaver**

The easiest way to add a snow effect to your Ubuntu desktop is to use the screensaver. To do this, open the **System Settings** application and click on **Appearance**. In the **Screensaver** tab, select **Snow** from the list of screensavers. You can then customize the settings of the screensaver, such as the speed of the snow, the size of the snowflakes, and the color of the snow.

**Method 2: Using a GNOME Extension**

Another way to add a snow effect to your Ubuntu desktop is to use a GNOME extension. GNOME extensions are small programs that can be installed to add new features to the GNOME desktop environment. To install a GNOME extension, open the **Extensions** app from the **Activities** overview. In the **Search** bar, type **snow** and select the **Snow** extension from the list of results. Click on **Install** to install the extension.

**Method 3: Using a Script**

You can also add a snow effect to your Ubuntu desktop using a script. To do this, create a new file called **snow.sh** and save it to your home directory. In the file, type the following code:

```
#!/Bin/bash

# Set the background color to white
xsetroot -solid white

# Create a window with a transparent background
win=xwininfo -root -children | grep -v "Window id" | awk '{print $1}'
xprop -id $win -f background:pixel -set background "#00000000"

# Create a rectangle with a white border
xdrawrectangle -fill white -outline black -width 1 -y 0 -x 0 -height 100 -width 100

# Create a bunch of snowflakes
for i in {1..1000}
do
xdrawarc -fill white -outline black -width 1 -y $(($RANDOM % 100)) -x $(($RANDOM % 100)) -height 10 -width 10
done

# Repeat the script every 100 milliseconds
while true; do
sleep 0.1
./snow.sh
done
```

Save the file and make it executable by running the following command:

```
chmod +x snow.sh
```

You can then run the script by typing the following command:

```
./snow.sh
```

The script will create a window with a transparent background and a bunch of snowflakes. The snowflakes will move around the screen and will disappear after a few seconds.

**Hashtags:**

* #ubuntu
* #linux
* #DESKTOP customization
* #screensaver
* #Gnome
 
Join ToolsKiemTrieuDoGroup
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock